diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-06-27 15:40:41 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2014-06-27 15:40:41 +0200 |
commit | 5acace38c73074fa08c8b44d1109cfc9c6b0d66e (patch) | |
tree | 0db73fdff877f689fbcfba6ebd8b3d8b4f5d16c7 | |
parent | d0cb258e59ae59ddae3fb2a9de2420de9491849e (diff) |
improve README
- add suggestion for "suckless" iconv implementation.
- ...etc...
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |