]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integration/feeds.texi
Split integration pages
[nncp.git] / doc / integration / feeds.texi
diff --git a/doc/integration/feeds.texi b/doc/integration/feeds.texi
new file mode 100644 (file)
index 0000000..27a25c1
--- /dev/null
@@ -0,0 +1,28 @@
+@node Feeds
+@section Integration with Web feeds
+
+RSS and Atom feeds could be collected using
+@url{https://github.com/wking/rss2email, rss2email} program. It converts
+all incoming feed entries to email messages. Read about how to integrate
+@ref{Postfix}/@ref{Exim} with email. @command{rss2email} could be run in
+a cron, to collect feeds without any user interaction. Also this program
+supports ETags and won't pollute the channel if remote server supports
+them too.
+
+After installing @command{rss2email}, create configuration file:
+
+@example
+$ r2e new rss-robot@@address.com
+@end example
+
+and add feeds you want to retrieve:
+
+@example
+$ r2e add http://www.git.cypherpunks.ru/?p=nncp.git;a=atom
+@end example
+
+and run the process:
+
+@example
+$ r2e run
+@end example