r612 - in trunk/web: . include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Mar 3 01:00:56 EST 2006
Author: floam
Date: 2006-03-03 01:00:54 -0500 (Fri, 03 Mar 2006)
New Revision: 612
Modified:
trunk/web/include/getdata.php
trunk/web/include/status.php
trunk/web/ioq3.css
Log:
Make getdata page pass XHTML validation and add links to status
Modified: trunk/web/include/getdata.php
===================================================================
--- trunk/web/include/getdata.php 2006-03-03 05:49:34 UTC (rev 611)
+++ trunk/web/include/getdata.php 2006-03-03 06:00:54 UTC (rev 612)
@@ -20,7 +20,6 @@
<p>In order for us to distribute the updated pk3 files from id
Software, you need to agree to their EULA. Read through it, then click Agree if
you Agree.</p>
-<p>
<pre>
LIMITED USE SOFTWARE LICENSE AGREEMENT
@@ -243,9 +242,8 @@
THIS AGREEMENT.
</pre>
<form method=\"post\" action=\"?page=getdata\">
- <input type=\"submit\" id=\"agree\" name=\"agree\" value=\"I Agree\" />
- <input type=\"submit\" id=\"agree\" name=\"agree\" value=\"I Do Not Agree\" />
-</form>
-</p>";
+ <input type=\"submit\" name=\"agree\" value=\"I Agree\" />
+ <input type=\"submit\" name=\"agree\" value=\"I Do Not Agree\" />
+</form>";
}
echo $html;
Modified: trunk/web/include/status.php
===================================================================
--- trunk/web/include/status.php 2006-03-03 05:49:34 UTC (rev 611)
+++ trunk/web/include/status.php 2006-03-03 06:00:54 UTC (rev 612)
@@ -115,14 +115,14 @@
<li><a href="http://www.openal.org/">OpenAL</a> support for sound. Surround
sound supported.</li>
<li>AVI video capture of demos.</li>
- <li>Ogg Vorbis support.</li>
+ <li><a href="http://www.vorbis.com/">Ogg Vorbis</a> support.</li>
<li><a href="http://libsdl.org" title="Simple DirectMedia Layer">SDL</a> being used
for input, OpenGL context management, and sound. Though not on Windows yet.</li>
<li>Colors converted to ANSI escape codes in terminal output.
(set <tt>ttycon_ansicolor</tt> to 1 to enable this.)</li>
<li>Much improved autocompletion on the console.</li>
<li>Persistent console history.</li>
- <li>Much improved QVM tools.</li>
+ <li>Much improved <acronym title="Quake Virtual Machine">QVM</acronym> tools.</li>
<li>MinGW compilation support on Windows and cross-compilation on Linux</li>
<li>More supported platforms, see the table above.</li>
<li>Lots and lots of bug fixes.</li>
@@ -138,8 +138,8 @@
<a href="http://www.urbanterror.net/">Urban Terror</a>,
<a href="http://www.rq3.com/">Reaction Quake 3</a>, or any other popular
modification that puts the engine through it's paces.</li>
- <li>An installer which includes all up-to-date id <tt>pk3</tt>
- files, requires original CD-ROM. Users will need to copy the
+ <li>An installer which includes all <a href="?page=getdata">to-date id <tt>pk3</tt>
+ files</a>, requires original CD-ROM. Users might need to copy the
<tt>pak0.pk3</tt> file themselves.</li>
</ol>
Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css 2006-03-03 05:49:34 UTC (rev 611)
+++ trunk/web/ioq3.css 2006-03-03 06:00:54 UTC (rev 612)
@@ -112,7 +112,7 @@
padding: .2em;
}
-p {
+form, pre, p {
margin: .5em 1em .5em 1em;
text-align: justify;
}
More information about the quake3-commits
mailing list