#epochit might be entertaining to do a "locations of recent comments" for webmentions.
#epochusing h-geo by default and fallback to IP-based
#[tantek]totally. I think aaronpk was going to do something that used JS for timezone and then IP-based for fallback similar to that. we discussed it in #indieweb-dev
ur5us, barnaby, gRegorLove_, [manton] and jacky joined the channel
#Seirdyanybody know an idiomatic way to handle archived copies of dead links with microformats?
#Seirdybasically I currently auto-replace dead links across my site with Wayback Machine snapshots, and that includes e.g. webmention sources
#Seirdyso if the u-url is dead, i currently just replace it with the wayback snapshot if one exists. i feel like i should have a "u-archived-copy" (i just made up that microformat) and "p-original-url" ("p" because i wouldn't wanna actually link a non-existent page).
jacky joined the channel
#[tantek]it's an interesting brainstorm / use-case. might be worth considering it in the context of h-cite and what would you want an h-cite consuming application to do with the information.
#[tantek]you don't need p-original-url. you can use "p-url" for an unlinked URL already
#barnabyin lieu of a new property, you could just use u-url for both
#barnabyalthough I canβt think of a good justification for which one should be first
#[tantek]I think there have been prior discussions about how do you publish / communicate a set of alternative URLs for something
#[tantek]on a page level obviously rel=alternate "works"
#[tantek]but in the use-case of linking to other things, that's why I suggested considering it in the context of h-cite use-cases and consuming code
#[tantek]as soon as you want to structure something beyond a single property, you need to wrap a minimal object around it. hence h-cite could work for that
ur5us and jacky joined the channel
#gRegorperhaps u-alternate to match the rel-alternate meaning, but for the microformat object
#gRegorMaybe u-syndication? I know IA isn't really a syndication, but existing property...
#gRegorWith more thought don't really like either of those, heh.