removed useless files, some of the jpg's were really bad ones from our old site,

the php's removed are no longer used... test?.txt files were for testing the cron
update
This commit is contained in:
Nelson Rush 2000-01-08 07:06:21 +00:00
parent a76facc8a4
commit 855ab3a1b6
18 changed files with 0 additions and 534 deletions

BIN
about.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,64 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>
BeOS:
<br><br>
ssh for BeOS is <a href="http://www.be.com/software/beware/network/ssh.html">here.</a>
<br><br>
<a href="http://www.be.com/software/beware/development/gccegcs.html">CVS</a> for BeOS can be found in the egcs/gcc tool set.
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

BIN
home.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

BIN
home2.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,73 +0,0 @@
<!-- To add irc logs to this page, just put them in the irclog directory under the project's web root
--chadfowler
-->
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#000000" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#000000">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#000000" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#000000">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#000000" align="center">
<TR>
<TD>
<CENTER><BR>
<H1>Welcome to http://<?php print $headers[Host]; ?>/</H1>
<P>QuakeForge Project IRC Logs</P><BR>
<img src="quake2_infantry_anim.gif"><br><br>
<?php
$handle=opendir('irclog');
while ($file = readdir($handle)) {
if(!(ereg("^\.", $file, $regs))) {
echo "<a href=\"irclog/$file\">$file</a><BR>\n";
}
}
closedir($handle);
?>
<br>
</CENTER>
</TD>
</TR>
</TABLE>

BIN
links.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,68 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>
Mac files:
<br><br>
You can find WinCVS and MacCVS <a href="http://www.wincvs.org">here.</a>
<br><br>
There are currently two different SSH clients for Mac:
<br><br>
<a href="http://www.lysator.liu.se/~jonasw/download/niftytelnet-1.1-ssh-r3.hqx">Nifty Telnet SSH</a>
and<br>
<a href="http://www.DataFellows.com/f-secure/ssh/mac/download.htm">F-Secure SSH Client</a>
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>

View file

@ -1,65 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>Linux/*BSD/UNIX:<br><br>
You can find a version of CVS on Cyclic's <a href="http://download.cyclic.com/pub/">ftp server</a>.
<br><br>
Grab ssh 1.x so you can access shell1.sourceforge.net<br>
LINK REMOVED, VIOLATION OF EXPORTATION RULES.
<br><br>
<a href="http://home.earthlink.net/~nawalker/pharmacy/">Pharmacy</a> is a GUI front-end to CVS in X11, it looks quite useful.
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>

View file

@ -1,64 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>
OS/2:
<br><br>
You can find a ssh program <a href="ftp://ftp.cs.hut.fi/pub/ssh/os2/">here.</a>
<br><br>
Cyclic has CVS for OS/2 <a href="http://download.cyclic.com/pub/os2/">here.</a>
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>

BIN
pb.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,62 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>
Quake/QuakeWorld HowTo's:
<br><br>
<a href="http://webpages.mr.net/bobz/howto/">Linux</a>
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>

View file

@ -1,60 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>

View file

@ -1 +0,0 @@
testing

View file

@ -1 +0,0 @@
cron is updating! yay

View file

@ -1,76 +0,0 @@
<?php
// Default Web Page for groups that haven't setup their page yet
// Please replace this file with your own website
//
// $Id$
//
$headers = getallheaders();
?>
<HTML>
<HEAD>
<TITLE>QuakeForge: An Open Quake Development Project</TITLE>
<LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
</HEAD>
<BODY bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<!-- top strip -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<TR bgcolor="#ffffff">
<TD>
<SPAN class=maintitlebar>&nbsp;&nbsp;
<A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A>
</SPAN>
</TD>
</TR>
</TABLE>
<!-- end top strip -->
<!-- top title table -->
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="#ffffff" valign="center">
<TR>
<TD background="http://sourceforge.net/images/binary-code.gif">
<A href="http://www.valinux.com/">
<IMG src="http://sourceforge.net/images/va-btn-small-light.png" align="right" alt="VA Linux Systems" hspace="5" vspace="7" border=0 width="136" height="40"> </A>
<A href="http://sourceforge.net/">
<IMG src="http://sourceforge.net/images/anvil.gif" vspace="5" hspace="5" border=0 width="97" height="75">
<IMG src="http://sourceforge.net/images/sourceforge.gif" alt="SourceForge" vspace="10" hspace="0" border=0 width="227" height="70"></A>
</TD>
</TR>
<TR>
<TD bgcolor="#ffffff">
<IMG src="http://sourceforge.net/images/blank.gif" height="4" width="1" border=0>
</TD>
</TR>
</TR>
</TABLE>
<!-- end top title table -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#ffffff" align="center">
<TR>
<TD>
<CENTER><BR>
<br><br>
DOS/win9x/winnt files:
<br><br>
For Win95/98/NT users, grab <a href="http://www.midasoft.com/ftp/mkt/mkts.zip">KoalaTerm</a> from
Midasoft in zip form. This is a terminal (telnet style) program that
allows you to SSH into your shell1.sourceforge.net account. Remember use
SSH1 terminal type only when connecting.<br><br>
There is a port of unix cvs, ssh and scp to Win9x/NT (console only) <a href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html#sshnt">here.</a>
<br><br>
Grab my <a href="ftp://quake.sourceforge.net/pub/quake/files/sscp.bat">batch script</a> to make using the unix port of scp with sourceforge easier.
<br><br>
You can find WinCVS and MacCVS <a href="http://www.wincvs.org/">here</a>.
<br><br>
Some useful gnu tools for Win9x/NT users<a href="ftp://ftp.fe.up.pt/pub/Projectos/em96115/gnu-win32/misc/"> are here.</a>
<br><br>
Cygnus GNU GCC Environment for Win32<a href="http://sourceware.cygnus.com/cygwin/"> is here</a>
<br><br>
Win95/98 doesn't support SSL *at all*, no browser will work, MS might have a fix for this try their update page.
<br><br>
</CENTER>
</TD>
</TR>
</TABLE>