]> Cypherpunks.ru repositories - nncp.git/blob - doc/integration/feeds.texi
Use releases feed as an example
[nncp.git] / doc / integration / feeds.texi
1 @node Feeds
2 @section Integration with Web feeds
3
4 RSS and Atom feeds could be collected using
5 @url{https://github.com/wking/rss2email, rss2email} program. It converts
6 all incoming feed entries to email messages. Read about how to integrate
7 @ref{Postfix}/@ref{Exim} with email. @command{rss2email} could be run in
8 a cron, to collect feeds without any user interaction. Also this program
9 supports ETags and won't pollute the channel if remote server supports
10 them too.
11
12 After installing @command{rss2email}, create configuration file:
13
14 @example
15 $ r2e new rss-robot@@address.com
16 @end example
17
18 and add feeds you want to retrieve:
19
20 @example
21 $ r2e add http://www.nncpgo.org/download/releases.atom
22 @end example
23
24 and run the process:
25
26 @example
27 $ r2e run
28 @end example