diff options
author | scuri <scuri> | 2008-10-17 17:32:07 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-10-17 17:32:07 +0000 |
commit | 8fcca302fedc1669b0679c5369f3505e377a4c7f (patch) | |
tree | 1a00e0a0f8e6216576691d531c328d6792758543 /html/en/cvs.html | |
parent | 7b52cc13af4e85f1ca2deb6b6c77de9c95ea0dcf (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/cvs.html')
-rw-r--r-- | html/en/cvs.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/html/en/cvs.html b/html/en/cvs.html index 687946c..f8893b6 100644 --- a/html/en/cvs.html +++ b/html/en/cvs.html @@ -8,14 +8,13 @@ <body> <h2 align="center" style="text-align:center">CVS</h2> -<p>The CVS files are in the CD <b>LuaForge</b> site available at:</p> -<p class="info"><a href="http://luaforge.net/scm/?group_id=88"> -http://luaforge.net/scm/?group_id=88</a> -</p> -<p>Current version can be obtained from module "cd".</p> -<p>To checkout use:</p> +<p>The CVS repository is at <b>SourceForge</b>. It can also be interactively +browsed at:</p> +<p class="info"><a href="http://canvasdraw.cvs.sourceforge.net/canvasdraw/"> +http://canvasdraw.cvs.sourceforge.net/canvasdraw/</a></p> +<p>To checkout use the module name "cd" and the CVSROOT:</p> -<pre>CVSROOT=:pserver:anonymous@cvs.luaforge.net:/cvsroot/cdlib</pre> +<pre>:pserver:anonymous@<tt>canvasdraw.</tt>cvs.<tt>sourceforge</tt>.net:/cvsroot/canvasdraw</pre> </body> |