]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/index.texi
Raise copyright years
[feeder.git] / doc / index.texi
index 6a26bf9c07eaf33ff90c4f1f3145de20b57f3dd2..75d5fdcbbfcfc2499be5f2684481814fc005ccab 100644 (file)
@@ -1,15 +1,14 @@
 \input texinfo
-@documentencoding UTF-8
-@settitle go.stargrave.org/feeder
+@settitle feeder
 
 @copying
-Copyright @copyright{} 2022 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2022-2024 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @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,15 +18,15 @@ 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.
 
 Its architecture is very simple:
 
 @itemize
-@item @url{https://curl.se/, curl} is used to download feed URLs.
+@item @url{https://curl.se/, cURL} is used to download feed URLs.
 @item @url{https://go.dev/, Go}-written @command{feed2mdir} utility
     parses and converts feed's items to mail messages stored inside
     @url{https://en.wikipedia.org/wiki/Maildir, Maildir}.
@@ -38,7 +37,7 @@ Its architecture is very simple:
 @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.
+    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
 
@@ -49,6 +48,6 @@ copy in mailbox and another copy in @command{mu}'s Xapian database.
 
 @include storage.texi
 @include mail.texi
-@include usage.texi
+@include usage/index.texi
 
 @bye