]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/sources.texi
[DOC] FAQ additions
[govpn.git] / doc / sources.texi
index 273cbc479cfc27528b598331cf74ec9abcc53829..f1eb3eb90f31f20a3e2699e9238309f8099875d1 100644 (file)
@@ -1,4 +1,10 @@
 @node Sources
+@cindex Sources
+@cindex Source code
+@cindex Development source code
+@cindex Git
+@cindex Repository
+@cindex Mirrors
 @section Development source code
 
 Development source code contains the latest version of the code. It may
@@ -6,8 +12,9 @@ be buggy. It does not contain compiled documentation and dependent
 libraries source code. Because of that, it is not recommended for
 porters: use @ref{Tarballs} instead.
 
-You can obtain it by cloning Git repository and fetching dependent
-libraries source code as git submodules:
+You can obtain it by cloning @url{http://git-scm.com/, Git}
+@url{http://git.cypherpunks.ru/cgit.cgi/govpn.git/log/, repository}
+and fetching dependent libraries source code as git submodules:
 
 @example
 % git clone git://git.cypherpunks.ru/govpn.git govpn
@@ -22,7 +29,10 @@ repositories will be unavailable (they are seldom updated):
 @multitable @columnfractions .50 .50
 @headitem Software/library @tab Mirror
 @item @code{govpn} @tab @url{https://github.com/stargrave/govpn.git}
-@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
 @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git}
 @item @code{github.com/bigeagle/water} @tab @url{git://git.cypherpunks.ru/water.git}
+@item @code{github.com/dchest/blake2b} @tab @url{git://git.cypherpunks.ru/blake2b.git}
+@item @code{github.com/go-yaml/yaml} @tab @url{git://git.cypherpunks.ru/yaml.git}
+@item @code{github.com/magical/argon2} @tab @url{git://git.cypherpunks.ru/argon2.git}
+@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
 @end multitable