]> Cypherpunks.ru repositories - gocheese.git/commitdiff
URL fixes
authorSergey Matveev <stargrave@stargrave.org>
Fri, 24 Jul 2020 09:10:28 +0000 (12:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 24 Jul 2020 09:10:28 +0000 (12:10 +0300)
install.texi
makedist.sh
style.css

index 19a9c06236438723ce36e17ab162e48cc4feec93..acce9645217c9b4296ffec79c8e745b7ca7248ec 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://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz
-$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig
+$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz
+$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig
 $ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz
 $ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf -
 $ make -C gocheese-@value{VERSION} all test
@@ -45,4 +45,5 @@ $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru
 @end itemize
 
 You can obtain development source code with
-@command{git clone git://git.cypherpunks.ru/gocheese.git}.
+@command{git clone git://git.cypherpunks.ru/gocheese.git}
+(also you can use @url{https://git.cypherpunks.ru/git/gocheese.git}).
index d73936a5d31a083f8991fae51b8131b68c75282f..8693220447b1aa027296c42f46de52637f877134 100755 (executable)
@@ -66,7 +66,7 @@ mv $tmp/golang.org src
 
 cat > download.texi <<EOF
 You can obtain releases source code prepared tarballs on
-@url{http://gocheese.cypherpunks.ru/}.
+@url{http://www.gocheese.cypherpunks.ru/}.
 EOF
 make gocheese.info
 
index 0dec0f2156face811f2b44954c850c6327a7fce9..17f3b71cb358b255b2328e68226338fff4186fed 100644 (file)
--- a/style.css
+++ b/style.css
@@ -7,5 +7,5 @@ body {
 h1, h2, h3, h4 { text-align: center }
 h1, h2, h3, h4, strong { color: #900090 }
 pre { background-color: #CCCCCC }
-table, th, td { border: 1px solid black }
+table, th, td { border: 1px solid black ; border-collapse: collapse }
 --></style>