let's try this

This commit is contained in:
Dan Olson 2000-04-17 00:40:37 +00:00
parent a395ebd597
commit 62592c8355

View file

@ -30,22 +30,22 @@
<? $ftime = filemtime("files/qf-current-snapshot.tar.gz");
print ("(" . date("M. j, g:i a", $ftime) . " PT)"); ?></h4>
<a href="files/qf-current-snapshot.tar.gz">qf-current-snapshot.tar.gz
<? $size = filesize("files/qf-current-snapshot.tar.gz"); $size /= 1024 ;
print ("(". $size ."K"); ?></a>
<? $size = filesize("files/qf-current-snapshot.tar.gz"); $size /= 1048576 ;
print ("(". round($size) ."MB)"); ?></a>
<br><a href="files/qf_current_snapshot.tar.bz2">qf_current_snapshot.tar.bz2
<? $size = filesize("files/qf-current-snapshot.tar.bz2"); $size /= 1024 ;
print ("(". $size ."K"); ?></a>
<? $size = filesize("files/qf-current-snapshot.tar.bz2"); $size /= 1048576 ;
print ("(". round($size) ."MB)"); ?></a>
<br><a href="files/qf_current_snapshot.zip">qf_current_snapshot.zip
<? $size = filesize("files/qf_current_snapshot.zip"); $size /= 1024 ;
print ("(". $size ."K"); ?></a>
<? $size = filesize("files/qf_current_snapshot.zip"); $size /= 1048576 ;
print ("(". round($size) ."MB)"); ?></a>
<h4>QuakeForge Win32 binaries</h4>
Compiled from CVS on
<? $f2time = filemtime("files/quakeforge-win32-current.zip");
print (date("M. j, g:i a", $f2time) . " PT"); ?><br><br>
<a href="files/quakeforge-win32-current.zip">
quakeforge-win32-current.zip
<? $size = filesize("files/quakeforge-win32-current.zip"); $size /= 1024 ;
print ("(". $size ."K"); ?></a>
<? $size = filesize("files/quakeforge-win32-current.zip"); $size /= 1048576 ;
print ("(". round($size) ."MB)"); ?></a>
<h4>Quake Shareware files</h4>
<a href="files/quake106.zip">Quake v1.06 (8.7MB)</a>
<br><a href="files/quake_sw.tar.gz">quake_sw.tar.gz (8.7MB)</a>