r244 - in trunk/web: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 2 23:04:12 EST 2005


Author: floam
Date: 2005-11-02 23:04:12 -0500 (Wed, 02 Nov 2005)
New Revision: 244

Modified:
   trunk/web/include/home.php
   trunk/web/include/status.php
   trunk/web/ioq3.css
Log:
More stuff


Modified: trunk/web/include/home.php
===================================================================
--- trunk/web/include/home.php	2005-11-03 03:46:09 UTC (rev 243)
+++ trunk/web/include/home.php	2005-11-03 04:04:12 UTC (rev 244)
@@ -6,7 +6,7 @@
 feverishly been cleaning up, fixing bugs of, and adding features to it. Our eventual
 goal is to have created <strong>the</strong> Quake3 source code distribution that people
 base their games and mods with their own pointy goals upon. Our focus is initially
-to get the game working with our updates on Mac OS X, Windows, and Linux. Sane new features are also welcome. Modern graphical upgrades (bloom lighting, etc) would have to be disabled by dedfault
+to get the game working with our updates on Mac OS X, Windows, and Linux. Sane new features are also welcome. Modern graphical upgrades (bloom lighting, etc) would have to be disabled by default.
 </p>
 <h2>Progress.</h2>
 <p>While a lot is on the horizon, quite a few goals have been completed already. Quake 3

Modified: trunk/web/include/status.php
===================================================================
--- trunk/web/include/status.php	2005-11-03 03:46:09 UTC (rev 243)
+++ trunk/web/include/status.php	2005-11-03 04:04:12 UTC (rev 244)
@@ -7,9 +7,9 @@
 	<li>Status is one of <em>working</em>, <em>broken</em> or <em>unknown</em>.</li>
 </ul>
 <table>
-	<caption>Working Status of Port Targets</caption>
+	<caption>Status of Port Targets</caption>
 	<tr>
-		<th scope="col">OS</th>
+		<th scope="col"><acronym title="Operating System">OS</acronym></th>
 		<th scope="col">Platform</th>
 		<th scope="col">Status</th>
 		<th scope="col"><acronym title="Last Known Working Revision">LKWR</acronym></th>
@@ -88,3 +88,9 @@
 	</tr>
 </table>
 <h2>Implemented Features</h2>
+<ul>
+	<li>SDL being used for xxx,xxx,xxx,xxx.</li>
+	<li>Colors converted to BASH colors!111</li>
+	<li>More supported platforms, see the table above.</li>
+</ul>
+<h2>Planned/Wanted features</h2>

Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css	2005-11-03 03:46:09 UTC (rev 243)
+++ trunk/web/ioq3.css	2005-11-03 04:04:12 UTC (rev 244)
@@ -3,11 +3,13 @@
 	font-size: 10pt;
 	color: black;
 	background-color: #888;
+	margin: 0;
 }
 
 #content {
 	float: left;
 	clear: left;
+	padding: 1em;
 }
 
 #footer {
@@ -28,10 +30,18 @@
 	float: right;
 	list-style: none;
 	display: inline;
+	background-color: #aaa;
+	color: black;
+	margin-top: 0;
+	padding-left: 0;
+	padding-bottom: .1em;
+	border-left: 1px dashed #222;
+	border-bottom: 1px dashed #222;
 }
 
 #navigation li {
 	display: inline;
+	padding: .2em;
 }
 
 :link, :visited {
@@ -49,6 +59,7 @@
 h1 {
 	float: left;
 	font-size: 1.75em;
+	padding-left: .5em;
 }
 
 h2 {




More information about the quake3-commits mailing list