aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 21:38:44 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 21:38:44 +0000
commitc824eff2dcd4712e1418cc0c5bc6f93f98c1f474 (patch)
tree70eb72902ab98bb688a3216d12835a4f27163446 /web
parent4f80e267dac20e49e9cbcf9275796f054b6aae2a (diff)
downloadioquake3-aero-c824eff2dcd4712e1418cc0c5bc6f93f98c1f474.tar.gz
ioquake3-aero-c824eff2dcd4712e1418cc0c5bc6f93f98c1f474.zip
Make validator link check current page.
Tweak CSS a tiny bit. Make OpenAL sound more better. git-svn-id: svn://svn.icculus.org/quake3/trunk@285 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web')
-rw-r--r--web/include/home.php3
-rw-r--r--web/index.php3
-rw-r--r--web/ioq3.css3
3 files changed, 5 insertions, 4 deletions
diff --git a/web/include/home.php b/web/include/home.php
index cb21329..26f5f77 100644
--- a/web/include/home.php
+++ b/web/include/home.php
@@ -28,7 +28,8 @@ on the <a href="?page=status">Status</a> section.</p>
<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>
diff --git a/web/index.php b/web/index.php
index e74c8c2..a8ab122 100644
--- a/web/index.php
+++ b/web/index.php
@@ -31,7 +31,8 @@ foreach ($navlist as $file => $alias) {
</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>
diff --git a/web/ioq3.css b/web/ioq3.css
index 8177e15..8b2d15c 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -17,7 +17,6 @@ body, html {
background-color: transparent;
color: #4d4d4d;
border-top: 1px dashed #222;
- padding-top: .3em;
font-size: .8em;
padding: .35em;
}
@@ -98,7 +97,7 @@ caption {
}
th {
- text-align: left;
+ text-align: left;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
padding: .5em;