RSS Chat
Dave Winer and claude have been working on a new social network built on RSS. It’s a very interesting idea and I think it has a lot of potential. I am a big fan of RSS, and this chat supports posts, edits, replies and allows the user to subscribe to their own RSS feed and to the firehose feed. I am currently playing with automating my posts to the demo.rss.chat API.
<source:inReplyTo>/?id=296</source:inReplyTo>
<source:comments count="1" feedUrl="/users/thechelsuk/comments/300.xml"/>
I think there is a future task for me here to extract the replies from the RSS feed and show them as replies on my site, a bit like the webmentions implementation I already have.
-
You might also be interested in this :)
RSC (Really Simple Conversations) is a social feed where everything is distributed via RSS: posts, as well as replies, entire conversations, and corrections published afterward. Three independent sites can thus participate in the same feed without a common API, without a shared account, and without having to adopt a new protocol: if your site already publishes a feed, it’s already a node in the network.
-
Testing via python script.