Updated documentation for the new config option .

This commit is contained in:
Martin Dosch 2019-05-31 11:32:13 +02:00
parent 9d62bdc89f
commit e098d6f2e2
2 changed files with 7 additions and 2 deletions

View file

@ -47,8 +47,10 @@ If the flag `-config` is not used the configuration is expected at
"MaxArticles": 5,
"RefreshTime": 30,
"NoExcerpt": false,
"Filter": [ "submitted by", "[link]" ],
"Feeds": [ "https://www.debian.org/News/news",
"https://www.debian.org/security/dsa-long" ]
"https://www.debian.org/security/dsa-long",
"https://www.reddit.com/r/FDroidUpdates/new.rss" ]
}
```
@ -56,3 +58,5 @@ If the flag `-config` is not used the configuration is expected at
feed and query. If `NoExcerpt` is set to *true* no excerpt will be
posted. `RefreshTime` defines the intervall for checking the feeds
in seconds.
With `Filter` you can specify strings for filtering out lines
beginning with those strings.

View file

@ -7,6 +7,7 @@
"MaxArticles": 5,
"RefreshTime": 30,
"NoExcerpt": false,
"Filter": [ "submitted by", "[link]" ],
"Feeds": [ "https://www.debian.org/News/news",
"https://www.debian.org/security/dsa-long" ]
}