mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 07:00:49 +00:00
- Added Quake2Forge to the list of downloads.
This commit is contained in:
parent
2f0e85db9d
commit
7856766997
1 changed files with 14 additions and 0 deletions
14
files.php
14
files.php
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue