Hi All,
I recently blogged about my Dreambox – Freeview Set-top Box, and after a bit of poking around today for something else, discovered that there's a RSS Reader available for the Dreambox. To install the RSS Reader, press the blue button on the remote (I'm using the PLI image), select Software Management, select Downloads, select Addons/plugins... and select RSS Reader to install.
Once installed, you can manage your RSS feeds by modifying the file \var\tuxbox\config\rss\feeds.xml. Below is a quick file I put together to test functionality, feel free to use as base.
<--cut-->
<?xml version="1.0" encoding="utf-8" ?>
<feeds>
<feed>
<name>Nick MacKechnie - Work Blog</name>
<url>http://blogs.msdn.com/nickmac/rss.xml</url>
</feed>
<feed>
<name>Computerworld</name>
<url>http://computerworld.co.nz/rss/computerworld.xml</url>
</feed>
<feed>
<name>Stuff - Top Stories</name>
<url>http://www.stuff.co.nz/feeds/topstories.xml</url>
</feed>
<feed>
<name>Stuff - National News</name>
<url>http://www.stuff.co.nz/feeds/nationalnews.xml</url>
</feed>
<feed>
<name>Stuff - World News</name>
<url>http://www.stuff.co.nz/feeds/worldnews.xml</url>
</feed>
<feed>
<name>Stuff - Sports News</name>
<url>http://www.stuff.co.nz/feeds/sport.xml</url>
</feed>
<feed>
<name>Stuff - Technology</name>
<url>http://www.stuff.co.nz/feeds/tech.xml</url>
</feed>
<feed>
<name>NZ Herald - National News</name>
<url>http://syndication.apn.co.nz/rss/nzhrsscid_000000001.xml</url>
</feed>
<feed>
<name>NZ Herald - World News</name>
<url>http://syndication.apn.co.nz/rss/nzhrsscid_000000002.xml</url>
</feed>
<feed>
<name>NZ Herald - Business News</name>
<url>http://syndication.apn.co.nz/rss/nzhrsscid_000000003.xml</url>
</feed>
<feed>
<name>NZ Herald - Sports News</name>
<url>http://syndication.apn.co.nz/rss/nzhrsscid_000000004.xml</url>
</feed>
<feed>
<name>NZ Herald - Technology News</name>
<url>http://syndication.apn.co.nz/rss/nzhrsscid_000000005.xml</url>
</feed>
</feeds>
<--cut-->
To start the RSS Reader at any time, press the Yellow button on the remote, and select RSS Reader to view your feeds. Here's a few screen shots below.
Nick.