Thank you for this post! I’ve added some of these spots to my to do list for my wife and I! I’ve been really enjoying reading the articles and I just wanted to thank you for having an RSS feed outside of Facebook. I have recently been removing myself from Facebook after all the privacy drama and am reading all my news and blogs in an RSS reader, so I was pleasantly surprised to find this blog had its own RSS feed!
It’s great that you have a comment form on the posts. You might consider enabling Webmentions. It’s a way for people to post comments to your site from their own. (Like this comment was posted on my website before I posted it here: )
If you are based on wordpress, here is some information: https://indieweb.org/Getting_Started_on_WordPress#Webmentions or if you are running your own website there is some more general information here: https://indieweb.org/Webmention
Just FYI, I have some IndieAuth Swift classes in my Indigenous app. Eventually I want to turn them into a Swift library. However you are welcome to embed any of them in Icro that might help make login easier. Also, I’m happy to answer any questions you might have 🙂
It would be fun to have other folks in the community read the “standard” introductions for each section of This Week in the IndieWeb Audio Edition! I can take them in .wav for or .flac or anything that Audacity can open in a lossless way.
Regarding the webring: there has been no progress! I intended to circle back with Doug Beal about it but it was forgotten. I have been playing with glitch.com for several IndieWeb-related projects, recently, and that would be a fun one!
Hmm, looks like my new inline micropub browser extension is just about ready for testing! #indieweb
I most definitely want to start getting some Health data into my website! It’s tough because I want to do ALL of it, but it’s probably better to just do a couple at a time. Right now I want to definitely get sleep data. Activity Rings is also a great idea.
I kind of feel like Health should probably be its own app as to avoid Indigenous becoming EVERYTHING. Thankfully I’ve tried to keep the IndieWeb controllers separated from my Indigenous centric code to be able to do multiple apps easier and eventually push out some swift libraries to make Micropub apps easier for everyone on iOS. What would be your more important Health data?
This was a great episode. I don’t do much private stuff on my website, but I do a little. Sometimes there are location checkins or watch posts that are more for my own memories than things I want to share publicly. In those cases I have them use the Micropub visibility property. Technically all of my posts support that but I’ve mainly just used it with checkins and watch posts. Since not many Micropub clients support visibility I added a text shortcut that if I add to my post content it will add the visibility hidden inside my Micropub endpoint.
Yep, I have an “On This Day” feature of my website. My website is mostly Jekyll so it’s definitely possible with Jekyll, but if/when manton decided to implement it, it would probably be easiest to store the posts in some external system rather than integrating it with the actual Jekyll instance. I think On This Day is a great feature. I really enjoy it. I actually wonder if there is some way to build an external service that could follow/parse a site and provide your posts back to you 🤔 Maybe something IndieWeb related that just parses mf2. We’d need to improve the mf2 on some of the m.b themes first though