#GWGIt took nearly 4 years for me to build an IndieAuth endpoint
#schmarty/whispers “that means it’s trivial to get started using Together, Monocle, and more”
#[miklb]now I will want to get that function working where reposts & likes from Twitter get auto-POSSE. I never actually had the ability to use it until now.
#LoqiIt looks like we don't have a page for "Twitter feed" yet. Would you like to create it? (Or just say "Twitter feed is ____", a sentence describing the term)
#LoqiIt looks like we don't have a page for "twitter atom feed" yet. Would you like to create it? (Or just say "twitter atom feed is ____", a sentence describing the term)
#ZegnatThose aren’t for converting JSON to another document, but are for selecting parts of an existing JSON struct. Which is what half of JSLT has to do.
#[jgarber]mcverryj1: CSS Grid is fantastic! But you’re right, there’s still a heavy reliance on Bootstrap.
#mcverryj1I guess I could build a turnkey solution for my students and have them use something like FrancisCMS. Reclaim Installatron will launch a MWC Ruby app and they would just need to upload the zip….hmmm
#LoqiIt looks like we don't have a page for "Ruby on Rails" yet. Would you like to create it? (Or just say "Ruby on Rails is ____", a sentence describing the term)
#ZegnatRuby on Rails is a web framework for use with the [[Ruby]] programming language.
#ZegnatI just had a script turn aaronpk’s homepage into a single static HTML file with all images and CSS inlined, testing my archival setup. I am amazed that I got this working!
#ZegnatThough that is handled by treora’s freeze-dry, which he demoed back in Berlin
#ZegnatStanding on the shoulders of giants here, I am basically only figuring out how to pipe all these other clever techniques together so I can automate archiving ;)
chrisaldrich, [chrisaldrich], jgmac1106_, [schmarty], [kevinmarks] and tantek__ joined the channel
#Loqi[Peter Stuifzand] Adding feeds from an OPML file to a Microsub server with xmlstarlet and Ekster (ek)
xmlstarlet sel -t -v "//outline/@xmlUrl" hotlist.opml | xargs -n 1 ek follow mtjTXQELiT60Wtm5ArVcLo5G
The first part parses the xmlUrls from the OPML file. This w...