From cbcc26917520eb287d8792840a723f936b0818c2 Mon Sep 17 00:00:00 2001
From: Victor Wagner <vitus@wagner.pp.ru>
Date: Wed, 3 Oct 2012 00:03:37 +0400
Subject: [PATCH] Changed CVS pserver links to git links

---
 software/catdoc/index.html  |  2 ++
 software/tcl/fubar.html     |  8 ++++----
 software/tcl/tclfvwm.html   |  7 +++----
 software/tcl/tclsyslog.html | 19 ++++++-------------
 4 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/software/catdoc/index.html b/software/catdoc/index.html
index 238e2bc..14dc521 100644
--- a/software/catdoc/index.html
+++ b/software/catdoc/index.html
@@ -114,6 +114,8 @@ href="http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.zip">catdoc-0.94.2.zip</a
 <dd>Sources + DOS realmode executables <B>THESE ARE NOT WINDOWS PROGRAMS</B><br>
 (SHA 1 hash sum 4b75f3a511fe3ec5304883931937eb1db73a4b70)</dl>
 Previous versions can be found on <a href="archive.html">archive page</a>
+<dt><a href="http://www.wagner.pp.ru/gitweb?p=oss/catdoc.git;a=summary">GIT repository
+<dd><tt>git clone http://www.wagner.pp.ru/git/oss/catdoc.git</tt>
 <h3>Documentation</h3>
 <p>
 Catdoc is documented in traditional Unix man pages. For MS-DOS users
diff --git a/software/tcl/fubar.html b/software/tcl/fubar.html
index 041a569..52fc70f 100644
--- a/software/tcl/fubar.html
+++ b/software/tcl/fubar.html
@@ -267,12 +267,12 @@ host file
 </li></ul>
 <h2>Download</h2>
 
-Use CVS to download
+Use git to download
 <blockquote>
-    CVSROOT=:pserver:cvs@wagner.pp.ru:/work/oss<br>
-    empty password<br> 
-    module name <a href="http://www.wagner.pp.ru/cgi-bin/cvsweb/fubar?cvsroot=soft">fubar</b></a>
+	git clone http://www.wagner.pp.ru/git/oss/fubar.git
 </blockquote>	
+See also <A href="http://www.wagner.pp.ru/gitweb?p=oss/fubar.git">GitWeb
+page</a>
 <p>
 Additional software, required to run FUBAR</b>:
 </p><ul>
diff --git a/software/tcl/tclfvwm.html b/software/tcl/tclfvwm.html
index d599b9c..1fdc09b 100644
--- a/software/tcl/tclfvwm.html
+++ b/software/tcl/tclfvwm.html
@@ -29,12 +29,11 @@ access to fvwm pipes. On Linux module works without TclX.
 href="http://ftp.wagner.pp.ru/pub/tcl/fvwm/fvwm-tcl-1.3.tar.gz">fvwm-tcl-1.3.tar.gz</a>
 <li>Debian packages are avaliable from <A
 HREF="http://wagner.pp.ru/debian/repository">our  repository</a>
-<Li>CVS
+<Li>GIT
 <pre>
-CVSROOT=:pserver:cvs@wagner.pp.ru:/work/oss<br>
- empty password<br> 
- module name <a href="/cgi-bin/cvsweb/fvwm-tcl?cvsroot=soft">fvwm-tcl</a>
+git clone http://www.wagner.pp.ru/git/oss/fvwm-tcl.git
 </pre>
+<li><a href="http://www.wagner.pp.ru/gitweb?p=oss/fvwm-tcl.git;a=summary">GITWEB</a>
 <H3>Bug tracking</H3>
 <A HREF="https://www.wagner.pp.ru/cgi-bin/cvstrac/fvwm-tcl/">HTTPS access
 to Cvstrac</a>. If you don't have my CA certificate, visit <a
diff --git a/software/tcl/tclsyslog.html b/software/tcl/tclsyslog.html
index fa20133..6f58572 100644
--- a/software/tcl/tclsyslog.html
+++ b/software/tcl/tclsyslog.html
@@ -59,23 +59,16 @@ stubs-enabled and Unicode aware.
 HREF="http://ftp.wagner.pp.ru/pub/tcl/tclsyslog/tclsyslog-2.0.tar.gz">Version
 2.0</A> For tcl 8.1 and above -
 stubs-enabled and Unicode aware.
-<H2>CVS access</H2>
-TclSyslog can also be obtained from my CVS.
+<H2>GIT access</H2>
+TclSyslog can also be obtained from my GIT repository via http protocol.
 
 <pre>
-CVSROOT=:pserver:cvs@wagner.pp.ru:/work/oss
-cvs login
-&lt; empty password&lt;
-cvs checkout tclsyslog 
+git clone http://www.wagner.pp.ru/git/oss/tclsyslog.git
 </pre>
+See also <a
+href="http://www.wagner.pp.ru/gitweb?p=oss/tclsyslog;a=summary">GitWeb
+page</a>
 
-You can also <a href="/cgi-bin/cvsweb/tclsyslog?cvsroot=soft">browse CVS
-via web</A>
-<p>
-Use tag <a
-href="/cgi-bin/cvsweb/tclsyslog?cvsroot=soft&only_with_tag=r-2-0-branch">r-2-0-branch</a> for version 2.x and 
-<a href="/cgi-bin/cvsweb/tclsyslog?cvsroot=soft&only_with_tag=r-1-1-branch">r-1-1-branch</a>
-for version 1.x.
 
 <H2>Bug tracking system</H2>
 
-- 
2.39.5