Skip to content

Instantly share code, notes, and snippets.

@julien51
Last active December 20, 2015 07:39
Show Gist options
  • Save julien51/6094443 to your computer and use it in GitHub Desktop.
Save julien51/6094443 to your computer and use it in GitHub Desktop.
Moving RSS Forward. Ipost here, because I don't want to post it under Superfeedr's blog. These are *my* ideas :)

Improving RSS feeds. Her's my response to Dave Winer's post about moving RSS forward.

Generally, I think we should simplify to the maximum and allow for easier, more common use cases.

  1. JSON feeds. Many many web devs are scared (rightfully or not!) by XML tags. Let's make sure JSON is also a way to go.
  2. Only a permalink per item. It may sound counter intuitive, but many readers already only care about the permalink and will fetch the related page to extrat title, content, images, authors... etc, using microformats or the HTML itself. Why not then reduce a feed to just a 'list' of links?
  3. Easing subscriptions for end users. Of coure we came up with SubToMe, but there are obviously more ways, as long as it's as easy to follow a feed on the web than it is to follow someon Twitter or G+!
@interstar
Copy link

As someone who wants to use RSS feeds for other things than readers, including processing the contents of the feed, having the text in the feed itself is very important to me. I wouldn't just want the link back to the original story.

(Example : https://github.com/interstar/grabquora )

@mterenzio
Copy link

These are great ideas. I need to take a look at SubToMe. Wasn't aware of it.

@julien51
Copy link
Author

@interstar I did not say text should not be there, but I think it should not be REQUIRED at all cost...
@mterenzio Please, let me know what you think!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment