]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/index.texi
Enclosures and WARCs downloader
[feeder.git] / doc / index.texi
index 808bd330f5207636167558e2ad7fa85011f9bde9..2848c571099e5cb8fd2dcba2cc7ba1e230921d6f 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo
 @documentencoding UTF-8
-@settitle feeder
+@settitle go.stargrave.org/feeder
 
 @copying
 Copyright @copyright{} 2022 @email{stargrave@@stargrave.org, Sergey Matveev}
@@ -33,21 +33,23 @@ Its architecture is very simple:
     @url{https://en.wikipedia.org/wiki/Maildir, Maildir}.
 @item Automatically generated @url{http://www.mutt.org/, Mutt} source
     file contains convenient options and human-readable mailboxes list.
-@item @url{http://cr.yp.to/redo.html, redo} is used for parallel
-    invocation of download/parsing jobs and skipping parsing of
-    unchanged feeds.
+@item @url{https://www.gnu.org/software/parallel/, GNU parallel} for
+    parallel invocation of download/parsing jobs.
 @item @url{https://www.djcbsoftware.nl/code/mu/, mu} utilities perform
     indexing and searching among the messages. Of course it would be
     trivial to use @url{https://www.lesbonscomptes.com/recoll/, recoll}
     or @url{https://notmuchmail.org/, notmuch} instead. If you need that.
-@item Bunch of @url{https://www.zsh.org/, Zsh} helper scripts, that are
-    completely optional and pretty trivial.
+@item Bunch of optional @url{https://www.zsh.org/, Zsh} helper scripts.
 @end itemize
 
+But of course it has its price: original feed data, its Base64-encoded
+copy in mailbox and another copy in @command{mu}'s Xapian database.
+
 @insertcopying
 
 @include storage.texi
 @include mail.texi
 @include usage.texi
+@include warcs.texi
 
 @bye