diff options
-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. |