]> Cypherpunks.ru repositories - govpn.git/blob - doc/govpn.texi
[DOC] Split large govpn.texi to several smaller parts
[govpn.git] / doc / govpn.texi
1 \input texinfo
2 @setfilename govpn.info
3 @documentencoding UTF-8
4 @settitle GoVPN
5
6 @copying
7 @quotation
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17 @end quotation
18 @end copying
19
20 @node Top
21 @top GoVPN
22
23 This manual is for GoVPN -- simple secure free software virtual private
24 network (VPN) daemon, written entirely on Go programming language.
25
26 @menu
27 * Overview::
28 * News::
29 * Installation::
30 * Precautions::
31 * User manual::
32 * Developer manual::
33 * Reporting bugs::
34 * Copying conditions::
35 @end menu
36
37 @include overview.texi
38
39 @node News
40 @unnumbered News
41
42 @verbatiminclude ../NEWS
43
44 @include installation.texi
45
46 @include precautions.texi
47
48 @include user.texi
49
50 @include developer.texi
51
52 @include bugs.texi
53
54 @node Copying conditions
55 @unnumbered Copying conditions
56
57 @insertcopying
58
59 @bye