From 9502440cc9dba4f77b74d72250597d5f24f3051c Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Fri, 3 Dec 2021 02:53:34 +0000 Subject: [PATCH] Add example RSS config file --- Rocksolid_Light/rslight/rss/bbc.feed | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Rocksolid_Light/rslight/rss/bbc.feed 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' +];