Idea behind this site is to aggregate interesting blogs / discussions related to software testing field and keep it at one place. Have a look at the http://www.testingreflections.com/ , this site pretty much provides the similar functionality. The way it would work is - 1. In the admin system I''ll provide some information about the feed this i will do * Name for the feed * Address of the fee (XML file address on the internet) 2. Based on this information - there should be some periodic job which will run at a specific time, fetch latest article etc from their feed and populate in our DB (give idea about this ) 3. Look at couple of feeds - they should all have similar fields and we need to extract all the relevant data from them. 4. This aggregator should support all the popular feed format like - RSS / ATOM etc -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
want to aggregate interesting blogs / discussions related to software testing field and keep it at one place 1. In the admin system I''ll provide some information about the feed this i will do * Name for the feed * Address of the fee (XML file address on the internet) 2. Based on this information - there should be some periodic job which will run at a specific time, fetch latest article etc from their feed and populate in our DB (need help in this ) 3. Look at couple of feeds - they should all have similar fields and we need to extract all the relevant data from them. 4. This aggregator should support all the popular feed format like - RSS / ATOM etc -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
check out feedzirra. ryan bates of railscasts.com, has a great screencast on using this tool... http://railscasts.com/episodes/168-feed-parsing i''ve written a blog post about installing it on ubuntu bc there are a couple of dependencies which fight back... http://seanbehan.com/ruby-on-rails/installing-feedzirra-rss-parser-on-ubuntu-8/ i developed a very simple reader application you can see it here http://seanbehan.com/reader using feedzirra and a cron job. if you''re interested i can throw the source up on github. On Apr 15, 2:53 am, Rahul Mehta <rahul23134...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> want to aggregate interesting blogs / discussions related to software > testing field and keep it at one place > > 1. In the admin system I''ll provide some information about the feed > this i will do > * Name for the feed > * Address of the fee (XML file address on the internet) > > 2. Based on this information - there should be some periodic job which > will run at a specific time, fetch latest article etc from their feed > and populate in our DB (need help in this ) > 3. Look at couple of feeds - they should all have similar fields and > we need to extract all the relevant data from them. > 4. This aggregator should support all the popular feed format like - > RSS / ATOM etc-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
hiiii, thanks for reply.. i have implement the simmons http://simonwoodside.com/ feed aggreegator and stored in the db the feed now want to set the cront job for than thanks rahul On Thu, Apr 15, 2010 at 8:28 PM, bseanvt <bseanvt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> check out feedzirra. ryan bates of railscasts.com, has a great > screencast on using this tool... > http://railscasts.com/episodes/168-feed-parsing > i''ve written a blog post about installing it on ubuntu bc there are a > couple of dependencies which fight back... > > http://seanbehan.com/ruby-on-rails/installing-feedzirra-rss-parser-on-ubuntu-8/ > > i developed a very simple reader application you can see it here > http://seanbehan.com/reader using feedzirra and a cron job. if you''re > interested i can throw the source up on github. > > > On Apr 15, 2:53 am, Rahul Mehta <rahul23134...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > want to aggregate interesting blogs / discussions related to software > > testing field and keep it at one place > > > > 1. In the admin system I''ll provide some information about the feed > > this i will do > > * Name for the feed > > * Address of the fee (XML file address on the internet) > > > > 2. Based on this information - there should be some periodic job which > > will run at a specific time, fetch latest article etc from their feed > > and populate in our DB (need help in this ) > > 3. Look at couple of feeds - they should all have similar fields and > > we need to extract all the relevant data from them. > > 4. This aggregator should support all the popular feed format like - > > RSS / ATOM etc > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.