Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom
reader for Ruby. It is designed to be backwards compatible with the
standard RSS parser, but will never do RSS generation.
The parser does not care about the correctness of the XML as it does
not use an XML library to read the information. Thus it is flexible and
allows for easy extending via:
# gem install simple-rss
Attempting local installation of 'simple-rss'
Local gem file not found: simple-rss*.gem
Attempting remote installation of 'simple-rss'
Successfully installed simple-rss-1.0.0
Installing RDoc documentation for simple-rss-1.0.0...
lib/simple-rss.rb:25:68: ':' not followed by identified or operator
lib/simple-rss.rb:28:33: ':' not followed by identified or operator
lib/simple-rss.rb:28:53: ':' not followed by identified or operator
lib/simple-rss.rb:29:29: ':' not followed by identified or operator
lib/simple-rss.rb:29:42: ':' not followed by identified or operator
lib/simple-rss.rb:29:57: ':' not followed by identified or operator
lib/simple-rss.rb:29:71: ':' not followed by identified or operator
lib/simple-rss.rb:29:88: ':' not followed by identified or operator
These are just a single RDoc bug, nothing to be worried about.
-austin
···
On 9/7/05, mathew <meta@pobox.com> wrote:
lib/simple-rss.rb:25:68: ':' not followed by identified or operator
lib/simple-rss.rb:28:33: ':' not followed by identified or operator
lib/simple-rss.rb:28:53: ':' not followed by identified or operator
lib/simple-rss.rb:29:29: ':' not followed by identified or operator
lib/simple-rss.rb:29:42: ':' not followed by identified or operator
lib/simple-rss.rb:29:57: ':' not followed by identified or operator
lib/simple-rss.rb:29:71: ':' not followed by identified or operator
lib/simple-rss.rb:29:88: ':' not followed by identified or operator