diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-08-12 13:38:37 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-08-12 13:38:37 +0200 |
commit | e6dd72209ebea6d7034be53679494c709fffdeaf (patch) | |
tree | e4648f9415f37cd87fba045b9d229a3af691ec79 | |
parent | 8790e11d5088d29443ca22ea1fe623db0786f32a (diff) |
README: being protocol-agnostic is a feature i guess
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |