*** empty log message ***

This commit is contained in:
Jeff Teunissen 2001-10-17 05:46:43 +00:00
parent 19f269050c
commit f506b7c7f1
13 changed files with 94 additions and 92 deletions

View file

@ -1,7 +1,8 @@
<? // Preamble
$pageName = "About QuakeForge";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
$currPage = "about"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<!--SEARCHME-->
<P>QuakeForge is a 3D graphics game engine based on id Software's legendary
@ -27,5 +28,5 @@ features, and improving the OpenGL renderer. And QuakeForge is still the most
portable source tree based on the id Software code.
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
require "parts/postamble.php"; // Finish this sucker up
?>

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "Developer Tools";
$focused = "none"; // Dock icon name to gets a border
$currPage = "devtools"; // Name of the page, for the menu
require("parts/preamble.php"); // Load most of document
?>
<!--SEARCHME-->

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "Documentation";
$focused = "none"; // Dock icon name to gets a border
$currPage = "docs"; // Name of the page, for the menu
require("parts/preamble.php"); // Load most of document
?>

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "Files";
$focused = "none"; // Dock icon name to get a border
$currPage = "files"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "News";
$focused = "home"; // Dock icon name to get a border
$currPage = "home"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<!--SEARCHME-->

View file

@ -1,59 +0,0 @@
<? // Preamble
$pageName = "Mailing Lists";
$focused = "none"; // Dock icon name to get a border
require "parts/preamble.php"; // Load most of document
?>
<!--SEARCHME-->
<?
function mailListLinks ($listName)
{
$infoUrl = 'http://lists.sourceforge.net/mailman/listinfo/';
$archiveUrl = 'http://www.geocrawler.com/redir-sf.php3?list=';
echo '[ ';
echo '<A href="' . $infoUrl . $listName . '/">info</A>';
echo ' | ';
echo '<A href="' . $archiveUrl . $listName . '">archives</A>';
echo ' ]';
}
?>
The QuakeForge Project has several email lists, which we use to keep in touch
with each other and the community. This page is a list of them.
<H4>QuakeForge Announcements <? mailListLinks ('quake-announce'); ?></H4>
<P>From time to time, the QuakeForge team make announcements. This, along with
the development list, is where they are sent. If you want to know about them,
subscribe here.
<H4>QuakeForge Bugs <? mailListLinks ('quake-bugs'); ?></H4>
<P>We hate to admit it, but even our code sometimes has bugs in it. This mailing
list is for discussing those bugs. Also, the QuakeForge bug-tracking system
sends mail to this list whenever the bug database is updated.
<H4>QuakeForge CVS Updates <? mailListLinks ('quake-cvs'); ?></H4>
<P>If you would like to get an email every time something happens in the
QuakeForge CVS, subscribe to this mailing list. Because a mail is sent out
every time any file is changed, this list tends to be pretty high-traffic. Each
email contains a list of files changed, and what was changed.
<H4>QuakeForge Development <? mailListLinks ('quake-devel'); ?></H4>
<P>This is where the main development work is discussed. Tempers run high
occasionally, and technical discussion is the order of the day. If you are
interested in helping, have a patch, or are concerned with the direction the
development is taking, this is the place you want to be.
<H4>QuakeForge User Discussion <? mailListLinks ('quake-user'); ?></H4>
<P>If you are more interested in playing the game than talking about development
stuff, you want to be here. Many of the QuakeForge developers are here, and
aside from our IRC channel, this is the closest thing to a tech support hotline
that we have. There may also be discussion between players here.
<!--NOSEARCH-->
<?
require "parts/postamble.php"; // Finish this sucker up
?>

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "News Archives";
$focused = "none"; // Dock icon name to get a border
$currPage = "news"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<?

View file

@ -4,9 +4,54 @@
require("parts/preamble.php"); // Load most of document
?>
<!--SEARCHME-->
<CENTER>
<? include ("sponsor_incl.html"); ?>
</CENTER>
<TABLE cellSpacing="0" cellPadding="0" border="0">
<TR vAlign="middle">
<TD align="center" width="150">
<A href="http://www.idsoftware.com/"><IMG src="img/partners/id.png" border=0 alt="Id Software, Inc."></A>
</TD>
<TD align="left">
<H3>Id Software, Inc.</H3>
<P>On 30 August 1996, during a fit of unparalleled insanity, Id Software
released Quake to the world. Spawning two sequels and a nearly
uncountable number of imitations and clones, Quake was a product
that spawned an industry. Quake was the first game to include
fully-featured, real-time Internet play out of the box. Quake
is truly the father of modern online first-person gaming.
<P>What's more, Quake had the built-in ability for people to change
it. For the first time, you could not only create custom levels in
which to kill each other, but you could actually change the code
so you could kill each other in new and interesting ways.
<STRONG>:)</STRONG> Dozens, perhaps hundreds, of projects were
started to make entirely new games out of the Quake engine. Some
failed, others succeeded beyond their wildest dreams, but all of
them had fun trying.
<P>After three years of undisputed success, Id released the source
code to the Quake engine under the GNU General Public License.
This was the event that made QuakeForge and all of the other engine
modification projects possible. We all owe Id a debt of thanks, one
that many doubt can ever be completely paid. Thanks, guys.
</TD>
</TR>
<TR vAlign="middle">
<TD align="center" width="150">
<TABLE cellSpacing="0" cellPadding="0" border="0">
<TR vAlign="middle">
<TD align="center">
<A href="http://www.valinux.com/"><IMG src="img/partners/valinux2.png" border="0" alt="VA Linux Systems, Inc."></A>
<A href="http://www.sourceforge.net/"><IMG src="img/partners/sourceforge.png" border=0 alt="SourceForge"></A>
<A href="http://copyleft.net/"><IMG src="img/partners/copyleft.png" border=0 alt="Copyleft"></A>
</TD>
</TR>
</TABLE>
</TD>
<TD align="left">
<H3>VA Linux Systems, Inc.</H3>
</TD>
</TR>
</TABLE>
</TABLE>
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up

View file

