]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/index.texi
some small text changes
[feeder.git] / doc / index.texi
index 9e7cc6137045639b10a4db4cc0f58d2c0faebd6a..de4dceac2665b3b3a19d0b3aba6392d57388441a 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo
 @documentencoding UTF-8
-@settitle paster
+@settitle feeder
 
 @copying
 Copyright @copyright{} 2022 @email{stargrave@@stargrave.org, Sergey Matveev}
@@ -9,7 +9,7 @@ Copyright @copyright{} 2022 @email{stargrave@@stargrave.org, Sergey Matveev}
 @node Top
 @top feeder
 
-@command{go.stargrave.org/feeder} is free software newsfeeds aggregator.
+@command{feeder} is a free software newsfeeds aggregator.
 I wrote it solely for my personal needs, so currently probably there is
 some hard-code in the scripts.
 
@@ -19,8 +19,8 @@ old version. I also saw
 @url{https://codemadness.org/git/sfeed/file/README.html, sfeed} project,
 that tries to reuse many already existing tools (like @command{curl}),
 be @url{https://suckless.org/philosophy/, suckless} and Unix-friendly,
-but failed somewhere during the try and asked myself if it is really so
-hard to make that kind of software. It was written for less than a day,
+but failed somewhere during the try, and asked myself if it is really so
+hard to make that kind of software. It was written in less than a day,
 completely replacing Newsboat, with much higher performance and great
 flexibility.
 
@@ -33,21 +33,22 @@ 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.
+    or @url{https://notmuchmail.org/, notmuch} instead, if you need that.
+@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 usage/index.texi
 
 @bye