sfeed

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

commit 1ad44956f0f7b044440f04ee72a7affef48b804c
parent 9d4e3c762f0742f26d458e84f51559821aecc452
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 22 Aug 2015 16:53:04 +0200

improve README

Diffstat:
MREADME | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -7,8 +7,6 @@ Simple RSS and Atom parser (and some format programs). Build and install ----------------- -Using make (respects $DESTDIR and $PREFIX): - $ make # make install @@ -31,11 +29,12 @@ subscriptions from OPML format: sfeed_opml_import < file.opml > "$HOME/sfeed/sfeedrc" -Update feeds: +Update feeds, this scripts merges and sorts the items aswell: sfeed_update -Format feeds, put this in some update script: +Format feeds: + Plain-text list: sfeed_plain $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.txt" @@ -50,6 +49,9 @@ HTML view with frames and content, copy style.css for a default style: cd "$HOME/.sfeed/frames" && sfeed_frames $HOME/.sfeed/feeds/* +To automatically update your feeds periodically and format them in a view you +like you can make a simple wrapper script and add it as a cronjob. + See the section "Usage and examples" below and the man-pages for more information how to use sfeed and the additional tools.