From bc5d0b1487a4673d6cb8b00eb20752112ce9e571 Mon Sep 17 00:00:00 2001 From: floam Date: Sat, 11 Mar 2006 08:05:32 +0000 Subject: Rearrange the Get page a bit. git-svn-id: svn://svn.icculus.org/quake3/trunk@630 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/get.php | 51 +++++++++++++++++++++++++++++------------------- web/include/thebrain.php | 2 +- 2 files changed, 32 insertions(+), 21 deletions(-) diff --git a/web/include/get.php b/web/include/get.php index 1f78d34..d95a39e 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -3,24 +3,35 @@ icculus.org/quake3 packaged for a few Operating Systems or build it yourself fro

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!

-

Prerequisites

+

Sanctioned Installers

+

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.

-

Using packages for your Operating System

If you're lucky your Operating System provider or someone else using it may have already -done all of the work for you.

+done all of the work for you. Please report problems with these to those who are +guilty.

Check out and build from Subversion

+

Prerequisites

+

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