]> Cypherpunks.ru repositories - nncp.git/commitdiff
feeder advertisement
authorSergey Matveev <stargrave@stargrave.org>
Wed, 2 Mar 2022 08:08:23 +0000 (11:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 2 Mar 2022 08:17:43 +0000 (11:17 +0300)
doc/integration/feeds.texi

index 97fd3f49ad71083c9f84ed4e1c5ff46480e53d47..33e210c97791b3e0a189c5cab8e3e9d82c13f07c 100644 (file)
@@ -30,3 +30,20 @@ and run the process:
 @example
 $ r2e run
 @end example
+
+@pindex feeder
+But it is more flexible and advisable to use use
+@url{https://www.feeder.stargrave.org/, feeder} (NNCP's author creation)
+that also transforms feed entries to Maildir email messages. Incoming
+entries are placed in @file{new/} Maildir directories, so you can easily
+send all of them:
+
+@example
+% tar cf - **/new/*(.) | zstdmt | nncp-file - remote.node:feeds-`date -Iseconds`.tar.zst
+% feeder/dir/contrib/feeds-oldenize.zsh
+@end example
+
+Unlike @command{r2e}, @command{feeder} has also
+@url{http://www.feeder.stargrave.org/Enclosures.html, enclosures} and
+@url{http://www.feeder.stargrave.org/WARCs.html, WARCs} downloading
+capabilities, that are also stored as a files on the disk.