diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-01 00:37:38 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-01 00:37:38 +0000 |
commit | 819029e6e1b97acfbee01a39e006c647032be114 (patch) | |
tree | ec56c903e799f249e1f34703139c10caf545c8b8 | |
parent | a7497982fb6c2bbe916daecefaa33b7519ea2d24 (diff) | |
download | ioquake3-aero-819029e6e1b97acfbee01a39e006c647032be114.tar.gz ioquake3-aero-819029e6e1b97acfbee01a39e006c647032be114.zip |
data
git-svn-id: svn://svn.icculus.org/quake3/trunk@604 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/include/get.php | 9 | ||||
-rw-r--r-- | web/include/getdata.php | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/web/include/get.php b/web/include/get.php index ab5e7b3..207ee0b 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -79,12 +79,10 @@ client.</em></p> <li>Compile and install Quake 3: <ul> <li><h3>Linux and friends</h3> - <p>Everyone else can compile it themselves</p> + <p>We all can compile it ourselves:</p> <ol> - <li>Install Quake 3 for Linux using the latest point - release installer. While the Quake3 engine is Free - Software, you still need to copy over legal PK3s like - before.</li> + <li>Agree to the EULA and grab the <a href="?page=getdata"> + updated <tt>pk3</tt> files.</li> <li>Change into the top level directory (it contains the <tt>ui</tt> and <tt>code</tt> directories.)</li> @@ -144,5 +142,4 @@ files. We mirror them for your convenience:</p> <ul> <li><a href="http://filesingularity.timedoctor.org/linuxq3apoint-1.32b-3.x86.run">Linux</a></li> <li><a href="http://filesingularity.timedoctor.org/q3pointrelease_132.exe">Windows</a></li> - <li><a href="http://filesingularity.timedoctor.org/Quake3-132.pkg.sit">Macintosh</a></li> </ul> diff --git a/web/include/getdata.php b/web/include/getdata.php index dcd9539..347a537 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -10,11 +10,11 @@ switch ($_POST['agree']) { case "I Agree": $html = "<h2>You agree!</h2> <p>Good for you. You can - <a href=\"http://www.icculus.org/~zakk/quake3-latest-pk3s.zip\"> + <a rel=\"nofollow\" href=\"http://www.icculus.org/~zakk/quake3-latest-pk3s.zip\"> download the <tt>pk3</tt>s</a> now.</p>"; break; default: - $html = "<p>Newer <tt>pk3</tt> files from id pointrelease patches + $html = "<p>Newer <tt>pk3</tt> files from id point release patches are required to play Quake III: Arena on icculus.org/quake3.</p> <h2>EULA</h2> <p>In order for us to distribute the updated pk3 files from id |