]> Sergey Matveev's repositories - feeder.git/commitdiff
some small text changes
authormatto <matto@tradesystem.nl>
Mon, 28 Feb 2022 20:42:16 +0000 (21:42 +0100)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 1 Mar 2022 08:15:17 +0000 (11:15 +0300)
doc/index.texi
doc/mail.texi
doc/storage.texi
doc/usage/browse.texi
doc/usage/encs.texi
doc/usage/install.texi
doc/usage/options.texi
doc/usage/reindex.texi
doc/usage/search.texi
doc/usage/warcs.texi

index a8b603c802935aeeb9a64a5233d72738734775ae..de4dceac2665b3b3a19d0b3aba6392d57388441a 100644 (file)
@@ -9,7 +9,7 @@ Copyright @copyright{} 2022 @email{stargrave@@stargrave.org, Sergey Matveev}
 @node Top
 @top feeder
 
-@command{feeder} is free software newsfeeds aggregator.
+@command{feeder} is 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.
 
@@ -38,7 +38,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
 
index c70f8caa558df60d0dffeadbdfa2d87fe3c9e5bd..d45466a8e55d514163723428319158dd9c940628 100644 (file)
@@ -17,7 +17,7 @@ Base64-encoded item's content. That is HTML as a rule.
 @end verbatim
 
 Each message is placed under @code{HEX(SHA512/2(title+content))} filename.
-Unfortunately many feeds does not provide any date information at all.
+Unfortunately many feeds do not provide any date information at all.
 Often multiple entries contain the same date. So you can not solely
 depend on update/publish date.
 
index d8741fb0f00d7e6940e26b3c53e5d2593c8cb22a..ff051b1bdb87a50659c539702c1a40be86fdfd26 100644 (file)
@@ -2,7 +2,7 @@
 @unnumbered Storage
 
 Each feed is kept in separate subdirectory in the @file{feeds/}. Its
-name is not important, but human readable is preferable choice. It
+name is not important, but human readable is preferable choice. It
 contains:
 
 @table @file
index 9dedde4fb1224fb6d9863ff07e1a1155ef7bd7dc..16050f4fc5860836d6fe3f203ed8e456799391eb 100644 (file)
@@ -11,9 +11,9 @@ $ ./feeds-browse.sh
 labels/titles.
 
 Also it contains contains @code{auto_view text/html}, that expects
-proper @file{mailcap} configuration file with @code{text/html} entry to
+proper @file{mailcap} configuration file with @code{text/html} entry to
 exists. Mutt has some built-in default search paths for, but you can
-override them with @env{$MAILCAPS} environment variable. There is
+override them with @env{$MAILCAPS} environment variable. See the
 example @file{contrib/mailcap}.
 
 Mutt will be started in mailboxes browser mode (I will skip many entries):
index 77cc9af6e1b5a5f9c914e613ebb0c0601d742a15..42bba52313d0a72a4c6997eff2ed25a670802fc4 100644 (file)
@@ -2,7 +2,7 @@
 @section Enclosures
 
 Many feeds include links to so-called enclosures, like audio files for
-podcasts. While you mail is not processed by MUA, its @file{new/}
+podcasts. While your mail is not processed by MUA, its @file{new/}
 messages are still there, so you can run enclosure downloading process,
 that uses @url{https://www.gnu.org/software/wget/, GNU Wget}. Each
 enclosure's filename is more or less filesystem-friendly with the
index ffe5dc0a8d50a664c1a386875ac9f4ab91ec1a91..c062d8038a7bf69081b14aea877ba2964c213219 100644 (file)
@@ -1,7 +1,7 @@
 @node Install
 @section Install
 
-Currently I am lazy enough to create tarballs. Just get its source code:
+Currently I am too lazy to create tarballs. Just get its source code:
 
 @example
 $ git clone git://git.stargrave.org/feeder.git
index 29d775bf1f9f871dbca4aab0d2c0940aa007ccf0..2b1a4df685867a80ed03bce40af029f96eed71b6 100644 (file)
@@ -1,7 +1,7 @@
 @node Options
 @section Options
 
-There few configuration options taken from @file{cmd/env.rc}. You can
+There are a few configuration options defined in @file{cmd/env.rc}. You can
 override them either with environment variables, or by editing that file
 directly. You can override @command{curl}, @command{wget},
 @command{zstd}, @command{parallel} command invocations,
index 2686bf9e4406552247ceddd3aa97299ada14af41..fceeb6f993428e40338e7d824667e172f8778067 100644 (file)
@@ -8,5 +8,5 @@ $ ./feeds-index.sh
 @end example
 
 That will create @file{mu/} and @file{search/} directories and run
-@command{mu index} indexing, that is safely can be done incrementally
+@command{mu index} indexing, that safely can be done incrementally
 after each download/parse cycle.
index ee974c7dd1328ed9a45fa7b81dbd6bf436cc1bf5..de92775c6ec61e4bbf8f07982fc88ccd9ff9a2e6 100644 (file)
@@ -6,7 +6,7 @@ Let's search for articles mentioning
 @url{https://en.wikipedia.org/wiki/Planetfall, Planetfall} during
 2019-2021 period: @code{Planetfall date:2019..2021}. @command{mu} will
 create symbolic links in @file{search/} subdirectory to the message.
-Press @code{<F2>} to switch that mailbox:
+Press @code{<F2>} to switch to that mailbox:
 
 @verbatim
    1 [2021-12-20 07:08] Missed Classic: Stationfall - When Food Dispensers Attack (The Adventurers Guild)
@@ -20,5 +20,5 @@ Press @code{<F2>} to switch that mailbox:
 -%-Mutt: =search [Nachr:8 215K]---
 @end verbatim
 
-Pay attention that there is different index format, lacking unnecessary
-message flags display and adding name of the feed in parenthesis.
+Pay attention that `this uses a different index format, lacking unnecessary
+message flags display and adding the name of the feed in parenthesis.
index 77ccb6f6941a4e73286afa4f9e6ffee304faa9ba..e8142dff6592dd45125ca79085f60be7f53c489d 100644 (file)
@@ -3,9 +3,9 @@
 
 Similarly to @ref{Enclosures, enclosures} downloading, you may run
 downloading of @code{X-URL} URLs, pointing to the article itself. If it
-is HTML document, then it can depend on various other resources, like
+is a HTML document, it can depend on various other resources, like
 images and stylesheets. @url{https://www.gnu.org/software/wget/, GNU Wget}
-has ability to download it with all required requisites. Moreover it is
+has the ability to download it with all required requisites. Moreover it is
 able to output the whole document in
 @url{https://en.wikipedia.org/wiki/Web_ARChive, WARC} format.