#tantek.comedited /IndieMark (+71) "/* Level 0 */ rel-me is part of indieauth, stick to microformats2 for the "some content" requirement, more than one h-entry" (view diff)
#tantek.comedited /IndieMark (+638) "/* POSSEs */ make an exception for those who minimize (like bret.io) or especially eliminate their silo dependence." (view diff)
#erikmaarten!tell barnabywalters: there seems to be a problem installing mf-cleaner with Composer. mf-cleaner requires tantek/cassis, but "no matching package found". Perhaps a minimum-stability issue?
#tommorriswell, it works with Reeder on iPhone, but they haven't yet sorted out Reeder for iPad and Mac
#tommorrisReeder for Mac is the killer for me - I do most of my RSS reading on my laptop on the way to work
#bretsomeone needs to write an h-atom parser and implement it into a feed reader
#tommorristhey are removing Reeder for Mac and iPad from the App Stores on July 1 because they won't work with anything else but Google Reader for a while
#tantekwho here is working on building / integrating a personal feed reader into their personal site? i.e. so you can read what your friends are saying and seamlessly reply right there inline and have it post your replies to your own site?
#tantekopens Google Reader one last time to see if I missed anything.
#tanteklooks like Twitter turned off Atom feeds on 2012-10-09
#tantekSimilar to indiewebcamp.com/p3k#Working_On (hey Aaronpk is that section empty? are you not working on anything? or just haven't bubbled some itches up to working on?)
#tantekso it looks like maybe I just haven't opened Google Reader since 2012-10-09?
#tantekhere's a major flaw (comparing RSS readers to Email). If I don't open the reader, it fails to read/receive posts. Whereas email queues up whether I open the Email reader or not.
#lionzan.mecreated /User:Lionzan.me (+1207) "Created page with "just started to reclaim my online identity, see http://lionzan.me/oir/ Clearly I have a lot of road ahead, but I started! Actually as you can read from the posts, I started writ..."" (view diff)
#tantekanother pattern I'm noticing is that a lot of sites have their feed for anything at /feed appended to the path
#bretSay I have a list of stories on a page marked with h-entry. Does each story have to have an h-card in it? Or could I somehow reference a single h-card somewhere else on the page in each h-entry?
friedcell, andreypopp and sandeepshetty joined the channel
#aaronpknot sure how many people have actually implemented that algorithm yet, but that's the right idea
#erikmaartenaaronpk: I think you do support updates :) I tried resending a webmention to you, and although an already_registered error was returned the mention was updated
#aaronpkwhen I check if the site links to my page, that part of the code goes and updates the remote file on disk. so by the time my code replies "already registered" the file has already been updated
#aaronpkguess i'll need to re-evaluate that whole flow now that we have the CRUD spec
#tanteksandeepshetty because there's an expectation that an hCard at the destination of the rel-author will be richer (e.g. have an avatar) than the one on the post page
#Loqitantek: sandeepshetty left you a message 1 minute ago: (Re: http://indiewebcamp.com/authorship) Why not move 3.1.3 up and make it 3.1 and push the rest of the rules down?
#tantekbecause if they're using rel-author, they literally may only have a link
#tantekand one of the primary use-cases of authorship discovery is to retrieve an avatar for the person
#sandeepshettymakes sense. thanks. I keep forgetting that rels are meant to point ->
#tanteksandeepshetty - good questions. I'm documenting use-cases and design notes on the authorship page as a result.
#sandeepshettyIt looks like the h-feed p-name on sandeep.io will have to be hidden because I can't think of a place to add it in the content other than the html.head.title tag
#tantek.comedited /authorship (+2054) "explicitly document use-cases and design notes to provide background into why the authorship algorithm works the way it does." (view diff)
#sandeepshettyhmm.. just noticed the display:none.. since the head only has tags.. nothing wil show up though and I tried adding some free-form content inside head but that messes up the dom
#tantekyes it does - HTML doesn't really support free form content there
#sandeepshettyhmm.. the fallback to treat title as p-name means one more pass at the html (especially if you're using php-mf2... how about also an alternative to use the page's URL as p-name?