X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Findex.texi;h=a83ea31be352e50881770dd47b23e6262883cb4d;hb=dd92823db3d72fb21a4c712a7fb052dce16443dd;hp=64ec8de1b9454a8f8704355e9f016bd83d2be264;hpb=919345b4dbaba2fc8f543efb8e0ec99330a775fc;p=nncp.git diff --git a/doc/index.texi b/doc/index.texi index 64ec8de..a83ea31 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -6,53 +6,22 @@ This manual is for NNCP (Node to Node copy) -- collection of utilities simplifying secure store-and-forward files and mail exchanging. -Copyright @copyright{} 2016-2017 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2016-2019 @email{stargrave@@stargrave.org, Sergey Matveev} @quotation Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.3 -or any later version published by the Free Software Foundation; +under the terms of the GNU Free Documentation License, Version 1.3; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "Copying conditions". @end quotation @end copying @node Top -@top NNCP +@top -NNCP (Node to Node copy) is a collection of utilities simplifying -secure store-and-forward files and mail exchanging. +@verbatiminclude pedro.txt -This utilities are intended to help build up small size (dozens of -nodes) ad-hoc @url{https://en.wikipedia.org/wiki/Friend-to-friend, -friend-to-friend} (F2F) statically routed -@url{https://en.wikipedia.org/wiki/Darknet, darknet} networks for -fire-and-forget secure reliable files, file requests and Internet mail -transmission. All packets are integrity checked, -@url{https://en.wikipedia.org/wiki/End-to-end_encryption, end-to-end} -encrypted, explicitly authenticated by known participants public keys. -@url{https://en.wikipedia.org/wiki/Onion_routing, Onion encryption} is -applied to relayed packets. Each node acts both as a client and server, -can use push and poll behaviour model. - -Out-of-box offline @url{https://en.wikipedia.org/wiki/Sneakernet, -sneakernet/floppynet}, @url{https://en.wikipedia.org/wiki/Dead_drop, -dead drops} and @url{https://en.wikipedia.org/wiki/Air_gap_(networking), -air-gapped} computers support. But online TCP daemon with full-duplex -resumable data transmission exists. - -NNCP is @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted} -@url{https://www.gnu.org/philosophy/free-sw.html, free software} -licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3+}. -It should work on all @url{https://en.wikipedia.org/wiki/POSIX, -POSIX}-compatible systems. Easy integration with existing -@url{https://en.wikipedia.org/wiki/SMTP, SMTP} servers. Single -@url{http://yaml.org/, YAML} configuration file. - -Why create yet another store-and-forward solution when UUCP, FTN and -even SMTP exists? Look in @ref{Comparison, comparison} section! -Simplicity, cryptographic security, sneakernet compatibility and easy -integration with current SMTP servers are the reasons. +@include about.texi @center Interested? @ref{Tarballs, @strong{Download it}}! @@ -60,15 +29,22 @@ integration with current SMTP servers are the reasons. * Comparison:: * Use cases:: * Workflow:: +* News:: +* Информация на русском: Русский. * Installation:: * Configuration:: * Call configuration: Call. +* Integration:: * Commands:: * Niceness:: +* Chunked files: Chunked. +* Bundles:: * Spool directory: Spool. * Log format: Log. * Packet format: Packet. * Sync protocol: Sync. +* EBlob format: EBlob. +* Thanks:: * Contacts and feedback: Contacts. * Copying conditions: Copying. @end menu @@ -76,15 +52,22 @@ integration with current SMTP servers are the reasons. @include comparison.texi @include usecases.texi @include workflow.texi +@include news.texi +@include russian.texi @include install.texi @include cfg.texi @include call.texi +@include integration.texi @include cmds.texi @include niceness.texi +@include chunked.texi +@include bundles.texi @include spool.texi @include log.texi @include pkt.texi @include sp.texi +@include eblob.texi +@include thanks.texi @include contacts.texi @node Copying