aboutsummaryrefslogtreecommitdiff
path: root/mail/rss2email3/pkg-message
blob: 87fd4ef58ee4e3cbb3fb2209dd67749c685e4800 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{ type: install
  message: <<EOM
Quick Howto

Create a new feed database:
> r2e new you@example.com

Edit $HOME/.config/rss2email.cfg if you so desire. Unless you've installed
a local sendmail-equivalent MTA, you'll need to edit the SMTP options.

Your local database is stored in $HOME/.local/share/rss2email.json

Subscribe to some feeds:
> r2e add freebsd-news http://www.freebsd.org/news/rss.xml

Avoid the "first run flood" of all existing posts from the feed:
> r2e run --no-send

Run it through cron. Feel free to increase or decrease the interval.
0 */4 * * * %%PREFIX%%/r2e run

There is only output if there's an error (which you probably want emailed to you
from cron anyway).
EOM
}
]