On our site, we want to syndicate feeds for various content-types and nodes. I've come up with the following workaround:

I've created a block that houses an RSS feed for all case studies, through use of a dedicated taxonomy which only has one term. Because of Drupal's built-in feed serving blah-blah, this feed will automatically populate with only the 10 latest entries. This is pretty good, and I can quickly duplicate this workaround for all the content areas that we want to syndicate.

We're searching for something a little more elegant, though. A friend suggested that this could comprise a feature request for the aggregator2 module.

In a nutshell, what we are looking for is an interface that would allow admin users to assign RSS feeds to various content types/nodes.

Comments

ahwayakchih’s picture

Aggregator is mainly about getting data to site, not exporting it. If i understood correctly You want to export data, right?

If You want to export data by types, i suggest trying using taxonomy module and exporting by categories.