Back to the Future with RSS
ncase.me
Back to the Future with RSS
1–10 of 105 posts
Re: Back to the Future with RSS
#2Re: Back to the Future with RSS
#3RSS can become very messy super quickly, and I think we need clients that don't look like the ones we know from 15 years ago, but ones that help users to keep their subscriptions neat and clean.
Re: Back to the Future with RSS
#4Re: Back to the Future with RSS
#5https://github.com/kickscondor/fraidycat/wiki/RSS-Atom-Exten...
It feels like there is still a lot of room to extend these formats - part of the advantage to them is how easily they can be extended. The media enclosure extension is the reason they've been so useful for podcast subscriptions.
Re: Back to the Future with RSS
#6I love RSS, hope it makes a resurgence. But I don't think the only reason for the death of RSS was the discontinuation of Google Reader. RSS can become very messy super quickly, and I think we need clients that don't look like the ones we know from 15 years ago, but ones that help users to keep their subscriptions neat and clean.
Re: Back to the Future with RSS
#7If you're interested in furthering RSS (and Atom, JSON Feed) - one way to help this along is to continue extending it to bring it modern. For instance, I've documented an extension for adding temporary 'status' to the feed - useful for pinned posts or broadcasting that a livestream is beginning. https://github.com/kickscondor/fraidycat/wiki/RSS-Atom-Exten... It feels like there is still a lot of room to extend these…
Re: Back to the Future with RSS
#8If you're interested in furthering RSS (and Atom, JSON Feed) - one way to help this along is to continue extending it to bring it modern. For instance, I've documented an extension for adding temporary 'status' to the feed - useful for pinned posts or broadcasting that a livestream is beginning. https://github.com/kickscondor/fraidycat/wiki/RSS-Atom-Exten... It feels like there is still a lot of room to extend these…
It seems like a weird approach when the ActivityStreams spec is getting a lot more traction and semi-official endorsement.
Re: Back to the Future with RSS
#9Earlier quoted context omitted.
It seems like a weird approach when the ActivityStreams spec is getting a lot more traction and semi-official endorsement.
Is there any implementation that doesn't require a server-side component? One big appeal of RSS is it's plain old XML that can come from anything over HTTP.
Re: Back to the Future with RSS
#101. To detect RSS feeds and show an icon in the UI
2. Render RSS files, so they look better than raw text
3. Link that UI icon to a subscribe function: Show a configurable list of RSS Readers and send the feed to the subscribe URL of the selected one.
This can already be added with extensions, but it would boost RSS adoption if it were a default feature. And thus support the official mission of Mozilla.
Would mozilla block it if a RSS advocate group would provide the development work to get this back into the browser? Is there a technical issue, like that there is no fitting RSS/XML parser that can be used?