Ah no - since getting involved in the #IndieWeb I've been trying to use my site as the owner for my content, wherever it's for, and then pushing it out to silos after
In terms of how I get the data? I publish content to my site first, then syndicate it elsewhere afterwards https://indieweb.org/POSSE - which mostly happens automagically
I do this even for things like https://lobste.rs which doesn't have an API so I manually post it with a link back to the comment on my site
Hey which feed? I've got RSS/Atom, Microformats2 and JSON Feed!
All of which are generated from Hugo with custom templates
IndieWebCamp Online is this weekend. It’s all remote, so you can jump into the video chat and participate or lurk to learn about IndieWeb building blocks. And then in 2 weeks: IndieWebCamp Austin! 2-day event at Capital Factory.
Searching for an #IndieWeb thing I could implement in Go.
Maybe a rewrite of my #Micropub server? (although I didnt deploy the new async version yet)
I'm at my first Homebrew Website Club in three years, and It's the San Francisco Meetup in the Mozilla office! I feel like I've made a pilgrimage to a spiritual centre of the indieweb.
All of us indie-folks are really fortunate that the indieweb is such a warm and welcoming community.
Reminder that the IndieWeb Meetup is tonight at Mozart’s Coffee for anyone in the Austin area. It is going to be cold. We’ll try to find a table inside, otherwise downstairs where it’s mostly enclosed. 6:30pm.
Thanks for taking a look at the changes! And thanks for the response!
While I agree that I could wrap the entries on my archive page in an h-feed
, I disagree that every collection of h-entry
“is a feed”.
The microformats2 spec for h-feed is still a draft and open to change. Even so, it states that h-feed is “for publishing a stream or feed”. The use cases listed there, and on indieweb.org/h-feed specifically discuss feeds and feed readers subscribing to content.
I made the specific choice not to make the archive pages into a feed, because I don’t want to encourage folks to subscribe to something only to find that it becomes static over time.
In my thinking, an microformats2-capable crawler should be capable of handling a collection of h-entry
in a page whether or not they are wrapped in an h-feed
. There was some brief discussion about it today in the #indieweb-dev chat.
IndieWeb Meetup NYC returns with an actual mid-week meetup!
Hope you can join us 6-8pm on Wednesday Feb 19th!
Thanks to Ruxton for making available the source to the IndieWeb Best Nine, here are my “Best 9 Photos of 2019”.
The app walks your personal website, looking for photo posts, then makes a collage of the best nine. “Best” is determined by most IndieWeb likes or replies.
I initially tried to use the online version, but ran into some issues, so I grabbed the source and started tweaking it to handle some quirks of my site.
h-entry
items. I updated the microformats2 crawler to support pages that are a collection of h-entry
without a containing h-feed
.Here are the links to the individual top 9 photo posts!
You can find my modified version of indieweb-bestnine on GitHub!