blob: 2d0503a968d3ab14fcff0b788177612e15e94f5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
After installing this package please do the following:
mkdir ~/.rss2email
r2e new you@yourdomain.com
r2e add http://yourfeed.yourdomain.com
r2e run --no-send
To customize rss2email copy /usr/doc/config.py.example to ~/.rss2email
and edit it to taste.
You will probably want to create a cron job to periodically execute
"r2e run".
See http://www.allthingsrss.com/rss2email/ for additional information.
|