From a41f109d886ef84785b0ae4e10f3bc0dd16b0763 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 2 May 2019 21:08:43 +0200 Subject: README: reword a bit --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index b3349a7..21e4c35 100644 --- a/README +++ b/README @@ -60,15 +60,16 @@ HTML view with the menu as frames, copy style.css for a default style: mkdir -p "$HOME/.sfeed/frames" cd "$HOME/.sfeed/frames" && sfeed_frames $HOME/.sfeed/feeds/* -To automatically update your feeds periodically and format them in a view you +To automatically update your feeds periodically and format them in a way you like you can make a wrapper script and add it as a cronjob. Most protocols are supported because curl(1) is used by default, therefore proxy settings from the environment (such as $http_proxy environment variable) are used. -The sfeed(1) program itself is just a parser and therefore protocol-agnostic. -It can be used for HTTP, HTTPs, Gopher, SSH, etc. +The sfeed(1) program itself is just a parser that parses XML data from stdin +and is therefore protocol-agnostic. It can be used with HTTP, HTTPs, Gopher, +SSH, etc. See the section "Usage and examples" below and the man-pages for more information how to use sfeed(1) and the additional tools. -- cgit v1.2.3