[nexuiz-commits] r6203 - in trunk/Docs: . htmlfiles

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 17 11:22:21 EDT 2009


Author: div0
Date: 2009-03-17 11:22:20 -0400 (Tue, 17 Mar 2009)
New Revision: 6203

Modified:
   trunk/Docs/faq.html
   trunk/Docs/htmlfiles/make-htmlfiles.sh
Log:
call aft more often :P


Modified: trunk/Docs/faq.html
===================================================================
--- trunk/Docs/faq.html	2009-03-17 15:14:58 UTC (rev 6202)
+++ trunk/Docs/faq.html	2009-03-17 15:22:20 UTC (rev 6203)
@@ -70,6 +70,46 @@
 <br><center><h1><a name="AFT-top">Nexuiz 3 FAQ</a></h1></center>
 <center><a class="link" href="http://nexuiz.com">http://nexuiz.com</a>&nbsp;&nbsp;<a class="link" href="http://alientrap.org">http://alientrap.org</a></center>
 <hr>
+<!--  AFT Table of Contents (auto generated) -->
+<ul>
+<li> <a class="link" href="#Troubleshooting">Troubleshooting</a></li>
+<ul>
+<li> <a class="link" href="#How do I install Nexuiz?">How do I install Nexuiz?</a></li>
+<li> <a class="link" href="#When I start Nexuiz all I see is a black screen or a black screen with some checkered squares">When I start Nexuiz all I see is a black screen or a black screen with some checkered squares</a></li>
+<li> <a class="link" href="#Using Linux i only see the map but no players and items">Using Linux i only see the map but no players and items</a></li>
+<li> <a class="link" href="#When i start Nexuiz my screen is flickering">When i start Nexuiz my screen is flickering</a></li>
+<li> <a class="link" href="#How can I speed up my frame rate?">How can I speed up my frame rate?</a></li>
+<li> <a class="link" href="#The sound is broken, it crackles and stutters">The sound is broken, it crackles and stutters</a></li>
+<li> <a class="link" href="#Mouse is too slow and sensitivity is at top (on Mac / Linux)">Mouse is too slow and sensitivity is at top (on Mac / Linux)</a></li>
+<li> <a class="link" href="#I can't switch to 32 bit color depth (on Windows)">I can't switch to 32 bit color depth (on Windows)</a></li>
+<li> <a class="link" href="#When I join a server or after a map change I see nothing but a black screen, but I can still move and shoot">When I join a server or after a map change I see nothing but a black screen, but I can still move and shoot</a></li>
+<li> <a class="link" href="#How to report crashes">How to report crashes</a></li>
+<li> <a class="link" href="#Where can i get more help?">Where can i get more help?</a></li>
+</ul>
+<li> <a class="link" href="#General questions">General questions</a></li>
+<ul>
+<li> <a class="link" href="#How do I install new maps?">How do I install new maps?</a></li>
+<li> <a class="link" href="#How can I place a shortcut to Nexuiz on my Linux desktop?">How can I place a shortcut to Nexuiz on my Linux desktop?</a></li>
+<li> <a class="link" href="#How do I open the console?">How do I open the console?</a></li>
+<li> <a class="link" href="#What console commands/variables are there?">What console commands/variables are there?</a></li>
+<li> <a class="link" href="#How can I use colors in my nickname and messages?">How can I use colors in my nickname and messages?</a></li>
+<li> <a class="link" href="#How do i watch/record demos?">How do i watch/record demos?</a></li>
+</ul>
+<li> <a class="link" href="#Server setup">Server setup</a></li>
+<ul>
+<li> <a class="link" href="#How do I start a server?">How do I start a server?</a></li>
+<li> <a class="link" href="#Which ports do I have to open in firewall/forward from my router to run a server?">Which ports do I have to open in firewall/forward from my router to run a server?</a></li>
+<li> <a class="link" href="#Is there some kind of rcon?">Is there some kind of rcon?</a></li>
+<li> <a class="link" href="#How can i kick people who are using special characters in their names?">How can i kick people who are using special characters in their names?</a></li>
+</ul>
+<li> <a class="link" href="#Development">Development</a></li>
+<ul>
+<li> <a class="link" href="#How do i set up gtkradiant to create/edit Nexuiz maps?">How do i set up gtkradiant to create/edit Nexuiz maps?</a></li>
+<li> <a class="link" href="#Where can i get latest development versions of the source code?">Where can i get latest development versions of the source code?</a>
+
+</li>
+</ul>
+</ul>
 <hr>
 <!-- Start SectLevel1 -->
 <h2><a name="Troubleshooting">Troubleshooting</a></h2>

Modified: trunk/Docs/htmlfiles/make-htmlfiles.sh
===================================================================
--- trunk/Docs/htmlfiles/make-htmlfiles.sh	2009-03-17 15:14:58 UTC (rev 6202)
+++ trunk/Docs/htmlfiles/make-htmlfiles.sh	2009-03-17 15:22:20 UTC (rev 6203)
@@ -1,4 +1,6 @@
 for X in *.aft; do
 	aft "$X"
+	aft "$X"
+	aft "$X"
 	{ cat header.html-part; perl -ne 'print unless 1 .. /<body>/ or /<\/body>/ .. 0' "${X%.aft}.html"; cat footer.html-part; } > "../${X%.aft}.html"
 done



More information about the nexuiz-commits mailing list