mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
Changed the background colour to black, combined all the devfiles to one page, aDded some other misc changes.
This commit is contained in:
parent
01f94b50fd
commit
40b0fae40d
2 changed files with 51 additions and 109 deletions
21
index.php
21
index.php
|
@ -1,23 +1,25 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>QuakeForge: An Open Quake Development Project</title>
|
<title>QuakeForge: An Open Quake Development Project</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
|
||||||
|
<meta name="description" content="User Friendly the Comic Strip">
|
||||||
|
<meta name="Author" content="Chase Hargraves">
|
||||||
</head>
|
</head>
|
||||||
|
<body text="#ffffff" bgcolor="#000000" link="#ff0000" vlink="#aa0000" alink="#ffffff">
|
||||||
<body bgcolor="#ffffff" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
|
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<img src="images/qflogo.png" border="0"><img src="images/qfproject.png" border="0">
|
<img src="images/qflogoblack.png" border="0"><img src="images/qfproject2.png" border="0">
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
|
|
||||||
<table BORDER="0" COLS="0" WIDTH="750" align="center">
|
<table BORDER="0" COLS="0" WIDTH="750" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td WIDTH="85" valign="top">
|
<td WIDTH="100" valign="top">
|
||||||
<b><font size="+1">News</font></b>
|
<b><font size="+1">News</font></b>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<b>2000-1-7</b>: <a href="http://sourceforge.net/survey/survey.php?group_id=882&survey_id=10062">Vote in this survey for the new Quake(R) and QuakeWorld(R) engine names</a>.<br>
|
<b>2000-1-7</b>: <a href="http://sourceforge.net/survey/survey.php?group_id=882&survey_id=10062">Vote in this survey for the new Quake(R) and QuakeWorld(R) engine name</a>.<br>
|
||||||
<br><b>2000-1-6</b>: **Critical** download, grab our GPL'd mdfour replacement for the proprietary md4 code accidently left in the q1source release: <a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.zip">zip</a>/<a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.tar.gz">tar.gz</a>
|
<br><b>2000-1-6</b>: **Critical** download, grab our GPL'd mdfour replacement for the proprietary md4 code accidently left in the q1source release: <a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.zip">zip</a>/<a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.tar.gz">tar.gz</a>
|
||||||
<br><br>
|
<br><br>
|
||||||
</td>
|
</td>
|
||||||
|
@ -61,13 +63,8 @@
|
||||||
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/quake_sw.tar.gz">quake_sw.tar.gz</a> (This tarball contains the shareware quake unpacked already).
|
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/quake_sw.tar.gz">quake_sw.tar.gz</a> (This tarball contains the shareware quake unpacked already).
|
||||||
|
|
||||||
<p><b><u>Files to help use SourceForge and develop on our project</u></b>
|
<p><b><u>Files to help use SourceForge and develop on our project</u></b>
|
||||||
<br><a href="nixfiles.php">Linux/*BSD/UNIX</a>
|
<br><a href="devfiles.php">Development tools for various OS's</a>
|
||||||
<br><a href="winfiles.php">DOS/Win9x/NT</a>
|
<br><a href "ftp://quake.sourceforge.net/pub/quake/files/pak-0.2.2.tar.gz">pak-0.2.2.tar.gz</a>: This is Taniwha's replacement pak util, it's in a more usable state, supports tar's c, x, v, t and f (ignored) options, and works (mostly) as expected.
|
||||||
<br><a href="befiles.php">BeOS</a>
|
|
||||||
<br><a href="macfiles.php">MacOS</a>
|
|
||||||
<br><a href="os2files.php">OS/2</a>
|
|
||||||
|
|
||||||
<p><a href "ftp://quake.sourceforge.net/pub/quake/files/pak-0.2.2.tar.gz">pak-0.2.2.tar.gz</a>: This is Taniwha's replacement pak util, it's in a more usable state, supports tar's c, x, v, t and f (ignored) options, and works (mostly) as expected.
|
|
||||||
<br><br>
|
<br><br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
139
progress.php
139
progress.php
|
@ -1,108 +1,53 @@
|
||||||
<?php
|
<html>
|
||||||
// Default Web Page for groups that haven't setup their page yet
|
<head>
|
||||||
// Please replace this file with your own website
|
<title>QuakeForge: An Open Quake Development Project</title>
|
||||||
//
|
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
|
||||||
// $Id$
|
<meta name="description" content="User Friendly the Comic Strip">
|
||||||
//
|
<meta name="Author" content="Chase Hargraves">
|
||||||
$headers = getallheaders();
|
</head>
|
||||||
?>
|
<body text="#ffffff" bgcolor="#000000" link="#ff0000" vlink="#aa0000" alink="#ffffff">
|
||||||
<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 -->
|
<center>
|
||||||
|
<img src="images/qflogosmallblack.png" border="0"><img src="images/progress.png" border="0">
|
||||||
|
</center>
|
||||||
|
<br><br><br><br>
|
||||||
|
|
||||||
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
|
<table border="0" cols="0" width="750" align="center">
|
||||||
<TR bgcolor="#ffffff">
|
<tr>
|
||||||
<TD>
|
<td>
|
||||||
<SPAN class=maintitlebar>
|
Linux 100%<br>
|
||||||
<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>
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
</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>
|
|
||||||
<BR>
|
|
||||||
<br><br>
|
|
||||||
Progress indicators.<br><br>
|
|
||||||
<!-- one * is 10%
|
|
||||||
|
|
||||||
[]'s enclose the *'s
|
|
||||||
|
|
||||||
spaces are used to denote missing *'s
|
|
||||||
|
|
||||||
there are ten locations equaling 100% between the []
|
|
||||||
|
|
||||||
less than 20% is Poor Support.
|
|
||||||
|
|
||||||
less than 50% is It works, kinda.
|
|
||||||
|
|
||||||
less than 80% is Satisfactory
|
|
||||||
|
|
||||||
less than 100% is Excellent.
|
|
||||||
-->
|
|
||||||
|
|
||||||
Linux 100%<br>
|
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
|
||||||
<br><br>
|
<br><br>
|
||||||
Excellent support.
|
Excellent support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
Irix 85%<br>
|
Irix 85%<br>
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
Satisfactory support.
|
Satisfactory support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
FreeBSD 60%<br>
|
FreeBSD 60%<br>
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
Support being applied.<br>
|
Support being applied.<br>
|
||||||
Darius has supplied a patch, 80% when finished.
|
Darius has supplied a patch, 80% when finished.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
Solaris 90%<br>
|
Solaris 90%<br>
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
Excellent.
|
Excellent.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
Aix 85%<br>
|
Aix 80%<br>
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
Satisfactory support.
|
Satisfactory support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
DOS 12%<br>
|
DOS 10%<br>
|
||||||
<img src="pb.png"><br><img src="helpus.png">
|
<img src="images/pb.png"><br><img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
We THINK it works. Meaning, we also think it might
|
We THINK it works. Meaning, we also think it might
|
||||||
be broken. We have no way of testing it. We need a maintainer for this. It
|
be broken. We have no way of testing it. We need a maintainer for this. It
|
||||||
|
@ -110,46 +55,46 @@ $headers = getallheaders();
|
||||||
www.delorie.com/djgpp/ and djgpp if you want to play with it.
|
www.delorie.com/djgpp/ and djgpp if you want to play with it.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
Win98 50%<br>
|
Win95/98 50%<br>
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
<br><img src="helpus.png">
|
<br><img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
Support Broken<br>We need help with win32 support!
|
Support Broken<br>We need help with win32 support!
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
WinNT 50%<br>
|
WinNT 50%<br>
|
||||||
<img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png"><img src="pb.png">
|
<img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png"><img src="images/pb.png">
|
||||||
<br><img src="helpus.png">
|
<br><img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
I suppose it's as well supported as win98.
|
I suppose it's as well supported as win98.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
Amiga 0%<br>
|
Amiga 0%<br>
|
||||||
<img src="helpus.png">
|
<img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
No support.
|
No support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
BeOS 0%<br>
|
BeOS 0%<br>
|
||||||
<img src="helpus.png">
|
<img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
No support.
|
No support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
MacOS 0%<br>
|
MacOS 0%<br>
|
||||||
<img src="helpus.png">
|
<img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
No support.
|
No support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
OS/2 0%<br>
|
OS/2 0%<br>
|
||||||
<img src="helpus.png">
|
<img src="images/helpus.png">
|
||||||
<br><br>
|
<br><br>
|
||||||
No Support.
|
No Support.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<br><br>
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
</TD>
|
<br><br><br>
|
||||||
</TR>
|
|
||||||
</TABLE>
|
|
Loading…
Reference in a new issue