summaryrefslogtreecommitdiffstats
path: root/network/r2e/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/r2e/README')
-rw-r--r--network/r2e/README17
1 files changed, 8 insertions, 9 deletions
diff --git a/network/r2e/README b/network/r2e/README
index 6ec2f3e747..601627766a 100644
--- a/network/r2e/README
+++ b/network/r2e/README
@@ -2,15 +2,14 @@ rss2email is a free tool for delivering news from RSS feeds to your
email program. This allows you to view RSS feeds in an interface you
are already familiar with and to apply filters to incoming feeds.
-After installing this package, edit /etc/r2e/config.py to taste, then do
-the following:
+NOTE:
+rss2email has no option for disabling HTTPS certificate verification,
+because Python requires this.
- mkdir ~/.rss2email
- r2e new you@yourdomain.com
- r2e add http://yourfeed.yourdomain.com
- r2e run --no-send
+But it is possible to monkeypatch the ssl module to disable
+verification globally for all feeds.
-You will probably want to create a cron job to periodically
-execute "r2e run".
+If you want the verification to be disabled pass CERTVER=no to the
+script: CERTVER=no ./rss2email.SlackBuild
-See http://rss2email.infogami.com for additional information.
+See README.Slackware for post-installation configuration.