This project has retired. For details please refer to its Attic page.
Feeder Plugin - Aggregate Feed example (v0.7)
Apache Forrest > Plugins
 
Font size:      

Feeder Plugin - Aggregate Feed example

This is documentation for current version v0.7 (More)

This sample shows how a number of different feeds can be aggregated into a single feed and then displayed in a Forrest site. Creating an aggregated feed is no different to embedding a single feed. Simply add more feeds into your feed descriptor file and then link to it in the same way.

For example:

<feedDescriptor>
  <feed id="BBCSport_UK">
    <url>http://news.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml</url>
  </feed>
  <feed id="USAToday_Sports">
    <url>http://www.usatoday.com/repurposing/SportsRss.xml</url>
  </feed>
</feedDescriptor>

Take a look at what the above file produces.