sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit c9091ff4ce4b92e7ee1fca4a7dadb2624cead73d
parent 35c6d6cd3b9628dd9cb604a7323865d6ba70b55c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 20 May 2013 19:18:20 +0200

update README

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
MREADME | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -8,8 +8,12 @@ Dependencies ------------ - C compiler. -- expat library (used by sfeed.c and sfeed_opml_import.c, - http://expat.sourceforge.net/). + + +Platforms tested +---------------- + +Linux, OpenBSD, Windows (cygwin, mingw), DOS. Optional dependencies @@ -29,6 +33,7 @@ sfeed_update - Shellscript; update feeds and merge with old feeds in the file $HOME/.sfeed/feeds by default. sfeed_plain - Format feeds file (TSV) from sfeed_update to plain text. sfeed_html - Format feeds file (TSV) from sfeed_update to HTML. +sfeed_frames - Format feeds as a HTML file with frames. sfeed_opml_import - Generate a sfeedrc config file based on an opml file. sfeed_opml_export - Generate an opml file based on a sfeedrc config file. sfeedrc.example - Example config file.