commit 4b4ca37b90478ea68d89d4ed7d4e2ecb6484107f
parent 8ee47f51fcf05db74c3db3c8276c3b6acc93e0a3
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 2 Apr 2014 17:40:07 +0200
README: update
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
M | README | | | 25 | ++++++++++++++++--------- |
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/README b/README
@@ -7,21 +7,28 @@ Simple RSS and Atom parser (and some format programs).
Dependencies
------------
-- C compiler.
+- C compiler (recommended to support C99 and POSIX >= 200809).
-Platforms tested
-----------------
+Optional dependencies
+---------------------
-Linux, OpenBSD, Windows (cygwin, mingw), DOS.
+- POSIX shell
+ used by sfeed_update and sfeed_opml_export.
+- curl: 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 your RSS/Atom feeds are already utf-8 then you
+ don't need this.
-Optional dependencies
----------------------
+Platforms tested
+----------------
-- POSIX shell (used by sfeed_update and sfeed_opml_export).
-- curl (used by sfeed_update, http://curl.haxx.se/).
-- iconv (used by sfeed_update, http://www.gnu.org/software/libiconv/).
+- Linux
+- OpenBSD
+- Windows (cygwin, mingw).
+- DOS.
Files