summaryrefslogtreecommitdiffstats
path: root/network/r2e/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2021-04-17 15:51:06 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:57:06 -0500
commit4afeb0054f9951d2992f14a6a06c0d03eff51954 (patch)
tree6d5be0d2f8b363dd0d100a334453245de7d5cb64 /network/r2e/README
parentb6579b3235dbca63632bc2add9799959190a76dc (diff)
downloadslackbuilds-4afeb0054f9951d2992f14a6a06c0d03eff51954.tar.gz
slackbuilds-4afeb0054f9951d2992f14a6a06c0d03eff51954.tar.xz
network/r2e: Removed (superseded by rss2email).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/r2e/README')
-rw-r--r--network/r2e/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/network/r2e/README b/network/r2e/README
deleted file mode 100644
index 267f5b87e8..0000000000
--- a/network/r2e/README
+++ /dev/null
@@ -1,15 +0,0 @@
-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.
-
-NOTE:
-rss2email has no option for disabling HTTPS certificate verification,
-because Python requires this.
-
-But it is possible to monkeypatch the ssl module to disable
-verification globally for all feeds.
-
-If you want the verification to be disabled pass CERTVER=no to the
-script: CERTVER=no ./r2e.SlackBuild
-
-See README.Slackware for post-installation configuration.