- Added a paragraph pointing to the quake2 repository.

This commit is contained in:
Jamie Wilkinson 2002-09-23 02:31:59 +00:00
parent 89f49c0c80
commit 5849f58c70

View file

@ -151,6 +151,14 @@ echo "<li>Source code ";
fileDownloadLink("http://osdn.dl.sourceforge.net/sourceforge/quake/quake2-0.1", "tar.gz tar.bz2");
echo "</li>";
echo "</ul>";
echo "<p>The latest CVS can be retreived from our CVS server, with the ";
echo "following commands:";
echo "<blockquote><tt>";
echo "cvs -d :pserver:anonymous@cvs.quakeforge.net:/project/cvs login";
echo "<br>";
echo "cvs -d :pserver:anonymous@cvs.quakeforge.net:/project/cvs -z3 co quake2";
echo "</tt></blockquote>";
echo "<p>The anonymous password is empty, just hit Enter when prompted for one";
?>
<HR>