2018-11-08 UTC
snarfed joined the channel
# 00:09 mblaney aaronpk if there's no author on an h-entry I fall back to h-feed p-name. If that doesn't exist I scrape <title> from the html.
tbbrown and snarfed joined the channel
[kevinmarks] joined the channel
# 01:03 [kevinmarks] The classic feed model is to have author allowed at both feed and entry level, with the entry overriding the feed
snarfed, eli_oat, tbbrown, ben_thatmustbeme, gRegorLove, renem, [manton], KartikPrabhu and samw joined the channel
# 07:05 kisik21 anyoneknows why webmention.io is down?]
# 07:05 kisik21 anyoneknows why webmention.io is down?
KartikPrabhu joined the channel
swentel, [kevinmarks], mblaney, [voss], [jgmac1106] and [schmarty] joined the channel
[Vincent], [schmarty], eli_oat, [jgmac1106], tbbrown, petermolnar, Ruxton and GWG joined the channel
# 14:21 aaronpk Oops probably cause I got part way through an upgrade yesterday
# 14:40 sknebel A tool to extract data from Open Street Map (OSM) to build the boundaries of the world's timezones.] (libraries based on this linked in readme)
# 14:40 Loqi [evansiroky] timezone-boundary-builder: A tool to extract data from Open Street Map (OSM) to build the boundaries of the world's timezones.
[kevinmarks], [eddie], [jgmac1106], eli_oat and KartikPrabhu joined the channel
# 16:51 kisik21 can I link an h-feed from index page without making index-page an h-feed?
# 16:56 kisik21 also - how to handle pagination in h-feeds?
# 16:56 kisik21 can I keep an h-feed that would contain only last X posts, for example?
[eddie] joined the channel
eli_oat joined the channel
# 18:00 kisik21 sknebel: is rel="prev" used for older or newer posts
# 18:00 aaronpk it means the previous page. so if you are sorting from newest to oldest it means older posts. but if you are sorting oldest to newest it means newer posts.
# 18:02 kisik21 uh... I don't understand. My first page contains newest posts. rel="prev" or rel="next" on its only pagination link?
sebsel, kaushalmodi, eli_oat, [dave] and snarfed joined the channel
# 19:07 aaronpk ugh fitbit does not understand timezone changes very well
[eddie] and snarfed joined the channel
# 19:49 sebsel aaronpk ah! Spec says "POST", but Together and Aperture do "GET" on Preview!
[jgmac1106] joined the channel
# 19:52 sebsel ah and Indigenous for iOS does not really do preview / subscribing
# 19:53 sebsel which also means I really need to offer my own frontend for Leesmap for people to add feeds if they don't use Together :)
# 19:54 aaronpk or bug me and eddie to add subscribing to monocle and indigenous
# 20:06 Loqi Ok, I'll tell them that when I see them next
# 20:09 sebsel I also like how Monocle very conservatively fetches the feeds once, and puts them in the session, whereas Together polls the channels in the background every 15 seconds or so :P
# 20:10 aaronpk yeah it also reloads it when things are marked read :)
# 20:11 sebsel hm, but closing the window makes it stop, so that's good at least.
# 20:13 kisik21 aaronpk: does webmention.io implement salmentions?
# 20:13 aaronpk kisik21: it's something the site that receives webmentions needs to implement
# 20:14 aaronpk oh I guess it's both ends really, and no webmention.io won't recognize that it received a salmention vs a regular webmention
# 20:15 kisik21 sad. Wamted to get comment threads on my site, I gueess I'll need to have some sort of script on my side to both receive webmentions and process them
# 20:16 aaronpk yeah, I need to do that too, there are just a bunch higher priority things I guess :)
# 20:22 kaushalmodi may be some day, you have a chance to add salmentions support to commentpara.de :)
# 20:23 kaushalmodi but yes, might be worth the effort if that is synced up with webmention.io
# 20:24 sknebel even better: someone fork both of them and run their own copies of it :D
# 20:27 aaronpk also not clear on the suggestion to "forward the webmention usptream"
# 20:28 sknebel I interpreted it as "send the same WM payload, but to the endpoint of the "parent" of the page replied to"
# 20:29 sknebel also has the nice side-effect that it can "jump" sites that don't support anything special
# 20:31 sknebel You have a post A. I reply at B (but my site, as currently, doesn't show Webmentions at all). Someone else replies to me at C
# 20:31 sknebel I send a webmention "B mentions A", your site records "B is a response to A"
# 20:31 sknebel and *also* can send one to you with "C mentions B"
# 20:32 aaronpk ahh so then I recognize that B is a comment i've received, and then I verify that C does actually mention B
# 20:32 sknebel your site says "oh, I know about B, that's in a tree I'm interested in" and can verify that C actually mentions B
# 20:33 aaronpk seems less fragile than relying on a site to display all webmentions properly marked up with mf2 too
# 20:34 aaronpk this way doesn't require any new markup actually, which is nice
# 20:35 aaronpk and also would work with plain links without microformats
# 20:35 sebsel I'm actually thinking about removing webmentions from my HTML, and fetching them with Javascript, to use js;dr to my advantage
# 20:35 sebsel and this would then not break the flow indeed
# 20:36 aaronpk right which is a common pattern especially with static sites using webmention.io or similar services
# 20:37 sebsel So I can still show webmentions, but not to parsers / not linking back to other sites.
# 20:37 kisik21 I've implemented webactions on my site! but they look kinda... not obvious. If you click on a "like" button, it is a like. If you click on "comment" counter, it's a comment.
# 20:37 sebsel That would also mitigate A mentioning B, B showing A as a response, which actually makes B mentioning A.
# 20:38 sknebel curious why don't you want to show them? (we should probably document such concerns somewhere)
# 20:38 sebsel mainly because of the circular mentions I guess. But also because I don't want the microformats-blob I have now
# 20:39 sknebel have you encountered the circular mentions as an issue somewhere?
# 20:40 sknebel I wonder if a pointer to A would be useful for A's site to identify the context, or just another thing to handle that's not really necessary
# 20:40 aaronpk I would be worried about adding a lot of extra validations for the extra parameter
# 20:41 sebsel circular mentions are Webmentions for pages that mention another page because that other page mentions the first page.
# 20:42 sknebel aaronpk: yeah. it'd really only be useful as the lookup key for where to look for B
# 20:43 sknebel but I guess most storage systems can solve looking up B directly
# 20:44 sknebel the entire proposal also takes some control from B
# 20:46 kisik21 can someone test webaction buttons on https://fireburn.ru? they don't work for me for some reason (markup is present, so are JS files)
# 20:51 sknebel don't have indie-config setup for my site, so can't test
# 21:10 sebsel source-diving my own blog I found this one: <data class="p-bridgy-omit-link" value="maybe" />
# 21:11 sebsel but, it could also be <140 still, that could be the thing
# 21:13 sebsel It's the only example of true/false/maybe I know of :P
# 21:13 Loqi [Sebastiaan Andeweg] Je hebt al een domein, dus je zit al een tijdje op het IndieWeb ;) Maar inderdaad! Je kunt er veel interessante dingen mee. Wees welkom!
# 21:13 sknebel also, it has to be inside the h-entry, since it is a property
# 21:14 sebsel I moved my h-entry from the <body> to the <article>, and this is below that.
[tantek] joined the channel
# 21:16 sebsel Micropub sends a syndicate-to, and my blog just stores that in the file and actually uses it to render this bridgy-link
# 21:16 sebsel When in my webmention-receiving code, I check if it's bridgy publish who I send the webmention
# 21:16 sknebel you can also put the omit-link thing on the bridgy link if you prefer that
# 21:17 sebsel and then I remove the syndicate-to and replace it with the syndication-property, with the link in the header the webmention returns
[schmarty] joined the channel
# 21:30 Loqi sknebel has 29 karma in this channel over the last year (84 in all channels)
[eddie] joined the channel
# 21:49 [eddie] !tell sebsel: Please bug me about adding subscribing to Indigenous. That was supposed to be in before it went public and I still just haven't gotten around to it
# 21:49 Loqi Ok, I'll tell them that when I see them next
[manton] and [schmarty] joined the channel