this post was submitted on 10 Mar 2026
5 points (100.0% liked)
IndieWeb
73 readers
1 users here now
The IndieWeb is a people-focused alternative to the “corporate web”.
It is a community of independent and personal websites connected by open standards and based on the principles of: owning your domain and using it as your primary online identity, publishing on your own site first (optionally elsewhere), and owning your content.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's right, there's no pagination on the outbox right now - it's just a few text files anyway so I didn't bother to implement it yet. But it's on my (very short term) radar. The RSS/Atom feeds are already provided over
/feed.rssand/feed.atomroutes respectively though. About embedding the whole object vs. a reference, that can be configured viaactivitypub_object_type. It defaults toNote, so the whole content is included, but it can also be set toArticle- in that case only a reference to the object is rendered, similar to what WriteFreely does in its latest implementation.