mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-10 00:06:49 +01:00
Updated documentation for the new config option .
This commit is contained in:
parent
4be07fe412
commit
fdfb00337a
2 changed files with 7 additions and 2 deletions
|
@ -47,12 +47,16 @@ If the flag `-config` is not used the configuration is expected at
|
||||||
"MaxArticles": 5,
|
"MaxArticles": 5,
|
||||||
"RefreshTime": 30,
|
"RefreshTime": 30,
|
||||||
"NoExcerpt": false,
|
"NoExcerpt": false,
|
||||||
|
"Filter": [ "submitted by", "[link]" ],
|
||||||
"Feeds": [ "https://www.debian.org/News/news",
|
"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" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
`MaxArticles` is the maximum number of articles that are sent per
|
`MaxArticles` is the maximum number of articles that are sent per
|
||||||
feed and query. If `NoExcerpt` is set to *true* no excerpt will be
|
feed and query. If `NoExcerpt` is set to *true* no excerpt will be
|
||||||
posted. `RefreshTime` defines the intervall for checking the feeds
|
posted. `RefreshTime` defines the intervall for checking the feeds
|
||||||
in seconds.
|
in seconds.
|
||||||
|
With `Filter` you can specify strings for filtering out lines
|
||||||
|
beginning with those strings.
|
|
@ -7,6 +7,7 @@
|
||||||
"MaxArticles": 5,
|
"MaxArticles": 5,
|
||||||
"RefreshTime": 30,
|
"RefreshTime": 30,
|
||||||
"NoExcerpt": false,
|
"NoExcerpt": false,
|
||||||
|
"Filter": [ "submitted by", "[link]" ],
|
||||||
"Feeds": [ "https://www.debian.org/News/news",
|
"Feeds": [ "https://www.debian.org/News/news",
|
||||||
"https://www.debian.org/security/dsa-long" ]
|
"https://www.debian.org/security/dsa-long" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue