]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/govpn.texi
[DOC] Quick link to tarball download page
[govpn.git] / doc / govpn.texi
index 4df0b0fff7c4dd8467c9f9a8d02bcb3e41083a1a..7fab9f37734bf745115d85b7c3828e6cd07e10be 100644 (file)
@@ -4,63 +4,60 @@
 @settitle GoVPN
 
 @copying
-This manual is for GoVPN -- simple secure free software virtual private
-network (VPN) daemon, written entirely on Go programming language.
+This manual is for GoVPN -- simple free software virtual private network
+daemon, aimed to be reviewable, secure, DPI/censorship-resistant,
+written on Go.
 
-Copyright @copyright{} 2014-2015 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2014-2016 @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;
 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-A copy of the license is included below.
+A copy of the license is included in the section entitled "Copying conditions".
 @end quotation
 @end copying
 
 @node Top
 @top GoVPN
 
-GoVPN is simple secure free software virtual private network daemon,
-aimed to be reviewable, secure, DPI-resistant, written on Go.
+@include about.texi
 
-It uses fast PAKE DH A-EKE for mutual strong zero-knowledge peers
-authentication. Data transport is encrypted, authenticated, hides
-message's length and timestamp. PFS property, resistance to dictionary
-attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time
-statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
-
-@include keywords.texi
-
-@include media.texi
+@center @strong{@ref{Tarballs, Download it}}.
 
 @menu
-* Overview::
+* About (russian): О демоне.
+* Frequently Asked Questions: FAQ.
+* Часто задаваемые вопросы: ЧАВО.
 * News::
 * Installation::
 * Precautions::
-* User manual::
-* Developer manual::
-* Contacts::
-* Copying conditions::
+* User manual: User.
+* Developer manual: Developer.
+* Contacts and feedback: Contacts.
 * Thanks::
+* In the media: Media.
 * TODO::
+* Copying conditions::
 @end menu
 
-@include overview.texi
+@include about.ru.texi
+@include faq.texi
+@include faq.ru.texi
 @include news.texi
 @include installation.texi
 @include precautions.texi
 @include user.texi
 @include developer.texi
 @include contacts.texi
+@include thanks.texi
+@include media.texi
+@include todo.texi
 
 @node Copying conditions
 @unnumbered Copying conditions
 
 @insertcopying
 @verbatiminclude fdl.txt
-
-@include thanks.texi
-@include todo.texi
 @bye