website/develop.php

90 lines
3.3 KiB
PHP

<html>
<head>
<title>QuakeForge: An Open Source Quake Development Project</title>
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
<meta name="description" content="The QuakeForge Project">
<meta name="Author" content="members of The QuakeForge Project">
<style type="text/css">
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none;}
A:hover {text-decoration: underline}
-->
</style>
</head>
<body text="#ffffff" bgcolor="#000000" link="#SkyBlue" vlink="#0000ff" alink="LightSeaGreen">
<table BORDER="0" COLS="0" WIDTH="95%" align="center">
<tr>
<td WIDTH="100%" align=center>
<img src="images/qflogoblack.png" border="0" align="absmiddle"><img src="images/qfproject2small.png" border="0" align="absmiddle">
<br><br>
</td>
</tr>
<tr>
<td WIDTH="100%" align=center><hr>
[&nbsp;<a href="index.php">about</a>&nbsp;]
[&nbsp;<a href="news.php">news</a>&nbsp;]
[&nbsp;<a href="progress.php">progress</a>&nbsp;]
[&nbsp;<a href="irc.php">irc</a>&nbsp;]
[&nbsp;<a href="devfiles.php">downloads</a>&nbsp;]
[&nbsp;<a href="howto.php">howto</a>&nbsp;]
[&nbsp;<a href="http://sourceforge.net/mail/?group_id=882">mailing lists</a>&nbsp;]
[&nbsp;<a href="links.php">links</a>&nbsp;]
[&nbsp;developers&nbsp;]
[&nbsp;<a href="mailto:palisade@quakeforge.net">comments</a>&nbsp;]
[&nbsp;<a href="files/CREDITS">Credits</a>&nbsp;]
</td>
</tr>
<tr>
<td WIDTH="100%" align="left" valign="center">
<table width="100%" border="0" cellspacing="0" align="center" bgcolor="#3e4266">
<tr>
<hr>
<td align="center">
<b><font size="+1"><a name="news">Developer information</a></font></b>
</td>
</tr>
</table>
<br>
Download a copy of <a href="http://www.sourcegear.com/">CVS</a> for your respective OS.<br><br>
Anonymous cvs access:<br><br>
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/quake login<br>
cvs -z3 checkout quakeforge<br><br>
The above will login and checkout the quakeforge module which is our main source tree for the QuakeForge engine.<br>Now change into the quakeforge directory and begin your modifications.<br>
<br>Make sure to update often so that your tree matches our current tree so that when you supply us your diffs we will be able to apply them. Use the following to update your local copy after logging in:<br><br>
cvs -z3 update -dP<br><br>
To create a patch:<br><br>
cvs diff -u &gt mypatch.diff<br><br>
Then email this to the quake-devel list at: quake-devel@lists.sourceforge.net<br><br>
<br>
<hr>
</td>
</tr>
<tr>
<td align="center">
<a href="http://www.sourceforge.net"><img src="images/sflogo.png" border=0 alt="SourceForge"></a>
<a href="http://www.libranet.com/petition.html"><img src="images/petition_button.jpg" border=0 alt="Sign The Linux Driver Petition"></a>
<a href="http://www.planetquake.com/aftershock/"><img src="images/aftershock_logo.jpg" border=0 alt="Aftershock"></a>
<br>
</td>
</tr>
<tr>
<td align="center">
<br>
<font size="-1">
<br>Website Copyright (C) 1999,2000 contributors of the QuakeForge Project.
<br><a href="copyright.php">View Additional Copyright and Trademark Acknowledgements</a>
</font>
<br>
</td>
</tr>
</table>
</body>
</html>