#LoqiIt looks like we don't have a page for "hunter2" yet. Would you like to create it? (Or just say "hunter2 is ____", a sentence describing the term)
cute_xiaxia_muma, sukil, [jgmac1106], jakelazaroff, wolftune, simons, gareppa and Imnotsoimpressed joined the channel; cute_xiaxia_muma left the channel
#Loqi[Jack Jamieson] Description
Yarns Microsub Server helps you follow feeds from across the Web. Enter a website and Yarns will help you find and subscribe to its feed(s) in several different formats (Microformats, RSS, Atom, JSONFeed). Once you’ve added feeds, new ...
#ketudbGenerally I would assume the latter because IndieAuth.com uses the IndieAuth protocol to provide it's services, buuuut it could be hardcoded in some way that wouldn't make sense
#aaronpkI believe it supports any website that uses the api that IndieAuth.com has, such as indielogin.com. So it does the protocol bits of IndieAuth but not the discovery
#ketudbtbh I think what I actually want is some kind of oAuth or OIDC provider to integrate with it for my use-case
#ketudbsadly I think it would be oAuth instead of OID/OIDC, since most applications in the ecosystem with any native defferred auth support seem to use oAuth
tbbrown and dragontamer5788 joined the channel
#dragontamer5788does anyone have an example of how an indie Webmention discussions work?
#dragontamer5788Like, is it some kind of federated Twitter-like back and forth?
#gRegorLoveWelcome dragontamer5788. Yeah people make posts on their own website that's in-reply-to a post on someone else's site. Webmention notifies the site you're replying to of the URL for your reply.
#gRegorLoveThen it's up to them what to do with it. They could try to parse your post to display it as a comment (a lot of us use microformats2 for that), but that's not required as part of Webmention spec.
#dragontamer5788I'm a n00b at all things web. I'm currently investigating Hugo (static site generator) as a methodology behind my website. I found the indie-web wiki and started thinking about various features which bloggers are accustomed to.
#dragontamer5788Webmentions seem like an interesting methodology for comments. I'm kind of curious how it could work in a static-site setting. I know about webmentions.io.
#superkuhdragontamer5788, I'm using nginx for my static site. I have it log POST data to a separate logfile. The trick is getting nginx to proxy to itself so it doesn't strip it.
#dragontamer5788Lets say I make a static-website with a webmention link to webmentions.io. Obviously, the static site cannot update automatically when a webmention comes in.
#superkuhFrom there you can use a script or do it manually.
#dragontamer5788Thanks superkuh: that's a very helpful idea.
[davidmead] joined the channel
#superkuhI banged my head against this one for about a month before aaronpk helped find a way.
#dragontamer5788It probably wouldn't be too hard to create a list of webmentions as a list of files in Hugo to iterate though. The next Hugo-update could update the final html pages.
#dragontamer5788PHP + Postgresql seems like it'd be more obvious and easier, lol. Choosing static has its downsides...