diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-03-31 22:46:58 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-03-31 22:46:58 +0200 |
commit | d8b0c45812890670943becd45383f75d57056e52 (patch) | |
tree | 055375c12586e9f38f19ce5281f0a2c54de92226 /sfeedrc.example | |
parent | 1fa71087c9d754b687d52059ee88ca82b45ec1eb (diff) |
new version
lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future.
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeedrc.example')
-rw-r--r-- | sfeedrc.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeedrc.example b/sfeedrc.example index 2ad860a..32272f3 100644 --- a/sfeedrc.example +++ b/sfeedrc.example @@ -6,7 +6,7 @@ # list of feeds to fetch: feeds() { - # feed <name> <feedurl> <basesiteurl> [encoding] + # feed <name> <feedurl> [basesiteurl] [encoding] feed "codemadness" "http://www.codemadness.nl/blog/rss.xml" feed "explosm" "http://feeds.feedburner.com/Explosm" feed "linux kernel" "http://kernel.org/kdist/rss.xml" "http://kernel.org" "iso-8859-1" |