Updated files page some more, to reflect new locations.

This commit is contained in:
Jeff Teunissen 2000-07-09 07:12:44 +00:00
parent 4bb7438b9c
commit e9ff7cdfdd

View file

@ -76,20 +76,15 @@ trees are more closely related than initial look would indicate.
<LI>Win32 binaries [ not available ]
</UL>
<H4>Quake Shareware files </H4>
<A href="files/quake106.zip">Quake v1.06</A>
<?
$size = filesize("files/quake106.zip"); $size /= 1024;
echo '(' . round($size) . ' KB)<BR>';
?>
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz</A> paks only
<?
$size = filesize("files/quake_sw.tar.gz"); $size /= 1024;
echo '(' . round($size) . ' KB)<BR>';
?>
<H4>Miscellaneous Files</H4>
Grab taniwha's pak util replacement <a href="http://www.taniwha.org/">here.</A>
<UL>
<LI>Quake Shareware
<? 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"); ?>
</LI>
</UL>
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up