summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-04-02 17:40:07 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-04-02 17:40:07 +0200
commit4b4ca37b90478ea68d89d4ed7d4e2ecb6484107f (patch)
tree9a9c5341681a0da804287bf425cc048dd2fe68da
parent8ee47f51fcf05db74c3db3c8276c3b6acc93e0a3 (diff)
README: update
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r--README25
1 files changed, 16 insertions, 9 deletions
diff --git a/README b/README
index 8551c88..ce1eeec 100644
--- 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