mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
Updated files page some more, to reflect new locations.
This commit is contained in:
parent
4bb7438b9c
commit
e9ff7cdfdd
1 changed files with 8 additions and 13 deletions
21
files.php
21
files.php
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue