]> Cypherpunks.ru repositories - nncp.git/blob - doc/index.texi
39cc8e462a848a4d28038f99e1494ccfce3639a7
[nncp.git] / doc / index.texi
1 \input texinfo
2 @documentencoding UTF-8
3 @settitle NNCP
4
5 @copying
6 This manual is for NNCP (Node to Node copy) -- collection of utilities
7 simplifying secure store-and-forward files and mail exchanging.
8
9 Copyright @copyright{} 2016-2021 @email{stargrave@@stargrave.org, Sergey Matveev}
10
11 @quotation
12 Permission is granted to copy, distribute and/or modify this document
13 under the terms of the GNU Free Documentation License, Version 1.3;
14 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
15 A copy of the license is included in the section entitled "Copying conditions".
16 @end quotation
17 @end copying
18
19 @node Top
20 @top NNCP
21
22 @verbatiminclude pedro.txt
23
24 @include about.texi
25
26 There are also articles about its usage outside this website:
27
28 @itemize
29 @item @url{https://habr.com/en/post/330712/, NNCP: лечение online- и цензуро- зависимости store-and-forward методом} (on russian)
30 @item @url{https://changelog.complete.org/archives/tag/nncp, Series of descriptive articles} by John Goerzen
31 @item @url{https://www.youtube.com/watch?v=0i3r63pnyHM, Presentation of NNCP on Internet Freedom Conference 2019} (on russian)
32     (@url{http://www.stargrave.org/20191207-Internet_Freedom_Conference-NNCP.webm.torrent, torrent})
33 @end itemize
34
35 @center Interested? @ref{Tarballs, @strong{Download it}}!
36
37 @menu
38 * Comparison::
39 * Use cases::
40 * Workflow::
41 * News::
42 * Информация на русском: Русский
43 * Installation::
44 * Configuration::
45 * Call configuration: Call
46 * Multicast areas: Multicast
47 * Integration::
48 * Commands::
49 * Administration::
50 * Niceness::
51 * Chunked files: Chunked
52 * Bundles::
53 * Spool directory: Spool
54 * Log format: Log
55 * Packet format: Packet
56 * Merkle Tree Hashing: MTH
57 * Sync protocol: Sync
58 * MultiCast Discovery: MCD
59 * EBlob format: EBlob
60 * Mirrors::
61 * Thanks::
62 * Contacts and feedback: Contacts
63 * Copying conditions: Copying
64 @end menu
65
66 @include comparison.texi
67 @include usecases/index.texi
68 @include workflow.texi
69 @include news.texi
70 @include russian.texi
71 @include install.texi
72 @include cfg/index.texi
73 @include call.texi
74 @include multicast.texi
75 @include integration/index.texi
76 @include cmd/index.texi
77 @include admin.texi
78 @include niceness.texi
79 @include chunked.texi
80 @include bundles.texi
81 @include spool.texi
82 @include log.texi
83 @include pkt/index.texi
84 @include mth.texi
85 @include sp.texi
86 @include mcd.texi
87 @include eblob.texi
88 @include mirrors.texi
89 @include thanks.texi
90 @include contacts.texi
91
92 @node Copying
93 @unnumbered Copying conditions
94
95 @insertcopying
96 @verbatiminclude fdl.txt
97
98 @bye