commit 45a22a3865956a99bee2739772f657e8496b7e1a
parent 14bf9485310fd15dbfbe03fff243889c06782a18
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 23 Sep 2015 23:45:47 +0200
update README, reformat slightly
Diffstat:
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/README b/README
@@ -52,6 +52,9 @@ HTML view with frames and content, copy style.css for a default style:
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.
+Because curl is used by default most protocols are supported and for example
+proxy settings ($http_proxy environment variable) are respected.
+
See the section "Usage and examples" below and the man-pages for more
information how to use sfeed and the additional tools.
@@ -108,13 +111,13 @@ style.css - Example stylesheet to use with sfeed_html and sfeed_frames.
Files read at runtime by sfeed_update
-------------------------------------
-sfeedrc - Config file. This file is evaluated as a shellscript in
- sfeed_update. You can for example override the fetchfeed() function
- to use wget, fetch or an other download program or you can override
- the merge() function to change the merge logic. The function
- feeds() is called to fetch the feeds. The function feed() can
- safely be executed concurrently as a background job in your sfeedrc
- config file to speed up updating.
+sfeedrc - Config file. This file is evaluated as a shellscript in sfeed_update.
+ You can for example override the fetchfeed() function to use wget,
+ fetch or an other download program or you can override the merge()
+ function to change the merge logic. The function feeds() is called to
+ fetch the feeds. The function feed() can safely be executed
+ concurrently as a background job in your sfeedrc config file to make
+ updating faster.
Files written at runtime by sfeed_update