X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fsources.texi;h=474d27c5b5b69dfce9f88b6f0ee2a01ea17274ac;hp=2ded27ca827a3286b2eac472973d23b2115498c4;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=9c25694667c14c934fc122741b9736988172f7de diff --git a/doc/sources.texi b/doc/sources.texi index 2ded27c..474d27c 100644 --- a/doc/sources.texi +++ b/doc/sources.texi @@ -1,4 +1,7 @@ @node Sources +@cindex sources +@cindex source code +@cindex git @section Development source code Development source code contains the latest version of the code. It may @@ -6,26 +9,11 @@ be buggy. It does not contain compiled documentation and dependent libraries source code. Because of that, it is recommended for porters to use @ref{Tarballs, tarballs} instead. -@verbatim -$ git clone git://git.cypherpunks.ru/nncp.git -$ cd nncp -$ git checkout develop -@end verbatim +@example +$ git clone --branch develop git://git.cypherpunks.ru/nncp.git nncp +@end example -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/google/go-cmp} @tab @url{git://git.cypherpunks.ru/go-cmp.git} -@item @code{github.com/gorhill/cronexpr} @tab @url{git://git.cypherpunks.ru/cronexpr.git} -@item @code{github.com/hjson/hjson-go} @tab @url{git://git.cypherpunks.ru/hjson-go.git} -@item @code{github.com/klauspost/compress} @tab @url{git://git.cypherpunks.ru/compress.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} -@end multitable +You can also use +@url{https://git.cypherpunks.ru/nncp.git}, +@url{http://git.cypherpunks.ru/nncp.git}, +@url{http://y.git.cypherpunks.ru/nncp.git} URLs instead.