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
|
<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
|
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
|
<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
|
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>5) Restart your computer.
|
||||||
|
|
||||||
<P>6) Now that you've done all that, you can finally get CVS write privileges
|
<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:
|
open up your trusty MS-DOS Prompt and do the following:
|
||||||
|
|
||||||
<PRE>
|
<PRE>
|
||||||
|
@ -49,24 +49,35 @@ X:\> cd \Source
|
||||||
X:\Source> cvs -d<EM>yourname</EM>@cvs.quakeforge.net:/project/cvs co <EM>module</EM>
|
X:\Source> cvs -d<EM>yourname</EM>@cvs.quakeforge.net:/project/cvs co <EM>module</EM>
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
<P>Make sure you replace "<EM>yourname</EM>" with your SourceForge
|
<P>Make sure you replace "<EM><TT>yourname</TT></EM>" with your
|
||||||
User ID, and "<EM>module</EM>" with the name of the module you want to
|
QuakeForge User ID, and "<EM><TT>module</TT></EM>" with the name of
|
||||||
work on. When you connect to SourceForge, it will ask you for your password;
|
the module you want to work on. When you connect to QuakeForge, it will ask
|
||||||
type it in, and the download should begin.
|
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
|
<P><STRONG>Note:</STRONG> <EM>Your characters will not be echoed back. This is
|
||||||
normal behavior, and there's nothing wrong.</EM>
|
normal behavior, and there's nothing wrong.</EM>
|
||||||
|
|
||||||
<P>At time of writing, the following modules are in the QuakeForge CVS repository:
|
<P>At time of writing, the following modules are in the QuakeForge CVS repository:
|
||||||
<DL>
|
<DL>
|
||||||
<DT>aftershock
|
<DT><TT>game-source</TT>
|
||||||
<DD>A <EM>Quake 3: Arena</EM> renderer that is being experimented with for possible
|
<DD>QuakeC Source code, modified to work with our gamecode compiler</DD>
|
||||||
inclusion in QuakeForge</DD>
|
|
||||||
</DT>
|
</DT>
|
||||||
<DT>htdocs
|
<DT><TT>htdocs</TT>
|
||||||
<DD>Our Web site</DD>
|
<DD>Our Web site</DD>
|
||||||
</DT>
|
</DT>
|
||||||
<DT>quakeforge
|
<DT><TT>htdocs-secure</TT>
|
||||||
<DD>The actual engine, what everyone wants to play with. :)</DD>
|
<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>
|
</DT>
|
||||||
</DL>
|
</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>.
|
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
|
<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-->
|
<!--NOSEARCH-->
|
||||||
<?
|
<?
|
||||||
require("parts/postamble.php"); // Finish this sucker up
|
require("parts/postamble.php"); // Finish this sucker up
|
||||||
|
|
|
@ -36,7 +36,7 @@ developers at a variety of locations.
|
||||||
</DL>
|
</DL>
|
||||||
|
|
||||||
<H2>SSH (Secure Shell)</H2>
|
<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>
|
<DL>
|
||||||
<DT>UNIX and Unix-like systems:</DT>
|
<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>
|
<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>
|
<TABLE cellSpacing=0 cellPadding=0 border=0>
|
||||||
<TR vAlign="top">
|
<TR vAlign="top">
|
||||||
<?
|
<?
|
||||||
tableSpacer(9, 1, 1, "black");
|
tableSpacer(9, 1, 2, "black");
|
||||||
?>
|
?>
|
||||||
</TR>
|
</TR>
|
||||||
<TR vAlign="middle">
|
<TR vAlign="middle">
|
||||||
|
@ -13,21 +13,15 @@ QuakeForge would like to thank these organizations for their contributions:
|
||||||
<TD align="center">
|
<TD align="center">
|
||||||
<A href="http://www.valinux.com/"><IMG src="img/partners/valinux2.png" border=0 alt="VA Linux Systems"></A>
|
<A href="http://www.valinux.com/"><IMG src="img/partners/valinux2.png" border=0 alt="VA Linux Systems"></A>
|
||||||
</TD>
|
</TD>
|
||||||
<TD align="center">
|
|
||||||
<A href="http://copyleft.net/"><IMG src="img/partners/copyleft.png" border=0 alt="Copyleft"></A>
|
|
||||||
</TD>
|
|
||||||
</TR>
|
</TR>
|
||||||
<TR vAlign="top">
|
<TR vAlign="top">
|
||||||
<?
|
<?
|
||||||
tableSpacer(9, 1, 1, "black");
|
tableSpacer(9, 1, 2, "black");
|
||||||
?>
|
?>
|
||||||
</TR>
|
</TR>
|
||||||
<TR vAlign="middle">
|
<TR vAlign="middle">
|
||||||
<TD align="center">
|
<TD align="center">
|
||||||
<A href="http://www.sourceforge.net"><IMG src="img/partners/sourceforge.png" border=0 alt="SourceForge"></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.matrox.com/"><IMG src="img/partners/matrox.png" border=0 alt="Matrox Electronic Systems, Ltd."></A>
|
|
||||||
</TD>
|
</TD>
|
||||||
<TD align="center">
|
<TD align="center">
|
||||||
<A href="http://www.creative.com/"><IMG src="img/partners/creative.png" border=0 alt="Creative Labs, Inc."></A>
|
<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