commit 5acace38c73074fa08c8b44d1109cfc9c6b0d66e
parent d0cb258e59ae59ddae3fb2a9de2420de9491849e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 27 Jun 2014 15:40:41 +0200
improve README
- add suggestion for "suckless" iconv implementation.
- ...etc...
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README b/README
@@ -7,7 +7,7 @@ Simple RSS and Atom parser (and some format programs).
Dependencies
------------
-- C compiler (recommended to support C99).
+- C compiler (C99).
- libc (recommended: C99 and POSIX >= 200809).
@@ -17,11 +17,12 @@ Optional dependencies
- make (for Makefile) or mk (for mkfile) (plan9 or 9base).
- POSIX shell
used by sfeed_update and sfeed_opml_export.
-- curl: http://curl.haxx.se/
+- curl binary: http://curl.haxx.se/
used by sfeed_update, can be replaced with any tool like wget, fetch.
- iconv command-line utilities: http://www.gnu.org/software/libiconv/
used by sfeed_update. If the text in your RSS/Atom feeds are already UTF-8
- encoded then you don't need this.
+ encoded then you don't need this. For an alternative minimal iconv
+ implementation: http://git.etalabs.net/cgit/noxcuse/tree/src/iconv.c
Platforms tested
@@ -47,7 +48,7 @@ sfeed_opml_export - Generate an opml file based on a sfeedrc config file.
sfeed_xmlenc - Detect character-set encoding from XML stream.
sfeed_web - Find urls to RSS/Atom feed from a webpage.
sfeedrc.example - Example config file.
-style.css - Example stylesheet to use with sfeed_html or sfeed_frames.
+style.css - Example stylesheet to use with sfeed_html and sfeed_frames.
Files read at runtime by sfeed_update