- Added Quake2Forge to the list of downloads.

This commit is contained in:
Jamie Wilkinson 2002-09-18 05:48:56 +00:00
parent 2f0e85db9d
commit 7856766997

View file

@ -88,6 +88,7 @@ The reason we have so many Win32 downloads is because it's hard to compile the W
tree though.
<P>QuakeForge: Newtree, Version 0.3.0 <strong>He's dead, Jim</strong>
<!-- close the ' in the line above for emacs' syntax colouring in php mode -->
<UL>
<LI>Source code
<? fileDownloadLink ("http://download.sourceforge.net/quake/quakeforge-0.3.0", "tar.gz tar.bz2 zip"); ?>
@ -136,6 +137,19 @@ quakeforge-current instead, it's <STRONG>much</STRONG> better.
<? /* <LI>Win32 binaries [ coming soon! ] */ ?>
</UL>
<?
echo "<h4>Quake2Forge</h4>";
echo "<p>Quake2Forge is the QuakeForge port of Quake2. ";
echo "Under slow but steady development, it aims to be a portable, ";
echo "stable codebase maintaining backward compatibility with the id ";
echo "Software original";
echo "<ul>";
echo "<li>Source code";
fileDownloadLink("http://osdn.dl.sourceforge.net/sourceforge/quake/quake2-0.1", "tar.gz tar.bz2 zip");
echo "</li>";
echo "</ul>";
?>
<HR>
<H3>Older Releases</H3>