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