Hello, sorry if this isn''t appropriate for this forum... I''m sort of writing a blogger application where multiple users can create their own accounts and then generate their own blogs with rss feeds. I''ve generated an rss.rxml file to syndicate each user, but now I''m wondering how to best syndicate each user... I can''t set up a different feedburner account for each user, any idea how to rock this out in rails or use some other service? Thanks! Dustin -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
bcparanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-09 02:37 UTC
Re: Syndicating multiple user feeds
You can use ResourceFeeder plugin that generates RSS 2.0 and Atom feeds. It is very easy to setup and use, it really rocks! I have actually developed an application that is similar to yours, I have a superclass that is common for all controllers that the user interacts with your web app to produce html pages. The feeds related controllers has its own superclass where I turn off session and do things that are very specific to feeds.> > I can''t set up a different feedburner account for each user, any idea > how to rock this out in rails or use some other service? > > Thanks! > Dustin--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---