aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 06:38:00 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 06:38:00 +0000
commit4fcb2180428ac96b603b888b21c54412dc9db4e8 (patch)
treea8e4ed90c43994de67e3e7347e97dce98e15246c
parent312d1cbd673b3fdd7546f65be6361a2733d31e65 (diff)
downloadioquake3-aero-4fcb2180428ac96b603b888b21c54412dc9db4e8.tar.gz
ioquake3-aero-4fcb2180428ac96b603b888b21c54412dc9db4e8.zip
More minor stuff
git-svn-id: svn://svn.icculus.org/quake3/trunk@247 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--web/include/instruc.php37
-rw-r--r--web/ioq3.css14
-rw-r--r--web/newindex.php8
3 files changed, 45 insertions, 14 deletions
diff --git a/web/include/instruc.php b/web/include/instruc.php
index 3643adf..68361db 100644
--- a/web/include/instruc.php
+++ b/web/include/instruc.php
@@ -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>
diff --git a/web/ioq3.css b/web/ioq3.css
index 35e1444..7f67154 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -27,6 +27,11 @@ body, html {
background-color: transparent;
}
+#footer a:hover {
+ color: black;
+ background-color: transparent;
+}
+
#navigation {
float: right;
list-style: none;
@@ -35,7 +40,7 @@ body, html {
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 @@ h2 {
font-size: 1.25em;
}
+h3 {
+ color: #440000;
+ background-color: transparent;
+ font-size: 1em;
+ margin: .5em 0 .5em 0;
+}
+
img {
border: 0;
}
diff --git a/web/newindex.php b/web/newindex.php
index 14dfdc3..c0f4da6 100644
--- a/web/newindex.php
+++ b/web/newindex.php
@@ -29,12 +29,8 @@ ob_start();
<?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>