mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
last bit of tweaking before the Big Upload .. (I hope)
This commit is contained in:
parent
b0562240da
commit
d2038fd290
1 changed files with 19 additions and 11 deletions
30
files.php
30
files.php
|
@ -29,6 +29,21 @@ the latest features, but changes rapidly as bugs are fixed and features are
|
||||||
added. Stable versions do not change significantly once released, though we
|
added. Stable versions do not change significantly once released, though we
|
||||||
sometimes make revisions of the stable branch to fix known bugs.
|
sometimes make revisions of the stable branch to fix known bugs.
|
||||||
|
|
||||||
|
<H4>QuakeForge Development Snapshots (updated daily)</H4>
|
||||||
|
|
||||||
|
<P>Our current version, in active development. If you find any bugs or other
|
||||||
|
problems, please check back here to see if a newer snapshot fixes the problem.
|
||||||
|
If we haven't fixed it, <A HREF="">please let us know</A>!
|
||||||
|
|
||||||
|
<UL>
|
||||||
|
<LI>Source code
|
||||||
|
<? fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
||||||
|
<LI>Win32 binaries (Borland C++)
|
||||||
|
[ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||||
|
<LI>Win32 binaries (Microsoft VC++)
|
||||||
|
<? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
||||||
|
</UL>
|
||||||
|
|
||||||
<H4>QuakeForge Stable release (0.1.1, released 27 Feb 2000)</H4>
|
<H4>QuakeForge Stable release (0.1.1, released 27 Feb 2000)</H4>
|
||||||
|
|
||||||
<P>QuakeForge 0.1 is our initial offering to the public. It's not really for
|
<P>QuakeForge 0.1 is our initial offering to the public. It's not really for
|
||||||
|
@ -36,18 +51,11 @@ end-users, but served as a proof of concept that the Quake and QuakeWorld
|
||||||
trees are more closely related than initial look would indicate.
|
trees are more closely related than initial look would indicate.
|
||||||
|
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Source code <? fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
<LI>Source code
|
||||||
|
<? fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
||||||
<LI>Win32 binaries [ not available ]
|
<LI>Win32 binaries [ not available ]
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<P>
|
|
||||||
<H4>QuakeForge Development Snapshots (updated daily)</H4>
|
|
||||||
<UL>
|
|
||||||
<LI>Download source <? fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
|
||||||
<LI>Win32 binaries (Borland) [ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
|
||||||
<LI>Win32 binaries (Microsoft) <? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
|
||||||
</UL>
|
|
||||||
|
|
||||||
<H4>Quake Shareware files </H4>
|
<H4>Quake Shareware files </H4>
|
||||||
<A href="files/quake106.zip">Quake v1.06</A>
|
<A href="files/quake106.zip">Quake v1.06</A>
|
||||||
<?
|
<?
|
||||||
|
@ -57,11 +65,11 @@ trees are more closely related than initial look would indicate.
|
||||||
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz</A> paks only
|
<A href="files/quake_sw.tar.gz">quake_sw.tar.gz</A> paks only
|
||||||
<?
|
<?
|
||||||
$size = filesize("files/quake_sw.tar.gz"); $size /= 1024;
|
$size = filesize("files/quake_sw.tar.gz"); $size /= 1024;
|
||||||
echo '(' . round($size) . ' KB)</A><BR>';
|
echo '(' . round($size) . ' KB)<BR>';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<H4>Miscellaneous Files</H4>
|
<H4>Miscellaneous Files</H4>
|
||||||
Grab Taniwha's pak util replacement <a href="http://www.taniwha.org/">here.</A>
|
Grab taniwha's pak util replacement <a href="http://www.taniwha.org/">here.</A>
|
||||||
<!--NOSEARCH-->
|
<!--NOSEARCH-->
|
||||||
<?
|
<?
|
||||||
require("parts/postamble.php"); // Finish this sucker up
|
require("parts/postamble.php"); // Finish this sucker up
|
||||||
|
|
Loading…
Reference in a new issue