@ -1,8 +1,14 @@
<!-- menus -->
<?
function menuItemLink ($url, $desc)
function menuItemLink ($name, $url, $desc)
{
echo '<A class="menus" href="' . $url . '">' . $desc . '</A><BR>';
global $currPage;
if ($name == $currPage) {
echo "<STRONG>$desc</STRONG><BR>";
} else {
echo '<A class="menus" href="' . $url . '">' . $desc . '</A><BR>';
}
}
function menuSectionHeader ($name, $fgColor , $bgColor, $intBgColor)
@ -29,43 +35,43 @@
function qfMenu ()
{
menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor);
menuItemLink ("/about.php", "About");
menuItemLink ("/", "Latest News");
menuItemLink ("/news.php", "Old News");
menuItemLink ("/documentation.php", "Documentation");
menuItemLink ("/screenshots.php", "Screenshots");
menuItemLink ("/files.php", "Downloads");
menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports");
menuItemLink ("/lists.php", "Mailing Lists");
// menuItemLink ("/board/", "Web Forum");
menuItemLink ("about", "/about.php", "About");
menuItemLink ("home", "/", "Latest News");
menuItemLink ("news", "/news.php", "Old News");
menuItemLink ("docs", "/documentation.php", "Documentation");
menuItemLink ("shots", "/screenshots.php", "Screenshots");
menuItemLink ("files", "/files.php", "Downloads");
menuItemLink ("bugs", "http://sourceforge.net/bugs/?group_id=882", "Bug Reports");
menuItemLink ("lists", "/lists/", "Mailing Lists");
// menuItemLink ("board", "/board/", "Web Forum");
menuSectionFooter ();
}
function develMenu ()
{
menuSectionHeader ("Developers", 'white', menuHeadColor, menuBgColor);
menuItemLink ("http://cvs.quakeforge.net/cgi-bin/viewcvs.cgi/quake", "Browse CVS");
menuItemLink ("/devtools.php", "Developer Tools");
menuItemLink ("/plans.php", "Developer Plans");
menuItemLink ("/progress.php", "Progress");
menuItemLink ("/sotc/", "State of the Code");
// menuItemLink ("/research/", "Research Center");
// menuItemLink ("http://sourceforge.net/patch/?group_id=882", "Patch Manager");
// menuItemLink ("http://sourceforge.net/support/?group_id=882", "Support Manager");
menuItemLink ("http://sourceforge.net/pm/?group_id=882", "Task Manager");
menuItemLink ("cvs", "http://cvs.quakeforge.net/cgi-bin/viewcvs.cgi/quake", "Browse CVS");
menuItemLink ("devtools", "/devtools.php", "Developer Tools");
menuItemLink ("plans", "/plans.php", "Developer Plans");
menuItemLink ("progress", "/progress.php", "Progress");
menuItemLink ("sotc", "/sotc/", "State of the Code");
// menuItemLink ("research", "/research/", "Research Center");
// menuItemLink ("patches", "http://sourceforge.net/patch/?group_id=882", "Patch Manager");
// menuItemLink ("support", "http://sourceforge.net/support/?group_id=882", "Support Manager");
menuItemLink ("tasks", "http://sourceforge.net/pm/?group_id=882", "Task Manager");
menuSectionFooter ();
}
function sfMenu ()
{
menuSectionHeader ("SourceForge", 'white', menuHeadColor, menuBgColor);
menuItemLink ("http://sourceforge.net/", "Homepage");
menuItemLink ("http://sourceforge.net/snippet/", "Code Snippet Library");
menuItemLink ("http://sourceforge.net/softwaremap/", "Software Map");
menuItemLink ("http://sourceforge.net/new/", "New Releases");
menuItemLink ("http://sourceforge.net/docs/site/", "Site Documentation");
menuItemLink ("http://sourceforge.net/top/", "Top Projects");
menuItemLink ("http://sourceforge.net/mirrors/", "Other Site Mirrors");
menuItemLink ("sfhome", "http://sourceforge.net/", "Homepage");
menuItemLink ("sfsnip", "http://sourceforge.net/snippet/", "Code Snippet Library");
menuItemLink ("sfswmap", "http://sourceforge.net/softwaremap/", "Software Map");
menuItemLink ("sfreleases", "http://sourceforge.net/new/", "New Releases");
menuItemLink ("sfdocs", "http://sourceforge.net/docs/site/", "Site Documentation");
menuItemLink ("sftop", "http://sourceforge.net/top/", "Top Projects");
menuItemLink ("sfmirr", "http://sourceforge.net/mirrors/", "Other Site Mirrors");
menuSectionFooter ();
}

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "Developer Plans";
$focused = "none"; // Dock icon name to gets a border
$currPage = "plans"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<!--SEARCHME-->

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "Progress";
$focused = "none"; // Dock icon name to gets a border
$currPage = "progress"; // Name of the page, for the menu
require("parts/preamble.php"); // Load most of document
?>
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">

View file

@ -1,6 +1,7 @@
<? // Preamble
$pageName = "Screenshots";
$focused = "none"; // Dock icon name to gets a border
$currPage = "shots"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
function screenshot ($name, $caption)

View file

@ -1,7 +1,8 @@
<? // Preamble
$pageName = "State of the Code";
$focused = "none"; // Dock icon name to gets a border
require("../parts/preamble.php"); // Load most of document
$currPage = "sotc"; // Name of the page, for the menu
require "../parts/preamble.php"; // Load most of document
?>
<!--SEARCHME-->
<P>The State of the Code address is a not-frequently-enough updated article