slackbuilds_ponce/network/r2e/README

17 lines
545 B
Text
Raw Normal View History

2010-05-12 23:32:44 +02: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.
2010-03-16 03:25:58 +01:00
After installing this package, edit /etc/r2e/config.py to taste, then do
the following:
2010-05-12 23:32:44 +02:00
mkdir ~/.rss2email
r2e new you@yourdomain.com
r2e add http://yourfeed.yourdomain.com
r2e run --no-send
2010-03-16 03:25:58 +01:00
You will probably want to create a cron job to periodically
execute "r2e run".
2010-05-12 23:32:44 +02:00
See http://rss2email.infogami.com for additional information.