X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fabout.texi;h=f75293131d348410301f8e01290aa82277e20b7a;hb=7f71f37675f61b4081ad6fef2a936f1c7eb620f9;hp=4a7ab0560db6d68dff294dfa254d47b7d71953e2;hpb=b711e2e5767124b1d12fd548ad9605d77c0edbb6;p=nncp.git diff --git a/doc/about.texi b/doc/about.texi index 4a7ab05..f752931 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -1,5 +1,5 @@ -NNCP (Node to Node copy) is a collection of utilities simplifying -secure store-and-forward files and mail exchanging. +@strong{NNCP} (Node to Node copy) is a collection of utilities +simplifying secure store-and-forward files, mail and command exchanging. See also this page @ref{Об утилитах, on russian}. @@ -15,6 +15,7 @@ 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. +Also there is @ref{Multicast, multicasting} areas support. Out-of-box offline @url{https://en.wikipedia.org/wiki/Sneakernet, sneakernet/floppynet}, @url{https://en.wikipedia.org/wiki/Dead_drop, @@ -29,11 +30,11 @@ Look for possible @ref{Use cases, use cases}! 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, GNU GPLv3+}. +licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}. It should work on all @url{https://en.wikipedia.org/wiki/POSIX, POSIX}-compatible systems. Easy @ref{Integration, integration} with existing @url{https://en.wikipedia.org/wiki/SMTP, SMTP} servers. Single -@url{http://yaml.org/, YAML} configuration file. +@url{https://hjson.org/, Hjson} configuration file. Why create yet another store-and-forward solution when UUCP, FTN and even SMTP exists? Look in @ref{Comparison, comparison} section!