2010-05-13 05:32:44 +08:00
|
|
|
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.
|
|
|
|
|
2016-09-28 10:05:21 +08:00
|
|
|
NOTE:
|
|
|
|
rss2email has no option for disabling HTTPS certificate verification,
|
|
|
|
because Python requires this.
|
2010-03-16 10:25:58 +08:00
|
|
|
|
2016-09-28 10:05:21 +08:00
|
|
|
But it is possible to monkeypatch the ssl module to disable
|
|
|
|
verification globally for all feeds.
|
2010-05-13 05:32:44 +08:00
|
|
|
|
2016-09-28 10:05:21 +08:00
|
|
|
If you want the verification to be disabled pass CERTVER=no to the
|
2016-10-05 08:21:47 +08:00
|
|
|
script: CERTVER=no ./r2e.SlackBuild
|
2010-03-16 10:25:58 +08:00
|
|
|
|
2016-09-28 10:05:21 +08:00
|
|
|
See README.Slackware for post-installation configuration.
|