sfeed

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

commit e6dd72209ebea6d7034be53679494c709fffdeaf
parent 8790e11d5088d29443ca22ea1fe623db0786f32a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 12 Aug 2017 13:38:37 +0200

README: being protocol-agnostic is a feature i guess

Diffstat:
MREADME | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -54,6 +54,9 @@ 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. + See the section "Usage and examples" below and the man-pages for more information how to use sfeed(1) and the additional tools.