]> Cypherpunks.ru repositories - nncp.git/blob - doc/index.texi
8e15d831a891d7ae79d7ff96ec61e63981f76799
[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-2022 @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 @cindex Pedro
23 @verbatiminclude pedro.txt
24
25 @include about.texi
26
27 @cindex articles
28 There are also articles about its usage outside this website:
29
30 @itemize
31 @item @url{https://www.complete.org/nncp/, Various related articles} by John Goerzen
32 @item @url{https://habr.com/en/post/330712/, NNCP: лечение online- и цензуро- зависимости store-and-forward методом} (on russian)
33 @item @url{https://changelog.complete.org/archives/tag/nncp, Series of descriptive articles} by John Goerzen
34 @item @url{https://www.youtube.com/watch?v=0i3r63pnyHM, Presentation of NNCP on Internet Freedom Conference 2019} (on russian)
35     (@url{http://www.stargrave.org/20191207-Internet_Freedom_Conference-NNCP.webm.torrent, torrent})
36 @item @url{https://habr.com/ru/post/692254/, Неужто так сложно передать зашифрованный файл? Эволюция формата пакетов NNCP} (on russian)
37 @end itemize
38
39 @center Interested? @ref{Tarballs, @strong{Download it}}!
40
41 @menu
42 * Comparison::
43 * Use cases::
44 * Workflow::
45 * News::
46 * Информация на русском: Русский
47 * Installation::
48 * Configuration::
49 * Call configuration: Call
50 * Multicast areas: Multicast
51 * Integration::
52 * Commands::
53 * Administration::
54 * Niceness::
55 * Chunked files: Chunked
56 * Bundles::
57 * Spool directory: Spool
58 * Log format: Log
59 * Packet format: Packet
60 * Merkle Tree Hashing: MTH
61 * Sync protocol: Sync
62 * MultiCast Discovery: MCD
63 * Yggdrasil support: Yggdrasil
64 * EBlob format: EBlob
65 * Mirrors::
66 * Thanks::
67 * Indices::
68 * Contacts and feedback: Contacts
69 * Copying conditions: Copying
70 @end menu
71
72 @include comparison.texi
73 @include usecases/index.texi
74 @include workflow.texi
75 @include news.texi
76 @include russian.texi
77 @include install.texi
78 @include cfg/index.texi
79 @include call.texi
80 @include multicast.texi
81 @include integration/index.texi
82 @include cmd/index.texi
83 @include admin.texi
84 @include niceness.texi
85 @include chunked.texi
86 @include bundles.texi
87 @include spool.texi
88 @include log.texi
89 @include pkt/index.texi
90 @include mth.texi
91 @include sp.texi
92 @include mcd.texi
93 @include yggdrasil.texi
94 @include eblob.texi
95 @include mirrors.texi
96 @include thanks.texi
97 @include indices.texi
98 @include contacts.texi
99
100 @node Copying
101 @unnumbered Copying conditions
102
103 @insertcopying
104 @verbatiminclude fdl.txt
105
106 @bye