From 16df0f41619c24093c16d876007a171ab5e615af Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 21 Jul 2003 12:32:48 +0000 Subject: [PATCH] Clean up downloads page. --- files.php | 103 ++++++++++++++++-------------------------- styles/quakeforge.css | 2 +- 2 files changed, 41 insertions(+), 64 deletions(-) diff --git a/files.php b/files.php index cc60d17..3b4e0d9 100644 --- a/files.php +++ b/files.php @@ -13,13 +13,13 @@ for ($i = 0 ; $i < $count ; $i++) { if ($i == 0) { - echo '[ '; + echo '[ '; } echo '' . $extension[$i] . ' '; if (($i+1) < $count) { echo '| '; } else { - echo ']'; + echo ']'; } } @@ -32,16 +32,16 @@ if ($mode) echo '
PGP Signatures (to verify archive authenticity) '; else - echo 'PGP '; + echo ' PGP '; for ($i = 0 ; $i < $count ; $i++) { if ($i == 0) { - echo '[ '; + echo '[ '; } echo '' . $extension[$i] . ' '; if (($i+1) < $count) { echo '| '; } else { - echo ']'; + echo ']'; } } @@ -72,12 +72,12 @@ runs on, we do not provide UNIX binaries. You need to compile QuakeForge yourself. However, QuakeForge is very easy to compile once you have the following packages installed: The following are recommended:

QuakeForge, Version 0.5.2 (released 01 Oct 2002)

@@ -197,8 +173,8 @@ very few people on Windows would be able to play. :)
Note: this is an anonymous CVS-ready tree. To update, all you need to do is the following:
- cvs login    (only need this once, press enter for the password)
- cvs up       (creating ~/.cvsrc is highly recommended) + cvs login    (only need this once, press enter for the password)
+ cvs up       (creating ~/.cvsrc is highly recommended)
  • Win32 binaries (Made with MinGW (GCC) in Linux) @@ -236,9 +212,10 @@ very few people on Windows would be able to play. :)

    Are you ready to rail? Good, 'cause we sure are. -

    Quake2Forge is the Quake II engine, with a QuakeForge "flavor". -Undergoing slow but steady development, it aims to be a portable, stable code -base maintaining backward-compatibility with Id Software's version. +

    Quake2Forge is the Quake II engine, with a blast of yummy QuakeForge +flavor. Undergoing slow but steady development, it aims to be a +portable, stable code base maintaining backward-compatibility with Id +Software's version.

    Version 0.2.1 (released 06/02/03)