[tantek]finally changed some code on my site today to fix a minor RSVP bug on 2020.indieweb.org! since that site uses author URL on an indie RSVP to correlate with (and de-dupe) from a tito RSVP, I discovered my author icon markup had neglected to keep up with the parser fixes we'd made so (I was depending on implied u-url).
[tantek]so I made it explicit, updated my site, used webmention.app to resend the webmentions, and 2002.indieweb.org/west now shows only one RSVP for me (in the Indie RSVPs section)!
[schmarty], gxt_, justache, [chrisaldrich], gRegorLove_, [fluffy], [tw2113], KartikPrabhu, gbmor, [KevinMarks], dansup_, cjw6k, vasilakisfil, JK_na, moppy, dckc and [Ana_Rodrigues] joined the channel
petermolnarre [Ana_Rodrigues] (moving here from -chat): I also use a static site with webmention.io . The way I do it is the following: every entry has it's own directory, within that directory comments are their own markdown + yaml frontmatter entries. Before I query webmention.io, I try to locate the youngest of these, and pass the "since" to webmention.io. The parse if there's anything incoming, and save it to the relevant location.
[jgmac1106]I cheat and just use fluffy's stuff...did mean I had to break down and some javascript....but it is easiest way to add webmentions to your site
[Ana_Rodrigues]Thanks for sharing [petermolnar_] ! I’m not too concerned about the implementation, I think I will do something like in here https://mxb.dev/blog/using-webmentions-on-static-sites/ but I haven’t made up my mind on how to display them. I will keep an eye on the schedule for west coast and timezone permitting, I might join : )
[Ana_Rodrigues]Also, yesterday we had someone attending HWC that is living my 11ty/IndieWeb dream so I will probably have a look at their implementation too 😄
[snarfed]ie, if someone puts in an in-reply-to of 'foo', and you interpret that post as a reply, even though it's not a valid URL...does anything break? is that maybe ok?
[schmarty]tantek: regarding making my IWC West 2020 RSVP post a multi-RSVP: sort of! i should be able to add another in-reply-to to my original post. i'm hesitant to do so because my site doesn't dedupe, so my RSVP post will show summaries for both event URLs and my front page will show them as two events.
[tantek][schmarty] interesting challenge! I suppose if I displayed an automatic summary list of all the events I RSVPd to, I would have that that problem!
[schmarty]tantek: i probably should not trust the parsed MF2 over the (canonical-after-redirects) URL that I actually replied to, agreed. however, the eat-your-own-cooking event listed the main IWC West 2020 event URL as its u-url, which i think is not correct.
[schmarty]haha oops that reminds me i still have that proof-of-concept fork of quill that allows editing reply context with contenteditable that i have done nothing further with 😅
[tantek]this detail (trusting you own in-reply-to URLs with redirects over any u-url parsed from the destinations) is probably worth noting in a how-to on /reply-context
jackythere's the 'resolve-from-location-header' method, the 'resolve-from-url-field-in-json' method and there's there "look-buddy-it-was-sent-accept-it" method (lol)