summaryrefslogtreecommitdiff
path: root/feed-transmission.example.json
diff options
context:
space:
mode:
authorEric Anderson <ejona86@gmail.com>2010-08-14 12:28:32 -0500
committerEric Anderson <ejona86@gmail.com>2010-08-15 13:58:33 -0500
commitd3d34b73a427973c450d705e9a6acf496c5e9384 (patch)
tree9719702ac596ff54cc454a18006b574b6105dce1 /feed-transmission.example.json
parent8ab545b6b0453d2bd05017b4dca07d09b313dbbc (diff)
downloadfeed-transmission-d3d34b73a427973c450d705e9a6acf496c5e9384.tar.gz
feed-transmission-d3d34b73a427973c450d705e9a6acf496c5e9384.zip
Use JSON configuration format instead of INI based
Diffstat (limited to 'feed-transmission.example.json')
-rw-r--r--feed-transmission.example.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/feed-transmission.example.json b/feed-transmission.example.json
new file mode 100644
index 0000000..d934246
--- /dev/null
+++ b/feed-transmission.example.json
@@ -0,0 +1,14 @@
+{
+ "feeds": [
+ {
+ "matches": [
+ ".*Thread: Some thread",
+ ".*Thread: Some other thread"
+ ],
+ "name": "example.com",
+ "poll_delay": 3600,
+ "url": "https://example.com/rss.php"
+ }
+ ]
+}
+