Yeah, yeah, bite me. :)

This commit is contained in:
Jeff Teunissen 2000-07-18 17:29:44 +00:00
parent 0d5fca8618
commit f70766693d

View file

@ -42,9 +42,11 @@ where the action is!
<UL>
<LI>Source code
<? fileDownloadLink("files/newtree-current", "tar.gz tar.bz2 zip"); ?>
<LI>Win32 binaries (Made with Borland C++)
<? fileDownloadLink ("http://www.saunalahti.fi/~mipes/nt-win32-borl", "zip"); ?>
<LI>Win32 newtree binaries (Made with Microsoft VC++)
<? fileDownloadLink("files/newtree-win32-current", "zip"); ?>
<? $ftime = filemtime("files/newtree-win32-current.zip"); echo " Built from CVS on " . 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>
@ -59,8 +61,6 @@ supports single-player games, will probably discontinue support of this tree.
<UL>
<LI>Source code
<? fileDownloadLink ("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
<LI>Win32 binaries (Made with Borland C++)
<? fileDownloadLink ("http://www.saunalahti.fi/~mipes/nt-win32-borl", "zip"); ?>
<LI>Win32 binaries (Made with Microsoft VC++)
<? fileDownloadLink ("files/quakeforge-win32-current", "zip"); ?>
<? echo " Built from CVS on " . date ("M. j, g:i a", filemtime ("files/quakeforge-win32-current.zip")) . " PT"; ?>