r247 - in trunk/web: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Nov 3 01:38:00 EST 2005


Author: floam
Date: 2005-11-03 01:38:00 -0500 (Thu, 03 Nov 2005)
New Revision: 247

Modified:
   trunk/web/include/instruc.php
   trunk/web/ioq3.css
   trunk/web/newindex.php
Log:
More minor stuff


Modified: trunk/web/include/instruc.php
===================================================================
--- trunk/web/include/instruc.php	2005-11-03 05:35:00 UTC (rev 246)
+++ trunk/web/include/instruc.php	2005-11-03 06:38:00 UTC (rev 247)
@@ -1,11 +1,34 @@
-<h2>How to check out and build:</h2>
+<h2>Check out and build from Subversion</h2>
 <ol>
-	<li>Step 1</li>
-	<li>Step 2</li>
-	<li>Step 3</li>
-	<li>Step 4</li>
-	<li>Step 5</li>
-	<li>Step etc</li>
+	<li>Change into a directory that you want the tree to be kept in.</li>
+	<li>Check out the source tree:<br />
+	<span class="shell">svn co svn://svn.icculus.org/quake3/trunk quake3</span>
+	<br />
+	(You can check out a specific revision with the -r option, like this:
+	<span class="shell">svn co svn://svn.icculus.org/quake3/trunk quake3 -r100</span>)
+	</li>
+	<li>Read the <a href="http://svn.icculus.org/*checkout*/quake3/trunk/i_o-q3-readme">readme</a> file. Really. Do it.</li>
+	<li>Compile and install Quake III.
+		<ul>
+			<li><h3>Linux and friends</h3>
+				<ol>
+					<li>Change into the top level directory (it contains the
+					<span class="shell">ui</span> and <span class="shell">code</span>
+					directories.)</li>
+					<li>Run <span class="shell">make</span></li>
+					<li>Create a directory to install Quake3 into:<br />
+					<span class="shell">mkdir /usr/local/games/quake3</span></li>
+					<li>Copy 
+					
+				</ol>
+			</li>
+			<li><h3>Windows</h3>
+				<ol>
+					<li></li>
+				</ol>
+			</li>
+		</ul>
+	</li>
 </ol>
 <h2>How to submit your changes:</h2>
 <p>rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style textrules rules rules, angry zakk-style text</p>

Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css	2005-11-03 05:35:00 UTC (rev 246)
+++ trunk/web/ioq3.css	2005-11-03 06:38:00 UTC (rev 247)
@@ -27,6 +27,11 @@
 	background-color: transparent;
 }
 
+#footer a:hover {
+	color: black;
+	background-color: transparent;
+}
+
 #navigation {
 	float: right;
 	list-style: none;
@@ -35,7 +40,7 @@
 	color: black;
 	margin-top: 0;
 	padding-left: 0;
-	padding-bottom: .1em;
+	padding-bottom: .2em;
 	border-left: 1px dashed #222;
 	border-bottom: 1px dashed #222;
 }
@@ -69,6 +74,13 @@
 	font-size: 1.25em;
 }
 
+h3 {
+	color: #440000;
+	background-color: transparent;
+	font-size: 1em;
+	margin: .5em 0 .5em 0;
+}
+
 img {
 	border: 0;
 }

Modified: trunk/web/newindex.php
===================================================================
--- trunk/web/newindex.php	2005-11-03 05:35:00 UTC (rev 246)
+++ trunk/web/newindex.php	2005-11-03 06:38:00 UTC (rev 247)
@@ -29,12 +29,8 @@
 		<?php include_safe("$page.php"); ?>
 	</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://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://icculus.org">icculus.org</a>
 		<br />
 		Website Design by <a href="http://floam.sh.nu" title="floam">Aaron Gyes</a>




More information about the quake3-commits mailing list