In-reply-to » @mckinley I didn't thought too much about it.

@justamoment@twtxt.net The troulbe with a website and trying to support some kind of “comment system” or “guestbook” type thing is that Twtxt was designed to be a text format with a 1:N mapping of author to twt(s). In essence a single feed is owned by one author that can contain zero or more twts. It is not really possible (although @darch@neotxt.dk is trying and finding various ways to break the spec 😅) to have a “centralised” feed that lets N users add to it.

To really support this kind of thing, you’d really have to “dynamically” create a new feed for every user, uniquely identify them in some way so you can do this (e.g: with OAuth, IndieAuth, etc), then have an API or Form that they can enter content to and it write to “their” feed.

⤋ Read More