Marcus Bristav <marcus.bristav / gmail.com> wrote: > Are there any good Ruby libs to this that preferably supports 0.92, > 2.0 and Atom (Atom is more of a nice to have than need to have...) and > exposes it with a nice common (for all formats) API? Yes, syndication[1] and FeedTools[2] should be two of the better libraries. [1]: http://rubyforge.org/projects/syndication/ [2]: http://sporkmonger.com/projects/feedtools/ HTH, Jochen