r285 - in trunk/web: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 5 16:38:44 EST 2005


Author: floam
Date: 2005-11-05 16:38:44 -0500 (Sat, 05 Nov 2005)
New Revision: 285

Modified:
   trunk/web/include/home.php
   trunk/web/index.php
   trunk/web/ioq3.css
Log:
Make validator link check current page.
Tweak CSS a tiny bit.
Make OpenAL sound more better.



Modified: trunk/web/include/home.php
===================================================================
--- trunk/web/include/home.php	2005-11-05 19:28:49 UTC (rev 284)
+++ trunk/web/include/home.php	2005-11-05 21:38:44 UTC (rev 285)
@@ -28,7 +28,8 @@
 <p>Current goals for 1.34 (<acronym title="Subversion">SVN</acronym> is 1.33, the last
 id build was 1.32) include:</p>
 <ul>
-	<li><a href="http://www.openal.org/">OpenAL</a> support</li>
+	<li><a href="http://www.openal.org/">OpenAL</a> support. This should make surround
+	sound possible.</li>
 	<li>Binaries for Windows XP and Mac OS X at release. Linux will just get a source
 	package unless somebody feels inclined to set up a new installer.</li>
 	<li>Remove DirectX from <acronym title="Microsoft Visual C++">MSVC</acronym>

Modified: trunk/web/index.php
===================================================================
--- trunk/web/index.php	2005-11-05 19:28:49 UTC (rev 284)
+++ trunk/web/index.php	2005-11-05 21:38:44 UTC (rev 285)
@@ -31,7 +31,8 @@
 	</div>
 	<div id="footer">
 		<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://icculus.org/quake3/ioq3.css">Valid CSS</a> |
-		<a href="http://validator.w3.org/check?uri=http://icculus.org/quake3">Valid XHTML</a> |
+		<a href="http://validator.w3.org/check?uri=http://icculus.org/quake3<?php
+echo $_SERVER['REQUEST_URI'];?>">Valid XHTML</a> |
 		<a href="http://icculus.org">icculus.org</a>
 		<br />
 		Website Design by <a href="http://floam.sh.nu" title="floam">Aaron Gyes</a>

Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css	2005-11-05 19:28:49 UTC (rev 284)
+++ trunk/web/ioq3.css	2005-11-05 21:38:44 UTC (rev 285)
@@ -17,7 +17,6 @@
 	background-color: transparent;
 	color: #4d4d4d;
 	border-top: 1px dashed #222;
-	padding-top: .3em;
 	font-size: .8em;
 	padding: .35em;
 }
@@ -98,7 +97,7 @@
 }
 
 th {
-	text-align:	left;
+	text-align: left;
 	border-bottom: 1px solid #666;
 	border-right: 1px solid #666;
 	padding: .5em;




More information about the quake3-commits mailing list