summaryrefslogtreecommitdiff
path: root/feed-transmission.example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'feed-transmission.example.ini')
-rw-r--r--feed-transmission.example.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/feed-transmission.example.ini b/feed-transmission.example.ini
deleted file mode 100644
index 857f177..0000000
--- a/feed-transmission.example.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-; main section
-[config]
-; comma-delimited list of feeds. Name is used to look up section.
-feeds: example.com
-
-; name is not used except by 'feeds' key in 'config' section
-[example.com]
-; RSS/Atom feed url to fetch
-url: https://example.com/rss.php
-; number of seconds to delay between fetches of feed
-poll_delay: 3600
-; 'match'-prefixed items are OR'ed together to form a whitelist of items to
-; download. The value should be a regular expression
-match1: .*Thread: Some thread
-match2: .*Thread: Some other thread
-