]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/about.texi
Mention Yggdrasil accessible entrypoint
[nncp.git] / doc / about.texi
index 01bfc5ee6bf1d049dc19102465d30a7bc40fb2d3..f75293131d348410301f8e01290aa82277e20b7a 100644 (file)
@@ -1,5 +1,5 @@
 @strong{NNCP} (Node to Node copy) is a collection of utilities
-simplifying secure store-and-forward files and mail exchanging.
+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!