Guide how to enable the 2nd RSS feed for the BBC news with logo
#1
Photo 
here is how to enable the 2nd RSS feed for BBC news
Create Rssfeed.xml with the following

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
  <!--RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets.-->
  <!--To use different sets in your skin, each must be called from skin with a unique id.-->
  <set id="1">
    <feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
  </set>
  <set id="2">
    <feed updateinterval="30">http://feeds.bbci.co.uk/news/uk/rss.xml</feed>
  </set>
</rssfeeds>

Then drop this into your profiles directory (within file manager).

Now enable this in the setting / skin / home window / enable bottom RSS feed and browse to location of BBC new logo


Image

The BBC news logo can be download from http://dl.dropbox.com/u/1944725/2nd%20BB...20Icon.png
Reply

Logout Mark Read Team Forum Stats Members Help
Guide how to enable the 2nd RSS feed for the BBC news with logo0