summaryrefslogtreecommitdiff
path: root/feed-transmission.example.json
diff options
context:
space:
mode:
authorEric Anderson <ejona86@gmail.com>2010-08-21 13:59:42 -0500
committerEric Anderson <ejona86@gmail.com>2010-08-21 13:59:42 -0500
commitda0ce517795493bd348e5b28dfbd764bc2d9f484 (patch)
treeec961de05b165773bba432d679b0a55c583c42f3 /feed-transmission.example.json
parentd3d34b73a427973c450d705e9a6acf496c5e9384 (diff)
downloadfeed-transmission-da0ce517795493bd348e5b28dfbd764bc2d9f484.tar.gz
feed-transmission-da0ce517795493bd348e5b28dfbd764bc2d9f484.zip
Use JSON instead of shelve, implement ability to save configuration, and reorganization and other features
Diffstat (limited to 'feed-transmission.example.json')
-rw-r--r--feed-transmission.example.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/feed-transmission.example.json b/feed-transmission.example.json
index d934246..7252575 100644
--- a/feed-transmission.example.json
+++ b/feed-transmission.example.json
@@ -2,8 +2,17 @@
"feeds": [
{
"matches": [
- ".*Thread: Some thread",
- ".*Thread: Some other thread"
+ {
+ "type": "re",
+ "value": ".*Thread: Some thread",
+ "white": true,
+ "matched_count": 0
+ },
+ {
+ "type": "re",
+ "value": ".*Thread: Some other thread",
+ "white": true,
+ "matched_count": 0
],
"name": "example.com",
"poll_delay": 3600,