From 20ded87c016e27f0d16251fe7d19b18690f07c05 Mon Sep 17 00:00:00 2001 From: floam Date: Tue, 14 Mar 2006 06:14:32 +0000 Subject: More download stuff. git-svn-id: svn://svn.icculus.org/quake3/trunk@639 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/downloads.php | 30 ++++++++++++++++++++++++++++++ web/include/get.php | 27 ++++++++++----------------- 2 files changed, 40 insertions(+), 17 deletions(-) create mode 100644 web/include/downloads.php (limited to 'web') diff --git a/web/include/downloads.php b/web/include/downloads.php new file mode 100644 index 0000000..0f5f5eb --- /dev/null +++ b/web/include/downloads.php @@ -0,0 +1,30 @@ + '

Windows (x86)

+

Provides latest patch pk3 data from + id. You need to copy your pak0.pk3 from the CD-ROM + when the installation process is completed.

+

+ Download, Windows x86 26MB.

Thanks to + Philip Nelson.

', + + "linux" => '

Linux (x86, x86_64, PowerPC)

+

Does not provide latest patch pk3 data. You must + download it seperately. When the + installation is complete, you need to copy your pak0.pk3 + from the CD-ROM. Execute the .run file as root with + something like sh ioquake3-version_etc.run

+

+ Download for x86, 2.7MB.

+

+ Download for x86_64, 3.4MB.

+

+ Download for PowerPC, 2.7MB.

+

( Built from Subversion revision 629. )
+ Thanks to Lugwig + Nussel.

', + + "mac" => '

Mac OS X (Intel & Power)

+

Coming soon.

' +); +?> diff --git a/web/include/get.php b/web/include/get.php index 01994d5..3165286 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -1,3 +1,4 @@ +

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!

Get icculus.org/quake3

@@ -9,28 +10,20 @@ isntaller.

  • Build from source-code
  • $desc) { + $installers .= "
  • $desc
  • \n"; +} + +$official ="

    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.

    '; + $installers +"; $unofficial = '

    Using packages for your Operating System

    If you\'re lucky your Operating System provider or someone else using it may have already -- cgit v1.2.3