changeset 259:97fc11fcab97

Pok
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Feb 2006 05:27:18 +0000
parents ee077893e923
children 0c073a40aa50
files docs/build-docs.sh docs/manual.sgml
diffstat 2 files changed, 70 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/docs/build-docs.sh	Sat Feb 11 03:57:04 2006 +0000
+++ b/docs/build-docs.sh	Sat Feb 11 05:27:18 2006 +0000
@@ -5,7 +5,7 @@
 GS=`which gs`
 
 ### Check that we have JW installed
-if test -n "$JW"  && test -x "$JW"; then
+if test -n "$JW" && test -x "$JW"; then
 echo "DocBook SGML tools and JW found(?) Generating documentation ..."
 else
 echo "ERROR! Jade Wrapper does not seem to be installed."
@@ -20,8 +20,9 @@
 echo "* PostScript"
 $JW -f docbook -b ps $SRCFILE
 
-if test -n "$GS"  && test -x "$GS"; then
-echo "* PDF"
+if test -n "$GS" && test -x "$GS"; then
+echo "* PDF ..."
+rm -f manual.pdf
 $GS -dSAFER -dCompatibilityLevel=1.2 -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite \
 -sOutputFile=manual.pdf -dCompatibilityLevel=1.2 -c .setpdfwrite -f manual.ps
 else
--- a/docs/manual.sgml	Sat Feb 11 03:57:04 2006 +0000
+++ b/docs/manual.sgml	Sat Feb 11 05:27:18 2006 +0000
@@ -202,24 +202,6 @@
 </para>
 </section>
 
-<!-- ================================================ -->
-
-<!--
-<section id="faq"><title>Frequently Asked Questions (FAQ)</title>
-<qandaset>
-  <qandaentry>
-     <question>
-       <para></para>
-     </question>
-     <answer>
-       <para>
-       </para>
-     </answer>
-  </qandaentry>
- </qandaset>
-</section>
--->
-
 </chapter>
 
 <!-- *************************************************************** -->
@@ -319,7 +301,7 @@
 <screenshot>
  <screeninfo>An example image</screeninfo>
  <mediaobject>
-  <imageobject><imagedata fileref="../pss_normal.gif" format="GIF" /></imageobject>
+  <imageobject><imagedata fileref="pss_normal.gif" format="GIF" /></imageobject>
  </mediaobject>
 </screenshot>
 
@@ -388,13 +370,13 @@
 
 <screenshot>
  <mediaobject>
-  <imageobject><imagedata fileref="../pss_stun.gif" format="GIF" /></imageobject>
+  <imageobject><imagedata fileref="pss_stun.gif" format="GIF" /></imageobject>
  </mediaobject>
 </screenshot>
 
 <screenshot>
  <mediaobject>
-  <imageobject><imagedata fileref="../pss_uncon.gif" format="GIF" /></imageobject>
+  <imageobject><imagedata fileref="pss_uncon.gif" format="GIF" /></imageobject>
  </mediaobject>
 </screenshot>
 
@@ -841,4 +823,67 @@
 
 <!-- *************************************************************** -->
 
+<chapter id="support"><title>Support</title>
+<blockquote>
+<attribution>The Matrix (parody of)</attribution>
+<literallayout>
+"Do not try to get support. That's impossible. Instead ... only try to realize the truth."
+"What truth?"
+"There is no support."
+"There is no support?"
+"Then you'll see that it is not the developer that bends, it is only yourself."
+</literallayout>
+</blockquote>
+
+<para>
+Although the above quote describes the situation quite well, it is not
+completely truthful. You are free to report bugs and make suggestions
+for improving GgrTF, but do not expect anyone to react instantly, or
+sometimes at all. And if you bother me (Ggr) via tells too much, you'll
+probably just get in my ignore-list.
+</para>
+
+<para>
+
+</para>
+
+<section id="issues"><title>Known issues</title>
+<itemizedlist>
+
+ <listitem><para>GgrTF may or may not work very well together with other
+trigger/scriptsets. Personally I only use only one triggerfile
+not made by myself, your mileage may vary.</para></listitem>
+
+ <listitem><para>Prots support generally is incomplete and occasionally
+may not work as expected.</para></listitem>
+
+ <listitem><para>The alchemist module has not been tested since 0.4.x,
+it be incompatible with current system.</para></listitem>
+
+ <listitem><para>Prots cast by Runemages are not yet supported properly. This is being worked on.</para></listitem>
+
+ <listitem><para>Tick predictor does not work. No, please don't ask.</para></listitem>
+
+ <listitem><para>Hitstats (/hstats) has some problems.</para></listitem>
+</itemizedlist>
+</section>
+
+<!-- ================================================ -->
+
+<section id="faq"><title>Frequently Asked Questions (FAQ)</title>
+<qandaset>
+  <qandaentry>
+     <question>
+       <para></para>
+     </question>
+     <answer>
+       <para>
+       </para>
+     </answer>
+  </qandaentry>
+ </qandaset>
+</section>
+
+</chapter>
+
 </book>