Depends on what we’re talking about exactly. I’ve created twtxt (the format specification as well as the reference client) a few years back. Many other clients and compatible tools followed provided by other contributors. Sadly prologic chose to name his piece of software just "twtxt" as well, despite it deviating quite dramatically from the original idea.
You should register a somewhat short & clear domain and run a public instance! Or is it up to someone else to provide that service? BTW: Someone registered twtxt.org, maybe that's a good place to provide such a service there.
Currently, < http://htwtxt.plomlompom.com/ > (HTTP-only so far, will probably look closer into the whole certificate business after the weekend) is my attempt at a public instance: sign-up is open (for now), and I don't plan on eradicating the feeds regularly as I do with < http://test.plomlompom.com:8000 >. But I'm also a bit hesitant to promote this instance aggressively at this early stage of development. I'm happy about anyone testing it by registering, or even by setting up their own instance.
This is nice as long as nobody changes old status updates. Thought about using If-Modified-Since to at least reduce the load when nothing has changed at all.
But still: It will definitely take some time till a "twtxt timeline" causes more traffic than browsing the current Twitter homepage. :3
Yes, it’s up to each user how he names the URLs he’s following.
This makes it hard to implement global @replies, therefore there’s no recommend way of handling those at the moment. You could just write "@<NICK>:" and hope that the person you had in mind follows you and feels concerned.
Yes, because there is no difference between an @reply and an ordinary tweet. Not technically at least. It’s just text. But implementing a filter on your side should be trivial if that’s what you want.
Maybe I’ll implement something which makes it easy for users to specify custom filters and/or highlights.
Given the decentralized nature, it'd be nice to parse any @reply , add metadata that indicates the full URL, and thus translate into a local user's nicknames.
Should be easy to add metadata by convention inside the messages, appended to them following some kind of control string, like "META". Clients could interpret anything from that string on by rules yet to be defined.
actually... it seems more complicated. Existing tech: use existing tools written in your language / usage style of choice to generate a site. Consume with one of probably hundreds of RSS readers from which you can pick the one you like the most. this: new tool, not supported by existing apps, glaring limitations, requires non-default python dev environment, etc. etc...
Yeah, sounds great in the first place, but then again you’d have to consider how one would implement such a list without the need of registering an account or something of that sort.
My friends and I are basically sharing our followings publicly in a separate text file next to the main one, so we can discover new people.