On Wed, Feb 4, 2009 at 4:26 PM, Craig L Russell <[email protected]> wrote:
> This is a bit outside my field of expertise. Does Roller address the
> RSS/Atom feed requirement?

If the requirement is to aggregate a set of RSS/Atom feeds into one,
then there are several options:

1) Java web application: Roller's built-in Planet
- Based on ROME feed parser
- This probably more setup than you want to do.

2) Command line Java program: Planet Tool
- Easy setup, just create a file that lists the feed URLs
- Based on ROME feed parser, part of Blogapps (examples for my book)

3) Command line Python program: Planet or the newer Venus
- Easy setup, just create a file that lists the feed URLs
- Based on the Universal Feed Parser

4) Online service: Yahoo Pipes
- Slick UI for combining and filtering feeds with rules and such

I guess I would recommend Yahoo Pipes. It's the easiest approach by
far. If it doesn't work out then try either Planet Tool if you're
comfortable with Java or Venus if you're happier with Python.

- Dave



>> From: Richard Monson-Haefel <[email protected]>
>> Date: February 4, 2009 11:31:16 AM PST
>> To: [email protected]
>> Subject: 97things and Amazon + page
>>
>> Hi Folks,
>>
>> The book will be back from the printer in the next two or three weeks and
>> on the selves as fast as O'Reilly can get book sellers to stock it!
>>
>> Amazon.com has the Plus page where you can hook up a blog feed associated
>> with a book. The idea I had was to create an RSS/Atom feed that aggregates
>> the blogs of everyone who authored the 97 Things book so that blog entries
>> on Amazon Plus page come from all of your blogs.
>> Does anyone know of a service that can aggregate many blogs and allow
>> management of content. Preferable free. The aggregator should be able to
>> read many feeds (RSS or Atom) and out put a single standard feed type (again
>> RSS or Atom).
>>
>> I would manage the feed for quality. I would filter out blog entries that
>> are not architecture focused to reduce the noise. So if you write about
>> house training your dog I"ll probably block that entry from the aggregations
>> but if you blog about software architecture then your blog entry will be
>> syndicated on the book page for 97things on Amazon.com.
>> I think this is a great way to add value to our book page on Amazon.com
>> but also another way to give authors of the book more exposure.  Thoughts?
>>
>> Richard
>
> Craig L Russell
> Architect, Sun Java Enterprise System http://db.apache.org/jdo
> 408 276-5638 mailto:[email protected]
> P.S. A good JDO? O, Gasp!
>
>

Reply via email to