diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-05-20 19:18:20 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-05-20 19:18:20 +0200 |
commit | c9091ff4ce4b92e7ee1fca4a7dadb2624cead73d (patch) | |
tree | 710922a53429da10cabc07197b569c7a44c6fef1 /README | |
parent | 35c6d6cd3b9628dd9cb604a7323865d6ba70b55c (diff) |
update README
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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. |