#aaronpkI think "feed authorship" isn't the right term for that
#aaronpkI think your step 2 is not quite what I do. I was trying to do more like: if there are 2+ h-* items, one of which is not an h-card, and if exactly one of them is an h-card, then the h-card is the author of the rest of them
#gRegorLoveNo, it's finding the author of the feed
#gRegorLoveAha, I wasn't sure of that looking at the code
#mblaneyaaronpk I'm glad that the new authorship algorithm fixes the author issue for adactio.com, makes me want to add it too.
#mblaneyjust a bit hesitant though, adactio has over 40 h-cards on his home page, so you're relying on ordering to give you the author? makes it a little bit precarious.
#gRegorLoveNo, at the time I set up that homepage h-card my intent was just to do the u-author=/ thing on my posts. I didn't think about the fact my latest post is wrapped in h-feed on the homepage as well.
[kevinmarks] joined the channel
#[kevinmarks]Hm, a lot of my permalink pages don't have authorship.
[jgmac1106] and eli_oat joined the channel
#aaronpkmblaney: if you look at the tree view it's obvious which one is the right h-card. The trick is to use a microformats parser and not just use css selectors to find h-cards
[jgmac1106] and [eddie] joined the channel
#aaronpkOhh I just looked at his home page again... i didn't realize all the h-cards in his bedroll are also top level objects
#aaronpkI guess I should add support for that to xray too
#GWGI just added it to Parse This, my x-ray like library
[kevinmarks] and [eddie] joined the channel
#[eddie]GWG, right now I built our JSONFeed to just focus on being perfect for Micro.blog, I do plan on revisiting all the potential properties of it and making sure it supports everything it can
#ZegnatThat PR is different from what the title suggested to me: it doesn’t remove the hentry class from the output HTML, but stops them from attaching CSS to it.
#aaronpkOh. That's a good step but not what I thought as well
#sknebelfrom what I remember it ignores h-cards as long as it can (which is why jgmac1106's about page always gets a random comment from it as Loqi's preview)