]> Cypherpunks.ru repositories - pygost.git/commitdiff
pygost. and gost. homepages
authorSergey Matveev <stargrave@stargrave.org>
Thu, 17 Aug 2017 20:16:35 +0000 (23:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 17 Aug 2017 20:16:35 +0000 (23:16 +0300)
INSTALL
README
makedist.sh
setup.py
www.texi

diff --git a/INSTALL b/INSTALL
index db2b97caa3bda4349fb439abfbb4be55e2f502df..6511f44c905f88a80286cc2a8f5fc90dd4ec623a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,8 +3,8 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature from official
 website:
 
-    % wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz
-    % wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz.sig
+    % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz
+    % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig
     % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz
     % xz -d < pygost-2.3.tar.xz | tar xf -
     % cd pygost-2.3
diff --git a/README b/README
index 57009b01c796184a824f55b9d3b844296d185eb6..eccf14ba6d15cb1d1b2bd3bc0539a48428ba16a9 100644 (file)
--- a/README
+++ b/README
@@ -51,8 +51,10 @@ Other examples can be found in docstrings and unittests.
 
 PyGOST is free software: see the file COPYING for copying conditions.
 
-PyGOST'es home page is: http://www.cypherpunks.ru/pygost/
-You can read about GOST algorithms more: http://www.cypherpunks.ru/gost/
+PyGOST'es home page is: http://pygost.cypherpunks.ru/
+Also available as I2P service:
+http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/
+You can read about GOST algorithms more: http://gost.cypherpunks.ru/
 
 Please send questions, bug reports and patches to
 https://lists.cypherpunks.ru/mailman/listinfo/gost
index 1fc9f34b591451521df5c3c89e3933c957fdcb4d..482a78bd701250523f534d37f005d7771023cad7 100755 (executable)
@@ -39,12 +39,14 @@ The main improvements for that release are:
 
 ------------------------ >8 ------------------------
 
-PyGOST'es home page is: http://www.cypherpunks.ru/pygost/
+PyGOST'es home page is: http://pygost.cypherpunks.ru/
+Also available as I2P service:
+http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/
 
 Source code and its signature for that version can be found here:
 
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB)
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB)
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig
 
 Streebog-256 hash: $hashsb
 SHA256 hash: $hash
@@ -71,12 +73,14 @@ PyGOST это свободное программное обеспечение 
 
 ------------------------ >8 ------------------------
 
-Домашняя страница PyGOST: http://www.cypherpunks.ru/pygost/
+Домашняя страница PyGOST: http://pygost.cypherpunks.ru/
+Также доступная как I2P сервис:
+http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/
 
 Исходный код и его подпись для этой версии могут быть найдены здесь:
 
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz ($size KiB)
-    http://www.cypherpunks.ru/pygost/pygost-${release}.tar.xz.sig
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz ($size KiB)
+    http://pygost.cypherpunks.ru/pygost-${release}.tar.xz.sig
 
 Streebog-256 хэш: $hashsb
 SHA256 хэш: $hash
index 893f7e6a18db2406c4c0af192f5d489a27a98dbe..a28d3c23f6b8d7a0615b23ce32cbd392d3b051dc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
     description="Pure Python GOST cryptographic functions library",
     author="Sergey Matveev",
     author_email="stargrave@stargrave.org",
-    url="http://www.cypherpunks.ru/pygost/",
+    url="http://pygost.cypherpunks.ru/",
     license="GPLv3+",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
index 764e6cabc7c1a04090914095db43f413dcc09860..6311b9aa95aa291ec860087fd494be6b0d888dc0 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -15,7 +15,9 @@ It is
 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
 @url{https://www.gnu.org/philosophy/free-sw.html, free software}:
 licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3+}.
-You can read about GOST algorithms @url{http://www.cypherpunks.ru/gost/, more}.
+You can read about GOST algorithms @url{http://gost.cypherpunks.ru/, more}.
+
+Site is also available as @url{http://ynvvto3unx63wbqmwg7mpdgy3ebven7ihhse6bh5yudwllugd6oa.b32.i2p/, I2P service}.
 
 Currently supported algorithms are:
 
@@ -182,8 +184,8 @@ No additional dependencies except Python 2.7/3.x interpreter are required.
 Preferable way is to download tarball with the signature:
 
 @verbatim
-% wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz
-% wget http://www.cypherpunks.ru/pygost/pygost-2.3.tar.xz.sig
+% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz
+% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig
 % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz
 % xz -d < pygost-2.3.tar.xz | tar xf -
 % cd pygost-2.3