mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-21 03:01:31 +00:00
More updates.
This commit is contained in:
parent
69c7c08a17
commit
32ac67c901
1 changed files with 9 additions and 7 deletions
16
files.php
16
files.php
|
@ -42,7 +42,9 @@ where the action is!
|
|||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries
|
||||
<LI>Win32 binaries (Made with Microsoft Developer Studio)
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2-win32", "zip"); ?>
|
||||
<LI>Win32 binaries (Made with Borland C++) [ coming soon! ]
|
||||
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.2.99beta2-win32", "zip"); ?>
|
||||
</UL>
|
||||
|
||||
|
@ -53,14 +55,14 @@ where the action is!
|
|||
<LI>Win32 binaries (Made with Borland C++)
|
||||
<?
|
||||
fileDownloadLink ("files/newtree-win32-bc-current", "zip");
|
||||
$ftime = filemtime("files/newtree-win32-bc-current.zip");
|
||||
echo " Updated " . date("M. j, g:i a", $ftime) . " PT";
|
||||
$ftime = filemtime ("files/newtree-win32-bc-current.zip");
|
||||
echo " Updated " . date ("M. j, g:i a", $ftime) . " PT";
|
||||
?>
|
||||
<LI>Win32 binaries (Made with Microsoft VC++)
|
||||
<LI>Win32 binaries (Made with Microsoft Developer Studio)
|
||||
<?
|
||||
fileDownloadLink ("files/newtree-win32-current", "zip");
|
||||
$ftime = filemtime("files/newtree-win32-current.zip");
|
||||
echo " Updated " . date("M. j, g:i a", $ftime) . " PT";
|
||||
$ftime = filemtime ("files/newtree-win32-current.zip");
|
||||
echo " Updated " . date ("M. j, g:i a", $ftime) . " PT";
|
||||
?>
|
||||
</UL>
|
||||
|
||||
|
@ -75,7 +77,7 @@ is no support for QuakeWorld multiplayer protocols.
|
|||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/nuq-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries [ Coming soon! ]
|
||||
<LI>Win32 binaries [ coming soon! ]
|
||||
</UL>
|
||||
|
||||
<H4>QuakeForge Merged Tree</H4>
|
||||
|
|
Loading…
Reference in a new issue