voxpelliso from an indieweb perspective I think one should expect that any list of h-entries have the h-card on the h-feed level – but I haven't checked if that's the recommended assumption though
ZegnatIf they are having problems you could point them at /authorship, their discovery might be wrong. It says right there that people should check the parent h-feed of the h-entry for author
voxpelliZegnat++ for that link (a bit weird that the microformats wiki about at least h-feed doesn't mention it – feels like a microformat think more than an indieweb one?)
[aaronpk]I need to finish my rewrite. I just lost the last couple commits because I lost track of the state of things and somehow managed to delete some commits. *tear*
voxpellialso – I guess when it comes to stuff like this I think we all have to think about about what we think is right and do that and document our experiences and compare them to the experience by others – often there may be gaps in the existing documented experiences that make it not fully fit our own scenarios
voxpelli[aaronpk]: the "git reflog" shows how the HEAD of your repo has moved around – somewhere you should find the commit hash of your lost commit and by checking that out as a new branch or something you can rediscover that data
voxpelliold data isn't garbage collected in git for quite a while (believe me – I tried – after accidentally commiting +1GB of images to a code repo :P )
voxpelliSeems like we don't have a page listing all the tools one can use to check conformance with? Like the testpinger, Indiewebify.me, the MF2-tests etc?
voxpelliZegnat: don't think the testpinger is a good getting started thing though – more like: Do this once you're started and want to ensure your implementation is robust
GWGI need more WordPress people willing to help with improving the situation there, even if just writing documentation or making suggestions for user improvements.
GWGsnarfed: I do have a Micropub question I've been meaning to ask. How, with the plugin, are we deciding on deprecating things no longer part of the spec?
voxpelliGWG: I would deprecate them in the next feature release and remove them in the one after (in semver-terms, deprecate in 0.1.0 and remove in 0.2.0) – unless the rest of the micropub community have a hard time keeping up on that specific feature
aaronpkso anyway now I am thinking about how to handle this "collection" idea on my own site, where I want to have a post like a train ride appear on both my "travel" and "transport" feeds
aaronpkright now i'm separating regular tags from person tags in the UI of my posts, they show up in separate places, and person tags have a little person icon next to them
aaronpkI think the only way for me to move forward without resolving the person-tag vs other-url-tag issue is to store this in some other place, and only use u-syndication for indienews
aaronpkso indienews can't have original content, so it really is an aggregator. i guess it's a question of the difference between an aggregator and a syndication destination