]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/sources.texi
Merge branch 'develop'
[nncp.git] / doc / sources.texi
index d1d1bd96035f6d55f2bae2f7926bfb74ad229d66..38de61a5a2289514758241496b60e0623006a790 100644 (file)
@@ -3,11 +3,11 @@
 
 Development source code contains the latest version of the code. It may
 be buggy. It does not contain compiled documentation and dependent
-libraries source code. Because of that, it is not recommended for
-porters to use @ref{Tarballs} instead.
+libraries source code. Because of that, it is recommended for porters
+to use @ref{Tarballs, tarballs} instead.
 
 You can obtain it by cloning @url{http://git-scm.com/, Git}
-@url{http://git.cypherpunks.ru/cgit.cgi/nncp.git/log/, repository}
+@url{https://git.cypherpunks.ru/cgit.cgi/nncp.git/log/, repository}
 and fetching dependent libraries source code as git submodules:
 
 @verbatim
@@ -17,4 +17,18 @@ and fetching dependent libraries source code as git submodules:
 % git submodule update --init
 @end verbatim
 
-Github.com mirror exists: @url{https://github.com/stargrave/nncp}.
+Also there is mirror of dependent libraries for safety if their native
+repositories will be unavailable (they are seldom updated):
+
+@multitable @columnfractions .50 .50
+@headitem Software/library @tab Mirror
+@item @code{github.com/davecgh/go-xdr} @tab @url{git://git.cypherpunks.ru/go-xdr.git}
+@item @code{github.com/dustin/go-humanize} @tab @url{git://git.cypherpunks.ru/go-humanize.git}
+@item @code{github.com/flynn/noise} @tab @url{git://git.cypherpunks.ru/noise.git}
+@item @code{github.com/gorhill/cronexpr} @tab @url{git://git.cypherpunks.ru/cronexpr.git}
+@item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
+@item @code{golang.org/x/net} @tab @url{git://git.cypherpunks.ru/net.git}
+@item @code{golang.org/x/sys} @tab @url{git://git.cypherpunks.ru/sys.git}
+@item @code{gopkg.in/check.v1} @tab @url{git://git.cypherpunks.ru/check.git}
+@item @code{gopkg.in/yaml.v2} @tab @url{git://git.cypherpunks.ru/yaml.git}
+@end multitable