]> Cypherpunks.ru repositories - pygost.git/blobdiff - download.texi
Raise copyright years
[pygost.git] / download.texi
index 2bdd18fbdb55476d00173851f2d66e94891c304e..1439b055220e0a0c6ebe703d8a47b9a8ebeee37f 100644 (file)
@@ -6,12 +6,12 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature:
 
 @verbatim
 Preferable way is to download tarball with the signature:
 
 @verbatim
-% wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz
-% wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz.sig
-% gpg --verify pygost-4.0.tar.xz.sig pygost-4.0.tar.xz
-% xz -d < pygost-4.0.tar.xz | tar xf -
-% cd pygost-4.0
-% python setup.py install
+$ wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz
+$ wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz.sig
+$ gpg --verify pygost-4.0.tar.xz.sig pygost-4.0.tar.xz
+$ xz -d < pygost-4.0.tar.xz | tar xf -
+$ cd pygost-4.0
+$ python setup.py install
 @end verbatim
 
 @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
 @end verbatim
 
 @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
@@ -95,12 +95,12 @@ Preferable way is to download tarball with the signature:
 But also you can use PIP (@strong{no} authentication is performed!):
 
 @verbatim
 But also you can use PIP (@strong{no} authentication is performed!):
 
 @verbatim
-% pip install pygost==3.15
+$ pip install pygost==3.15
 @end verbatim
 
 You @strong{have to} verify downloaded tarballs integrity and
 authenticity to be sure that you retrieved trusted and untampered
 @end verbatim
 
 You @strong{have to} verify downloaded tarballs integrity and
 authenticity to be sure that you retrieved trusted and untampered
-software. @url{https://www.gnupg.org/, The GNU Privacy Guard} is used
+software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used
 for that purpose.
 
 For the very first time it is necessary to get signing public key and
 for that purpose.
 
 For the very first time it is necessary to get signing public key and
@@ -119,8 +119,8 @@ uid   PyGOST releases <pygost at cypherpunks dot ru>
 
 @item
 @verbatim
 
 @item
 @verbatim
-% gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
-% gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
+$ gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
+$ gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
 @end verbatim
 
 @item
 @end verbatim
 
 @item
@@ -128,6 +128,5 @@ uid   PyGOST releases <pygost at cypherpunks dot ru>
 
 @end itemize
 
 
 @end itemize
 
-You can obtain development source code by cloning
-@url{http://git-scm.com/, Git}
-@url{https://git.cypherpunks.ru/cgit.cgi/pygost.git/}.
+You can obtain development source code with
+@command{git clone git://git.cypherpunks.ru/pygost.git}.