diff --git a/Rocksolid_Light/rslight/rss/bbc.feed b/Rocksolid_Light/rslight/rss/bbc.feed new file mode 100644 index 0000000..4bab46a --- /dev/null +++ b/Rocksolid_Light/rslight/rss/bbc.feed @@ -0,0 +1,34 @@ + '0', + +// How often to process this feed (in seconds) + 'timer' => '86400', + +// URL to get rss feed + 'url' => 'http://feeds.bbci.co.uk/news/rss.xml', + +// URL prefix to add if links do not contain domain + 'urlprefix' => '', + +// Subject line for posting to the newsgroup + 'message_subject' => 'BBC News', + +// From name for newsgroup post + 'postfrom' => 'invalid@example.com (unconfigured)', + +// Newsgroup to post feed + 'newsgroup' => 'rocksolid.feeds.news', + +// Add FollowUp-To: to direct replies to this group + 'followupto' => 'rocksolid.shared.news', + +// XML elements in feed. Configure per feed as necessary + 'root' => 'channel', + 'item' => 'item', + 'title' => 'title', + 'link'=> 'link', + 'content' => 'description', + 'date' => 'pubDate' +];