mirror of
https://git.code.sf.net/p/quake/website
synced 2025-05-31 09:21:30 +00:00
Updated for new snapshot filenames
This commit is contained in:
parent
f9de249069
commit
4bb7438b9c
1 changed files with 5 additions and 5 deletions
10
files.php
10
files.php
|
@ -38,11 +38,11 @@ to keep it as bug-free as possible. Development is fast and furious, here's
|
||||||
where the action is!
|
where the action is!
|
||||||
|
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Souce code
|
<LI>Source code
|
||||||
<? fileDownloadLink("files/qf-newtree-current-snapshot", "zip"); ?>
|
<? fileDownloadLink("files/newtree-current", "tar.gz tar.bz2 zip"); ?>
|
||||||
<LI>Win32 newtree binaries (Made with Microsoft VC++)
|
<LI>Win32 newtree binaries (Made with Microsoft VC++)
|
||||||
<? fileDownloadLink("files/quakeforge-newtree-win32-current", "zip"); ?>
|
<? fileDownloadLink("files/newtree-win32-current", "zip"); ?>
|
||||||
<? $ftime = filemtime("files/quakeforge-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 " Built from CVS on " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ supports single-player games, will probably discontinue support of this tree.
|
||||||
|
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Source code
|
<LI>Source code
|
||||||
<? fileDownloadLink("files/qf-current-snapshot", "zip"); ?>
|
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||||
<LI>Win32 binaries (Made with Borland C++)
|
<LI>Win32 binaries (Made with Borland C++)
|
||||||
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||||
<LI>Win32 binaries (Made with Microsoft VC++)
|
<LI>Win32 binaries (Made with Microsoft VC++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue