r604 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 28 19:37:38 EST 2006


Author: floam
Date: 2006-02-28 19:37:38 -0500 (Tue, 28 Feb 2006)
New Revision: 604

Modified:
   trunk/web/include/get.php
   trunk/web/include/getdata.php
Log:
data


Modified: trunk/web/include/get.php
===================================================================
--- trunk/web/include/get.php	2006-03-01 00:20:46 UTC (rev 603)
+++ trunk/web/include/get.php	2006-03-01 00:37:38 UTC (rev 604)
@@ -79,12 +79,10 @@
 	<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 @@
 <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>

Modified: trunk/web/include/getdata.php
===================================================================
--- trunk/web/include/getdata.php	2006-03-01 00:20:46 UTC (rev 603)
+++ trunk/web/include/getdata.php	2006-03-01 00:37:38 UTC (rev 604)
@@ -10,11 +10,11 @@
 	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




More information about the quake3-commits mailing list