mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Nuke some SourceForge references, clear out some stuff in the sponsors.
This commit is contained in:
parent
796811dbd7
commit
0555b0874c
3 changed files with 28 additions and 23 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<P><STRONG>Note:</STRONG> There may be other SSH and CVS programs out there, but
|
||||
this tutorial is on how to use the two above together to use CVS and SSH with
|
||||
SourceForge projects.
|
||||
QuakeForge projects.
|
||||
|
||||
<P>1) Once you have the two files mentioned above, go make these
|
||||
three directories where "X" is the drive you want to use for your
|
||||
|
@ -40,7 +40,7 @@ SET HOME=X:\Source
|
|||
<P>5) Restart your computer.
|
||||
|
||||
<P>6) Now that you've done all that, you can finally get CVS write privileges
|
||||
on your SourceForge developer account. To "check out" (download) the source,
|
||||
on your QuakeForge developer account. To "check out" (download) the source,
|
||||
open up your trusty MS-DOS Prompt and do the following:
|
||||
|
||||
<PRE>
|
||||
|
@ -49,24 +49,35 @@ X:\> cd \Source
|
|||
X:\Source> cvs -d<EM>yourname</EM>@cvs.quakeforge.net:/project/cvs co <EM>module</EM>
|
||||
</PRE>
|
||||
|
||||
<P>Make sure you replace "<EM>yourname</EM>" with your SourceForge
|
||||
User ID, and "<EM>module</EM>" with the name of the module you want to
|
||||
work on. When you connect to SourceForge, it will ask you for your password;
|
||||
type it in, and the download should begin.
|
||||
<P>Make sure you replace "<EM><TT>yourname</TT></EM>" with your
|
||||
QuakeForge User ID, and "<EM><TT>module</TT></EM>" with the name of
|
||||
the module you want to work on. When you connect to QuakeForge, it will ask
|
||||
you for your password; type it in, and the download should begin.
|
||||
<P><STRONG>Note:</STRONG> <EM>Your characters will not be echoed back. This is
|
||||
normal behavior, and there's nothing wrong.</EM>
|
||||
|
||||
<P>At time of writing, the following modules are in the QuakeForge CVS repository:
|
||||
<DL>
|
||||
<DT>aftershock
|
||||
<DD>A <EM>Quake 3: Arena</EM> renderer that is being experimented with for possible
|
||||
inclusion in QuakeForge</DD>
|
||||
<DT><TT>game-source</TT>
|
||||
<DD>QuakeC Source code, modified to work with our gamecode compiler</DD>
|
||||
</DT>
|
||||
<DT>htdocs
|
||||
<DT><TT>htdocs</TT>
|
||||
<DD>Our Web site</DD>
|
||||
</DT>
|
||||
<DT>quakeforge
|
||||
<DD>The actual engine, what everyone wants to play with. :)</DD>
|
||||
<DT><TT>htdocs-secure</TT>
|
||||
<DD>The members-only Web site</DD>
|
||||
</DT>
|
||||
<DT><TT>newtree</TT>
|
||||
<DD>QuakeForge: Newtree</DD>
|
||||
</DT>
|
||||
<DT><TT>quake2</TT>
|
||||
<DD>Our version of Quake II</DD>
|
||||
</DT>
|
||||
<DT><TT>quakeforge</TT>
|
||||
<DD>The development version of QuakeForge.</DD>
|
||||
</DT>
|
||||
<DT><TT>quakeforge-old</TT>
|
||||
<DD>An ancient-beyond-belief version of QuakeForge. What our original releases were based on. :)</DD>
|
||||
</DT>
|
||||
</DL>
|
||||
|
||||
|
@ -75,7 +86,7 @@ SSH to work together, I'm not going to teach you CVS. To lean more about CVS,
|
|||
and how to use it go to the <A href="http://www.gnu.org/manual/cvs/">GNU Web site</A>.
|
||||
|
||||
<P>If you find anything that should be added to this document, send me an email
|
||||
at: absolute@squadron.org
|
||||
at: <TT>absolute@squadron.org</TT>
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
require("parts/postamble.php"); // Finish this sucker up
|
||||
|
|
|
@ -36,7 +36,7 @@ developers at a variety of locations.
|
|||
</DL>
|
||||
|
||||
<H2>SSH (Secure Shell)</H2>
|
||||
<P>SSH (along with a SourceForge account and developer status in QuakeForge) is required to be able to write to the QuakeForge CVS repository. Clients for various operating environments may be found below.
|
||||
<P>SSH (along with a developer account on the QuakeForge server) is required to be able to write to the QuakeForge CVS repository. Clients for various operating environments may be found below.
|
||||
<DL>
|
||||
<DT>UNIX and Unix-like systems:</DT>
|
||||
<DD><A href="http://www.openssh.org">OpenSSH</A>, being Free Software, is our recommended SSH implementation.</DD>
|
||||
|
|
|
@ -3,7 +3,7 @@ QuakeForge would like to thank these organizations for their contributions:
|
|||
<TABLE cellSpacing=0 cellPadding=0 border=0>
|
||||
<TR vAlign="top">
|
||||
<?
|
||||
tableSpacer(9, 1, 1, "black");
|
||||
tableSpacer(9, 1, 2, "black");
|
||||
?>
|
||||
</TR>
|
||||
<TR vAlign="middle">
|
||||
|
@ -13,21 +13,15 @@ QuakeForge would like to thank these organizations for their contributions:
|
|||
<TD align="center">
|
||||
<A href="http://www.valinux.com/"><IMG src="img/partners/valinux2.png" border=0 alt="VA Linux Systems"></A>
|
||||
</TD>
|
||||
<TD align="center">
|
||||
<A href="http://copyleft.net/"><IMG src="img/partners/copyleft.png" border=0 alt="Copyleft"></A>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR vAlign="top">
|
||||
<?
|
||||
tableSpacer(9, 1, 1, "black");
|
||||
tableSpacer(9, 1, 2, "black");
|
||||
?>
|
||||
</TR>
|
||||
<TR vAlign="middle">
|
||||
<TD align="center">
|
||||
<A href="http://www.sourceforge.net"><IMG src="img/partners/sourceforge.png" border=0 alt="SourceForge"></A>
|
||||
</TD>
|
||||
<TD align="center">
|
||||
<A href="http://www.matrox.com/"><IMG src="img/partners/matrox.png" border=0 alt="Matrox Electronic Systems, Ltd."></A>
|
||||
<A href="http://sourceforge.net/"><IMG src="img/partners/sourceforge.png" border=0 alt="SourceForge"></A>
|
||||
</TD>
|
||||
<TD align="center">
|
||||
<A href="http://www.creative.com/"><IMG src="img/partners/creative.png" border=0 alt="Creative Labs, Inc."></A>
|
||||
|
|
Loading…
Reference in a new issue