From 1d1bfa6b7df033ba705882e63e10201350df1ac9 Mon Sep 17 00:00:00 2001
From: floam We have not yet had an official release. Nonetheless, you can still get
-icculus.org/quake3 packaged for a few Operating Systems or build it yourself from Subversion. The Quake 3 engine is open source, this does not
mean that Quake 3 Arena the game is free. You must purchase the game to use the data! There are three methods of installation. The preffered way is to use an official
+isntaller. We have provided installers for the most popular platforms icculus.org/quake3
supports. These have been tested, and if they do not work you can report bugs to us
about them. There is a
Windows installer by Philip Nelson.
Installers for Linux are provided by Ludwig Nussel, a developer of
this project. The installers are based upon loki-setup. Coming soon. If you're lucky your Operating System provider or someone else using it may have already
+';
+
+$unofficial = ' If you\'re lucky your Operating System provider or someone else using it may have already
done all of the work for you. Please report problems with these to those who are
guilty.Get icculus.org/quake3
+
-Windows
+ Windows
Linux (x86, x86_64, ppc)
+ Linux (x86, x86_64, ppc)
Mac OS X (Intel & Power)
+ Mac OS X (Intel & Power)
Using packages for your Operating System
-Using packages for your Operating System
+
@@ -61,18 +69,19 @@ guilty.
Gentoo users can just emerge quake3 to get a recent snapshot of our Subversion repository.
- +'; -This part assumes Windows users are using Cygwin. -If you aren't, TortoiseSVN is a good +If you aren\'t, TortoiseSVN is a good client.
After you've done all of that, you can double click +
After you\'ve done all of that, you can double click on the .app file, or change to the /Applications/Quake3/ directory in a terminal and run the binary. @@ -143,12 +152,20 @@ client.
The id software patches are still needed before installing -this project because they contain updated .pk3 -files. We mirror them for your convenience:
- +'; + +switch ($_GET['method']){ + case "official": + echo $official; + break; + case "unofficial": + echo $unofficial; + break; + case "source": + echo $source; + break; + default: + echo $official; + break; +} +?> diff --git a/web/include/thebrain.php b/web/include/thebrain.php index a89775c..6b95b61 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -5,7 +5,7 @@ if ((strpos($_SERVER['HTTP_ACCEPT'], "application/xhtml+xml")) || ($ua->parent elseif ((strpos($_SERVER['HTTP_ACCEPT'], "application/xml")) || ($ua->browser == "IE" && $ua->version >= 6)) { if ($ua->browser == "IE") { - $extradoctype = "\n"; + $extradoctype = ""; } $content_type = "application/xml"; } -- cgit v1.2.3