summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 22:46:58 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 22:46:58 +0200
commitd8b0c45812890670943becd45383f75d57056e52 (patch)
tree055375c12586e9f38f19ce5281f0a2c54de92226 /README
parent1fa71087c9d754b687d52059ee88ca82b45ec1eb (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 'README')
-rw-r--r--README21
1 files changed, 1 insertions, 20 deletions
diff --git a/README b/README
index f611fc8..030b53b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-sfeed v0.8
+sfeed v0.9
----------
Simple RSS and Atom parser (and some format programs).
@@ -144,25 +144,6 @@ gawk -F '\t' 'BEGIN {
mv feeds.clean feeds
-Common errors and solutions
----------------------------
-
-If you execute sfeed_update and see the error:
-
- "sfeed: error parsing xml not well-formed (invalid token) at line <linenumber>
- column <column>"
-
-it's possible sfeed is trying to parse a feed which is non-UTF8 encoded. You can
-specify the encoding in your sfeedrc file so it will be converted to UTF-8
-using iconv, for example for iso-8859-1 change:
-
- feed "feedname" "feedurl" "baseurl"
-
-to:
-
- feed "feedname" "feedurl" "baseurl" "iso-8859-1"
-
-
License
-------