summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-09-23 23:45:47 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-09-23 23:45:47 +0200
commit45a22a3865956a99bee2739772f657e8496b7e1a (patch)
tree82edc9af4f3c75ae5323cf2d611c9b82d5bf13b5
parent14bf9485310fd15dbfbe03fff243889c06782a18 (diff)
update README, reformat slightly
-rw-r--r--README17
1 files changed, 10 insertions, 7 deletions
diff --git a/README b/README
index 854d7aa..a5ee5a5 100644
--- 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