rfeedreader
Get Version
1.0.13What
Feed parser to read feed and return first posts of this feed. Special parsing from sources like Flickr, Jumcut, Google video, ...
Installing
sudo gem install rfeedreader
Demonstration of usage
require 'rfeedreader'
Rfeedreader.read_first('http://blog.alexgirard.com/feed/')
# return feed containing first post
Rfeedfinder.read('http://blog.alexgirard.com/feed/')
# return feed containing an Array of posts
Rfeedfinder.read('http://blog.alexgirard.com/feed/', nb_posts=3)
# return Array containing first 3 posts
Forum
http://groups.google.com/group/rfeedreader
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
The trunk repository is svn://rubyforge.org/var/svn/rfeedreader/trunk for anonymous access.
License
This code is free to use under the terms of the Creative Commons GNU GPL.
Contact
Comments are welcome. Send an email to Alexandre Girard.
Dr Nic, 2nd June 2008
Theme extended from Paul Battley