From: Sergey Matveev Date: Mon, 7 Jul 2025 14:23:14 +0000 (+0300) Subject: Typo X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=50b8abbe6d8ffbed64438ddf67ecd7036df29247;p=nncp.git Typo --- diff --git a/doc/install.texi b/doc/install.texi index 7ffae61..0d7e7fc 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -49,7 +49,7 @@ NNCP should run on any POSIX-compatible operating system. @pindex go @pindex texinfo -NNCP is written on @url{https://go.dev/, Go} programming language +NNCP is written in @url{https://go.dev/, Go} programming language and you have to install Go compiler 1.22+ version. @url{http://cr.yp.to/redo.html, redo} build system is recommended for convenience. @url{https://www.gnu.org/software/texinfo/, Texinfo} is diff --git a/doc/integration/warc.texi b/doc/integration/warc.texi index 27ae6b9..c8202db 100644 --- a/doc/integration/warc.texi +++ b/doc/integration/warc.texi @@ -66,7 +66,7 @@ $ wget [--page-requisites] [--recursive] \ @pindex crawl Or even more simpler @url{https://git.jordan.im/crawl/tree/README.md, crawl} -utility written on Go too. +utility written in Go too. @pindex tofuproxy That command will create @file{www.example.com-XXX.warc} web archive. @@ -75,5 +75,5 @@ It could produce specialized segmented @url{https://facebook.github.io/zstd/, Zstandard} indexing/searching-friendly compressed archives. I can advise my own @url{http://www.tofuproxy.stargrave.org/WARCs.html, tofuproxy} software -(also written on Go) to index, browse and extract those archives +(also written in Go) to index, browse and extract those archives conveniently.