From da0ce517795493bd348e5b28dfbd764bc2d9f484 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sat, 21 Aug 2010 13:59:42 -0500 Subject: Use JSON instead of shelve, implement ability to save configuration, and reorganization and other features --- feed-transmission.example.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'feed-transmission.example.json') 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, -- cgit v1.2.3-54-g00ecf