From bc5d0b1487a4673d6cb8b00eb20752112ce9e571 Mon Sep 17 00:00:00 2001
From: floam 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! 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. Ludwig "Angst" Nussel works on this project and provides
+
+ installers and RPM packages. The installers are based upon
+ loki-setup, and the RPM packages should work on any glibc
+ 2.3 distribution. Coming soon. If you're lucky your Operating System provider or someone else using it may have already
-done all of the work for you.Prerequisites
+Sanctioned Installers
+
-
-
Windows
+ Linux installer
+ Mac OS X (Intel & Power)
+ Using packages for your Operating System
There is a - Windows installer by Philip Nelson.
-Firstly, we have packages for the i386 and amd64 versions of Ubuntu and Debian Linux, thanks to @@ -53,16 +64,16 @@ done all of the work for you.
emerge quake3 to get a recent snapshot of our Subversion repository.Ludwig "Angst" Nussel works on this project and provides - - installers and RPM packages. The installers are based upon - loki-setup, and the RPM packages should work on any glibc - 2.3 distribution.
-This part assumes Windows users are using Cygwin. If you aren't, TortoiseSVN is a good client.
diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 58a97b6..a89775c 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 = "\n"; } $content_type = "application/xml"; } -- cgit v1.2.3