]> Cypherpunks.ru repositories - gogost.git/commitdiff
URL fixes
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jul 2020 15:30:33 +0000 (18:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jul 2020 15:30:33 +0000 (18:30 +0300)
README
install.texi
makedist.sh
www.texi

diff --git a/README b/README
index 592eb5584135340061f0945d3af3fac17f070cea..68317a60c86902f6d0df13fc1124c0789daed488 100644 (file)
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ GOST is GOvernment STandard of Russian Federation (and Soviet Union).
   (Р 50.1.111-2016 with IKEv2 RFC 7296)
 
 Probably you could be interested in
-Go's support of GOST TLS 1.3 (http://gostls13.cypherpunks.ru/).
+Go's support of GOST TLS 1.3 (http://www.gostls13.cypherpunks.ru/).
 
 Known problems:
 
@@ -34,12 +34,12 @@ Known problems:
 
 GoGOST is free software: see the file COPYING for copying conditions.
 
-GoGOST'es home page is: http://gogost.cypherpunks.ru/
-You can read about GOST algorithms more: http://gost.cypherpunks.ru/
+GoGOST'es home page is: http://www.gogost.cypherpunks.ru/
+You can read about GOST algorithms more: http://www.gost.cypherpunks.ru/
 
 Please send questions, bug reports and patches to
 https://lists.cypherpunks.ru/mailman/listinfo/gost
 mailing list. Announcements also go to this mailing list.
 
 Development Git source code repository currently is located here:
-https://git.cypherpunks.ru/cgit.cgi/gogost.git/
+http://git.cypherpunks.ru/cgit.cgi/gogost.git/
index 9ce6459908d4b5aafc2cac67a2b817085ec25434..c7b52c7260b54073a6fed7838a0910ee818f1f4f 100644 (file)
@@ -7,8 +7,8 @@ Preferable way is to download tarball with the signature from
 website and, for example, run tests with benchmarks:
 
 @example
-$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz
-$ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig
+$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz
+$ [fetch|wget] http://www.gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig
 $ gpg --verify gogost-@value{VERSION}.tar.xz.sig gogost-@value{VERSION}.tar.xz
 $ xz --decompress --stdout gogost-@value{VERSION}.tar.xz | tar xf -
 $ cd gogost-@value{VERSION}
@@ -94,7 +94,7 @@ GoGOST is also @command{go get}-able. For example to use
 $ go get go.cypherpunks.ru/gogost/cmd/streebog256
 @end example
 
-@code{go.cypherpunks.ru} uses @url{http://ca.cypherpunks.ru/, ca.cypherpunks.ru}
+@code{go.cypherpunks.ru} uses @url{http://www.ca.cypherpunks.ru/, ca.cypherpunks.ru}
 certificate authority. If you have issues using either
 @code{sum.golang.org} or @code{proxy.golang.org}, then you can disable
 their usage with @env{GOPRIVATE=go.cypherpunks.ru/gogost} environment
index 5ca9e86a98caf29fd3a6a2118ee7f3a292ca0259..d7f992e1b9a80c74824d77864313c454faa5b9b7 100755 (executable)
@@ -37,7 +37,7 @@ mkdir -p src/golang.org/x/crypto
 
 cat > download.texi <<EOF
 You can obtain releases source code prepared tarballs on
-@url{http://gogost.cypherpunks.ru/}.
+@url{http://www.gogost.cypherpunks.ru/}.
 EOF
 
 texi=$(mktemp)
@@ -109,12 +109,12 @@ The main improvements for that release are:
 
 ------------------------ >8 ------------------------
 
-GoGOST'es home page is: http://gogost.cypherpunks.ru/
+GoGOST'es home page is: http://www.gogost.cypherpunks.ru/
 
 Source code and its signature for that version can be found here:
 
-    http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB)
-    http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig
+    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB)
+    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig
 
 Streebog-256 hash: $hashsb
 SHA256 hash: $hash
@@ -141,12 +141,12 @@ GoGOST это свободное программное обеспечение 
 
 ------------------------ >8 ------------------------
 
-Домашняя страница GoGOST: http://gogost.cypherpunks.ru/
+Домашняя страница GoGOST: http://www.gogost.cypherpunks.ru/
 
 Исходный код и его подпись для этой версии могут быть найдены здесь:
 
-    http://gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB)
-    http://gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig
+    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB)
+    http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig
 
 Streebog-256 хэш: $hashsb
 SHA256 хэш: $hash
index 3338522b46bed842fe58329a7e62091963e9e36a..541f8967dbaf9d5d96cd91391b9df796458751bf 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -15,7 +15,7 @@ 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://gost.cypherpunks.ru/, more}.
+You can read about GOST algorithms @url{http://www.gost.cypherpunks.ru/, more}.
 
 Currently supported algorithms are:
 
@@ -57,7 +57,7 @@ Currently supported algorithms are:
 @end itemize
 
 Probably you could be interested in
-@url{//gostls13.cypherpunks.ru/, Go's support of GOST TLS 1.3}.
+@url{//www.gostls13.cypherpunks.ru/, Go's support of GOST TLS 1.3}.
 
 Please send questions, bug reports and patches to
 @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost}