vote up 1 vote down star

Building a feed service, I am on the fence with which I should use. The purest in me want to push and promote ATOM, but RSS is widely adopted. Maybe the simple answer is I offer both. If I go with both do I push my users along and default to ATOM, or have that if users ask for it.

Throughts?

flag
what color do you like your bikeshed? basically if you need to support media embeds, use RSS/MRSS, otherwise it doesn't matter. – Ben Hughes Jul 2 at 21:26
I think it might also depends on the type of users you normaly have. – Troggy Jul 2 at 21:30
FWIW, this is a duplicate of: stackoverflow.com/questions/150566/… – Shog9 Jul 19 at 2:09

4 Answers

vote up 3 vote down check

Atom. It is widely adopted, and much more clearly specified than the half dozen or so flavours of RSS.

User agents which support RSS but not Atom are rare these days. Giving users the choice between two arcane buzzwords (from their perspective) is just going to confuse them.

link|flag
vote up 1 vote down

Actually, you could use atom and label it as RSS, considering that almost every reader supports atom and because RSS is the buzzword.

You could even have a "alternate link", for people that can't use atom.

link|flag
vote up 1 vote down

Support both as it will ultimately be up to the consumer of your data what is needed/required/preferred. No reason not to publish both!

link|flag
vote up 0 vote down

I went through the same thought process 12 months ago.

Go for Atom, the spec is mature and bomb-proof (http://www.atomenabled.org/developers/syndication/atom-format-spec.php), and will lead you through the production of tidy, easily manipulated feeds (rather than coming up with your own way to implement your requirement using RSS).

Since Atom is just one spec, it's also easier to implement library support for it - so there are a range of open source Atom management libraries out there, from Apache Abdera (Java) through to Argotic (.Net).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.