From: Jochen Schalanda Date: 2006-10-18T23:35:10+09:00 Subject: Re: RSS/Atom feed consuming lib? Marcus Bristav 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