I'm working on a project where we require a web based RSS reader that can output RSS. Sounds crazy, I know, but basically we want to populate the RSS reader with a whole bunch of feeds, split into different categories, with each outputting as RSS. That RSS could then be republished as a feed on a page.
So, for example, if the topic was the Olympics, we could create a folder for each event. Then populate each of those folders with feeds from blogs about the relevant event. That would then output to via RSS (one feed out per folder) and could be republished. It would look something like this:
One web based RSS account - Olympics:
--> Rowing (12 feeds) ---> RSS ---> web page about Rowing
--> Swimming (10 feeds) ---> RSS ---> blog about swimming
--> Fencing (4 feeds) ---> RSS ---> vox profile of a fencer
Any suggestions?? Thanks!!






newsgator.co.uk
Use the 'My Clippings' feature. This allows you to save RSS items into folders each of which has its own RSS feed.
Posted by: Stephen Newton | 14 November 2006 at 04:43 PM
surely not a difficult thing to cobble together using a freely available RSS library and the programming language of your choice?
Posted by: Jon Rowett | 14 November 2006 at 04:59 PM
I don't know how to do that, however I've seen something similar done with simplepie (http://www.simplepie.org)
You'd need to make a full webpage for each feed. I think you can add feeds to, for example, a wordpress page using simple pie then use that feed as your new output.
(I haven't used it like this, I have implemented it in our new homepage (http://www.mars-hill.co.nz), but I think other people have.)
Posted by: Craig (mars-hill) | 14 November 2006 at 10:54 PM
Thanks for the tips. I'm not sure any of these quite solve the problem. I need to be able to centrally control the feeds that go into each folder. And each folder needs to output a single feed that is the results of a combination of all the feeds in it.
The point is that I want to be able to create some topical pages that pull in this feed, itself actually an aggregation of lots of feeds, as well as things like flickr photos tagged with the topic, technorati searches tagged with the topic, etc.
The topical pages will then be used to convince journalists that there is lots of good topical content out there that they can link to - which, I hope, will encourage them to do exactly that.
Posted by: RobinH | 15 November 2006 at 09:36 AM
here's a quick n dirty prototype: http://jonrowett.com/feedfolders
is this anything like what you meant? (apologies for the speed, it's not doing any fancy prefetching or caching...)
Posted by: Jon Rowett | 15 November 2006 at 03:51 PM
Hello, I have wanted something similar and came across http://feedjumbler.com from a post on TechCrunch. It takes a number of feeds and outputs it as one rss feed with the posts in time order. Maybe this will be useful to you.
Posted by: Fraser Mills | 19 November 2006 at 01:46 AM
Thanks Frazier and Jon :-))
Posted by: Robin Hamman | 20 November 2006 at 08:52 AM
If I understand you correctly, Google Reader will allow that. It can output a feed to be read by an RSS reader or a static URL that can be read by a browser. 1) is an example. 2) is a discussion of how I got there
1) http://www.google.com/reader/shared/user/10129728943887656468/label/qrcode
2) http://ben-miller.blogspot.com/2006/11/ziki-rss-aggregator.htm
Posted by: Ben Miller | 02 December 2006 at 12:59 AM
Hi Ben, I couldn't get the second of those links to work. Has the page moved?
Posted by: Robin Hamman | 06 December 2006 at 04:02 PM
Sorry, link was truncated. add an "L" to the end to go from .htm to .htmL
also:
http://eirepreneur.blogs.com/eirepreneur/2006/10/feedafeed_is_go.html
http://blog.grazr.com/index.php/2006/12/07/grazr-and-google-reader/
Posted by: Ben Miller | 11 December 2006 at 08:15 AM