Blogs: Best syndication standard for a newsfeed?
May 2, 2006 9:38 AM
Subscribe
Blog syndication: What standard (RSS, Atom, etc.) is best for syndicating full blog post contents?
My blog has a simple RSS 0.91 feed with descriptions of blog entries. My system is hand-rolled - a PHP script rewrites the XML file with MySQL content for every new entry (I want to keep it this way and not use external feed services).
Now I want to publish the full contents of each entry to people's newsreaders, not just short descriptions. I'm stumped about what kind of feed to offer and what problems I might run into, though.
What standard should I use - RSS, Atom, both, other?
Are there any special character issues I should keep an eye out for? Can anyone recommend any resources online for more reading?
posted by cadge to technology (7 comments total)
Atom is more tightly specified, which should make it easier to implement without ambiguities. You may be aware that Atom arose partly because of ambiguities in the RSS spec, and partly because of personal conflicts between some developers and RSS' main proponent, Dave Winer. So the choice has political overtones, silly as that might sound.
For more on Atom, check out Atom enabled.
RSS2 is the most recent flavor of RSS. Here is the spec on that.
posted by adamrice at 10:12 AM on May 2, 2006