[chrisaldrich]Welcome to the IndieWeb chat ndegruchy. There are a bunch of WordPress folks over in the #indieweb-wordpress channel if you want to join us. π
prologicSo I added a new feature to https://twtxt.net/ to improve discoverability. Basically the server now tracks new potential followers by parsing the twtxt User-Agent (if valid) and posts this on a special feed by the username of `twtxt` (which you can follow if you want). In addition your own "Followers" list gets updated with this over time.
wolftune, sp1ff, cjk101010, timtepasse, [tantek], swentel, markopasha, [tw2113], cweiske, dckc, KartikPrabhu, gRegorLove, rMdes and [pfefferle] joined the channel; nickodd left the channel
souramoohave been building out my site using 11ty (a static site generator) and then hosting it in a cloud storage bucket (so it stays fast, and is super cheap and takes advantage of existing cdn infrastructure)
souramooi was playing around with how best to design navigation around my blog, what do you think of this design pattern? https://gfycat.com/downrightpettydromedary (clicking back to article list goes to the exact page the article is in archives and highlights it to maintain continuity)
rmdes1, markong, KartikPrabhu and [grantcodes] joined the channel
ZegnatJust wanted to confirm :) I hoped to the IndieWeb Slack so I would be able to @-mention manton. You never know, might be a super quick fix on his end.
JibblesHello! I'm new. Baby new. Realized I don't enjoy social media but do enjoy editing my website, and see this as the best of both worlds. But. Dumb. Self proclaimed dumb. I have my own website already and am an Actor. I made this website with Wix, which is user friendly and I've enjoyed it. Is there a way to attach Known or Wordpress to make the social media syndicates/parallel posting and commenting I've seen happen through the Wix new blog format? Or
Jibbleswill I need to build a different website to do that, and simply link it to my existing website? I'd like to have it all in one spot, but understand Wix might have some barriers. Haven't found anything in the forums on this specific issue when trying to start. Thanks!
ndegruchyGWG: Understandable. Authentication is simultaneously easy and hard. Easy to do, hard to do right. Relying on WordPress for login is a smart play, though, because that mechanism is much more battle tested
ndegruchyGWG: The only issue I've encountered with IndieAuth is deleting tokens doesn't seem to work from the individual item link, you have to use the bulk actions form.
ndegruchyI hear you on the obsessive. I contribute some modules to WP Toolbelt and I hem and haw over design decisions that would normally be straight forward. I want to make it as right as I know how.
[chrisaldrich]GWG: I'll try to do better about signalling my level of sarcasm better. (Not that moon phases aren't awesome, but there are so many more important things you could be working on...)
anarchivisti came across a comment form recently that was a comment form/webmention implementation that allowed (semi?)anonymous comments - does this ring a bell for anyone?
[jgmac1106][benatwork] here was a comment from someone else "Elgg! That takes me back - to when I was first using blogging with students & we used Elgg ! It was so powerful & ahead of its time"
[chrisaldrich]Our middle of the day DoOO Meetup session went really well. I think we had about 18 people show up. I saw some demos of things that I've never encountered at Homebrew Website Clubs, so it was awesome just for that!
Loqi[Charles MERLEN] The proxy not need the "http://" prefix ! As mentionned into the Documentation of Openssl, host:port is required. : openssl s_client -showcerts -connect "jvt.me:443" -proxy proxy.example.com:8888 ...