Nice bit of reconstruction, and that you're factoring at the indieweb protocol level makes sense. Another protocol you may want to look at is WebSub so you don't need to poll your feeds so often, but can call web hooks when they are updated.
hosted Homebrew Website Club West Coast tonight:
https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-ZObv0hlGOdR5
Discussed many topics: proposed h-entry p-content-warning property https://github.com/microformats/h-entry/issues/19, IndieAuth test suite, UX personas roles as a way to update https://indieweb.org/generations, and more
went to Homebrew Website Club London:
https://events.indieweb.org/2020/07/online-homebrew-website-club-europe-london-eIf6VfMWuhLY
Great chatting with folks about rethinking person-tagging public photos (now considered harmful), and discussed #IndieWeb Organizers & Organizing blog post: https://tantek.com/2020/187/b1/changes-indieweb-organizing-indiewebcamp-west
Good #IndieWeb reminder from @brentsimmons: https://inessential.com/2020/07/15/zillion_times_easier (https://twitter.com/brentsimmons/status/1283534944493502470)

And #BlueChecks appear to be frozen, unable to tweet, only retweet.

So of course this exists: @EveryWord
#IndieWeb #BlueChecks
#TwitterHacked. What she said https://twitter.com/AOC/status/1283513914597298178 via @b_cavello

Y’all know:
#Bitcoin is a coal-burning CO2 producing currency for organized crime
#blockchain is mostly #dweb snakeoil (singleton, OSS monoculture)

Go #IndieWeb or SSB for the real: https://indieweb.org/
#TwitterHacked #Bitcoin #blockchain #dweb #IndieWeb
I'm going!

Looking forward to some IndieWeb thinking and chatting!

What we talk about when we're talking about "Webmentions"

#IndieWeb #Webmention #rant

I need to make sure I grab something to eat and finish my demo before the homebrew website club tonight! https://events.indieweb.org/2020/07/homebrew-website-club-west-coast-UWgdEMwxDSQI

The IndieWeb doesn’t have “users”, lol. It’s all people. No VC fluff, no “we gotta hit the KPI!”. People-centric and driven.

But nah, these events are moments to study and reflect on. Smugness helps no one (since again, we’re focused on people).

Why is @twitter lockeddown!!!!? I need a haircut!!!!
#indieweb #web #lockdown

Sure, I never made a note of that being the direction though. That’s the fallacy of Mastodon since it wanted to replicate Tweetdeck (kinda understandably). The IndieWeb doesn’t have this problem though.

My notes from HWC West Coast 2020-07-08

#IndieWeb #meetup #HWC #virtual #vHWC #west-coast #wrap-up

A post with a bit of preamble about how link backs work and a release of a plugin for Pelican for sending Webmentions.

#100days 70 - Readded a token endpoint to my site letting me publish to it and log into indieauth enabled services again like Together

Posting to the Fediverse from my IndieWeb site

Sneak peek at Sunlit 3.0

Massively multiplayer open computing

At tonight's #HomebrewWebsiteClub, I managed to implement listing all my site's posts, using Micropub Query for All Posts - which is consumable with Indigenous for Android

#www.jvt.me #homebrew-website-club

So I mentioned the idea of making my homepage more dynamic. I don’t want it to be too difficult to do though. I have a concept of theming on my site. Since I can completely control the theme, this makes for a very interesting situation where, by leveraging Microformats JSON, I can dynamically render things on a page. For example, in this screenshot of my future site, I can have each section be determined by a property of a larger h-entry. The main text could be the e-summary, the headline text being p-name and the changelog region be a p-x-changelog that’d hold a list of embedded h-cites to other content that I’ve created!

As far as I know, there’s no such compatibility availability in a Micropub client for editing like this; they focus on providing particular post types and don’t seem to allow for “custom’ properties. However, the needed part is really just being able to push arbitrary properties to one’s post. The basis of this (for fetching) is already available thanks to q=source&url= in Micropub; you can fetch the MF2 representation of a post. This is enough to push new properties to a post.

My goal is to take Koype Publish and improve it to support this functionality of compositional content. Right now, it servers as a way for me to create long-form content and nothing more. This would allow me to do so much with my site. Some ideas I had was working on a “stack page” that’d serve as a h-entry with children for each thing that I can move around and adjust as if it was in a WYSIWYG setup.

What does the community think about such editing styles?

#micropub #koype #itches