diff options
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 753d871..a24f65d 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 <b>IM</b> <b>LuaForge</b> site available at:</p> -<p class="info"><a href="http://luaforge.net/scm/?group_id=86"> -http://luaforge.net/scm/?group_id=86</a> -</p> -<p>Current version can be obtained from module "im".</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://imtoolkit.cvs.sourceforge.net/imtoolkit/"> +http://imtoolkit.cvs.sourceforge.net/imtoolkit/</a></p> +<p>To checkout use the module name "im" and the CVSROOT:</p> -<pre>CVSROOT=:pserver:anonymous@cvs.luaforge.net:/cvsroot/imtoolkit</pre> +<pre>:pserver:anonymous@<tt>imtoolkit.</tt>cvs.<tt>sourceforge</tt>.net:/cvsroot/imtoolkit</pre> </body> |