summaryrefslogtreecommitdiffstats
path: root/network/r2e/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/r2e/README')
-rw-r--r--network/r2e/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/r2e/README b/network/r2e/README
new file mode 100644
index 0000000000..b638c11b19
--- /dev/null
+++ b/network/r2e/README
@@ -0,0 +1,15 @@
+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, you need to do the following:
+
+ mkdir ~/.rss2email
+ r2e new you@yourdomain.com
+ r2e add http://yourfeed.yourdomain.com
+ r2e run --no-send
+
+You will probably want to create a cron job to periodically
+execute "r2e run".
+
+See http://rss2email.infogami.com for additional information.