From d8b0c45812890670943becd45383f75d57056e52 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 31 Mar 2014 22:46:58 +0200 Subject: 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 --- README | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'README') 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 - 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 ------- -- cgit v1.2.3