mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-07 16:01:02 +00:00
a few more files.php tweaks
This commit is contained in:
parent
18d6e5f683
commit
45cc8b87e0
1 changed files with 7 additions and 6 deletions
13
files.php
13
files.php
|
@ -31,19 +31,20 @@ sometimes make revisions of the stable branch to fix known bugs.
|
||||||
|
|
||||||
<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 ready
|
<P>QuakeForge 0.1 is our initial offering to the public. It's not really for
|
||||||
for end users at this point, but it is quite stable.
|
end-users, but served as a proof of concept that the Quake and QuakeWorld
|
||||||
|
trees are more closely related than initial look would indicate.
|
||||||
|
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Download source <? fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
<LI>Download source <? fileDownloadLink("http://download.sourceforge.net/quake/quakeforge-0.1.1", "tar.gz tar.bz2 zip"); ?>
|
||||||
<LI>Download binaries (no binaries have been released of this version)
|
<LI>Download binaries (no binaries have been released of this version)
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<p>
|
<P>
|
||||||
<H4>CVS Snapshots (updated daily)</H4>
|
<H4>QuakeForge Development Snapshots (updated daily)</H4>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Download source <? fileDownloadLink("files/qf-current-snapshot", "tar.gz tar.bz2 zip"); ?>
|
<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/">homepage</A> ]
|
<LI>Win32 binaries (Borland) [ <A href="http://personal.inet.fi/cool/quake1/">page</A> ]
|
||||||
<LI>Win32 binaries (Microsoft) <? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
<LI>Win32 binaries (Microsoft) <? fileDownloadLink("files/quakeforge-win32-current", "zip"); ?>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
|
@ -60,7 +61,7 @@ for end users at this point, but it is quite stable.
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<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