Hi All, Can anyone help me in making feed[xml/rss] generator for a webpage based on ruby/ruby on rails. Tell me if any ruby code is already available, to generate feeds for a webpage. Thanks in Advance. Sumanth. -- Posted via http://www.ruby-forum.com/.
On Mar 15, 2006, at 7:39 AM, Sumanth Ambati wrote:> Hi All, > Can anyone help me in making feed[xml/rss] generator for a webpage > based > on ruby/ruby on rails. > Tell me if any ruby code is already available, to generate feeds for a > webpage.<http://www.google.com/search?as_q=generating+rss+with+rails&num=100> There are a lot of good results from querying with ''generating rss with rails.'' -- Jason Perkins jperkins@sneer.org "The key to performance is elegance, not battalions of special cases." - Jon Bentley and Doug McIlroy
Sumanth Ambati wrote:> Hi All, > Can anyone help me in making feed[xml/rss] generator for a webpage based > on ruby/ruby on rails. > Tell me if any ruby code is already available, to generate feeds for a > webpage. > > Thanks in Advance. > Sumanth.Thanks Jason -- Posted via http://www.ruby-forum.com/.
Sumanth Ambati wrote:> Hi All, > Can anyone help me in making feed[xml/rss] generator for a webpage based > on ruby/ruby on rails. > Tell me if any ruby code is already available, to generate feeds for a > webpage. > > Thanks in Advance. > Sumanth.Thanks Jason. Sumanth. -- Posted via http://www.ruby-forum.com/.
On Mar 15, 2006, at 7:57 AM, Sumanth Ambati wrote:> Sumanth Ambati wrote: >> Hi All, >> Can anyone help me in making feed[xml/rss] generator for a webpage >> based >> on ruby/ruby on rails. >> Tell me if any ruby code is already available, to generate feeds >> for a >> webpage. >> >> Thanks in Advance. >> Sumanth. > > Thanks JasonActually, another suggestion: download typo and look through its code. I know that it does rss/atom generation and that''s the method that I''d use in conjunction with the better of those results from Google. Use the source, Luke! :) -- Jason Perkins jperkins@sneer.org "The key to performance is elegance, not battalions of special cases." - Jon Bentley and Doug McIlroy