Any gems or guides out there for reading RSS (and maybe ATOM) feeds into rails for display on a RoR site and/or storing in a database? I''ve only found a few for creating feeds with my content, but I want to show other''s feeds on my site and I got big trouble searching for this. Thanks in advance, Mathias. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 14, 2006, at 7:07 AM, Mathias Wittlock wrote:> Any gems or guides out there for reading RSS (and maybe ATOM) feeds > into rails for display on a RoR site and/or storing in a database? > I''ve only found a few for creating feeds with my content, but I want > to show other''s feeds on my site and I got big trouble searching for > this.Try http://rubyforge.org/projects/feedtools/ James. -- James Stewart : Web Developer Work : http://jystewart.net Play : http://james.anthropiccollective.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
James Stewart wrote the following on 14.11.2006 14:17 :> On Nov 14, 2006, at 7:07 AM, Mathias Wittlock wrote: > >> Any gems or guides out there for reading RSS (and maybe ATOM) feeds >> into rails for display on a RoR site and/or storing in a database? >> I''ve only found a few for creating feeds with my content, but I want >> to show other''s feeds on my site and I got big trouble searching for >> this. >> > > Try http://rubyforge.org/projects/feedtools/ > > James. > >simple-rss isn''t as easy to use, but is more permissive. I''ve far less RSS feeds rejected by simple-rss than feedtools. See http://simple-rss.rubyforge.org/ Lionel. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 11/14/06, Lionel Bouton <lionel-subscription-WTamNBQcZIx7tPAFqOLdPg@public.gmane.org> wrote:> > James Stewart wrote the following on 14.11.2006 14:17 : > > > > Try http://rubyforge.org/projects/feedtools/ > > See http://simple-rss.rubyforge.org/ >Thanks to both of you! I will look into these, they look quite promising. Can''t believe I didn''t find the feedtools, just not my day when it comes to searches I guess. Thanks! :D Mathias. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mathias, > > Try > > http://rubyforge.org/projects/feedtools/ > > http://simple-rss.rubyforge.org/ You should also consider hpricot: http://code.whytheluckystiff.net/hpricot/ It''s a more general parser, but it should do the job. I''ve used it in an feed aggregator, and it worked fine. Alain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---