diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
commit | 45285e8a9300cd754a760560640b75b09f98035e (patch) | |
tree | ad9f093885ad5c98e9dd4156674e7691c22ed0a2 /userdata/RssFeeds.xml |
step 3/4: Move linuxport to trunk. How'd I get roped into this?
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'userdata/RssFeeds.xml')
-rw-r--r-- | userdata/RssFeeds.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/userdata/RssFeeds.xml b/userdata/RssFeeds.xml new file mode 100644 index 0000000000..c74d461820 --- /dev/null +++ b/userdata/RssFeeds.xml @@ -0,0 +1,8 @@ +<?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> +</rssfeeds> |