summaryrefslogtreecommitdiffstats
path: root/network/r2e/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2016-09-28 09:05:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-01 07:17:17 +0700
commit109b2f018af8e4c87e4c793c7c03dfab919fc450 (patch)
treedcd87de986c44dad4e8fc785a32aceb421bf6296 /network/r2e/README
parent3d3965883a3f7087769a8c563f37e3569b0e071f (diff)
downloadslackbuilds-109b2f018af8e4c87e4c793c7c03dfab919fc450.tar.gz
slackbuilds-109b2f018af8e4c87e4c793c7c03dfab919fc450.tar.xz
network/r2e: Updated for version 2.71 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.