mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
files.php: update Borland binaries location.
members/index.php: whitespace.
This commit is contained in:
parent
5e9b05ea2e
commit
0d5fca8618
2 changed files with 23 additions and 20 deletions
23
files.php
23
files.php
|
@ -1,8 +1,9 @@
|
|||
<? // Preamble
|
||||
$pageName = "Files";
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("parts/preamble.php"); // Load most of document
|
||||
$focused = "none"; // Dock icon name to get a border
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
|
||||
<?
|
||||
function fileDownloadLink ($baseUrl, $extensions)
|
||||
{
|
||||
|
@ -29,6 +30,7 @@ the latest features, but changes rapidly as bugs are fixed and features are
|
|||
added. Stable versions do not change significantly once released, though we
|
||||
sometimes make revisions of the stable branch to fix known bugs.
|
||||
|
||||
|
||||
<H4>QuakeForge Newtree Development Snapshots (updated daily)</H4>
|
||||
|
||||
<P>Newtree is the beginning of a new way of thinking about the source tree.
|
||||
|
@ -56,14 +58,15 @@ supports single-player games, will probably discontinue support of this tree.
|
|||
|
||||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<? fileDownloadLink ("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries (Made with Borland C++)
|
||||
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||
<? fileDownloadLink ("http://www.saunalahti.fi/~mipes/nt-win32-borl", "zip"); ?>
|
||||
<LI>Win32 binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/quakeforge-win32-current.zip"); echo " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
<? fileDownloadLink ("files/quakeforge-win32-current", "zip"); ?>
|
||||
<? echo " Built from CVS on " . date ("M. j, g:i a", filemtime ("files/quakeforge-win32-current.zip")) . " PT"; ?>
|
||||
</UL>
|
||||
|
||||
|
||||
<H4>QuakeForge Stable release (0.1.1, released 27 Feb 2000)</H4>
|
||||
|
||||
<P>QuakeForge 0.1 is our initial offering to the public. It's not really for
|
||||
|
@ -72,20 +75,20 @@ trees are more closely related than initial look would indicate.
|
|||
|
||||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries [ not available ]
|
||||
</UL>
|
||||
|
||||
<H4>Miscellaneous Files</H4>
|
||||
<UL>
|
||||
<LI>Quake Shareware
|
||||
<? fileDownloadLink("files/quake-shareware", "tar.gz tar.bz2 zip"); ?>
|
||||
<? fileDownloadLink ("files/quake-shareware", "tar.gz tar.bz2 zip"); ?>
|
||||
</LI>
|
||||
<LI>PAK, GtkPAK (Packfile manager), source
|
||||
<? fileDownloadLink("files/pak-0.2.2", "tar.gz tar.bz2 zip"); ?>
|
||||
<? fileDownloadLink ("files/pak-0.2.2", "tar.gz tar.bz2 zip"); ?>
|
||||
</LI>
|
||||
</UL>
|
||||
<!--NOSEARCH-->
|
||||
<?
|
||||
require("parts/postamble.php"); // Finish this sucker up
|
||||
require "parts/postamble.php"; // Finish this sucker up
|
||||
?>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
?>
|
||||
|
||||
<?
|
||||
function infoItem($url, $desc, $longdesc)
|
||||
function infoItem ($url, $desc, $longdesc)
|
||||
{
|
||||
echo '<DL>' .
|
||||
' <DT><A href="' . $url . '"><STRONG>' . $desc . '</STRONG></A></DT>' .
|
||||
|
@ -22,31 +22,31 @@ State of the Code items here as well.
|
|||
|
||||
<P>
|
||||
<?
|
||||
tableHeader("100%", "black");
|
||||
tableHeader ("100%", "black");
|
||||
?>
|
||||
<TR vAlign="top">
|
||||
<TD align="left">
|
||||
<?
|
||||
tableBoxHeader("100%", "black", tableHeadColor);
|
||||
tableTitle("QuakeForge Developer Resources", 1, "black");
|
||||
tableBoxHeader ("100%", "black", tableHeadColor);
|
||||
tableTitle ("QuakeForge Developer Resources", 1, "black");
|
||||
?>
|
||||
<TR vAlign="top">
|
||||
<TD>
|
||||
<?
|
||||
infoItem('addnews.php', 'Post News', 'Post new news items from here.');
|
||||
infoItem('userinfo.php', 'User Info', 'Display or change your user information; Please use this when your email address, phone number, or snailmail address changes.');
|
||||
infoItem('plan.php', 'Edit "plan"', 'Update this to notify the outside world what you\'re currently working on.');
|
||||
infoItem ('addnews.php', 'Post News', 'Post new news items from here.');
|
||||
infoItem ('userinfo.php', 'User Info', 'Display or change your user information; Please use this when your email address, phone number, or snailmail address changes.');
|
||||
infoItem ('plan.php', 'Edit "plan"', 'Update this to notify the outside world what you\'re currently working on.');
|
||||
?>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
<? tableBoxFooter() ?>
|
||||
<? tableBoxFooter () ?>
|
||||
</TD>
|
||||
<? if ($userInfo[u_admin] == 'Y') { ?>
|
||||
<TD align="right">
|
||||
<?
|
||||
tableBoxHeader(featureBgColor, featureHeadColor);
|
||||
tableTitle("Administration", 1, featureHeadColor);
|
||||
tableBoxHeader (featureBgColor, featureHeadColor);
|
||||
tableTitle ("Administration", 1, featureHeadColor);
|
||||
?>
|
||||
<TR>
|
||||
<TD class="featureBox" align="right">
|
||||
|
|
Loading…
Reference in a new issue