Quellcode durchsuchen

Mention darkgalaxy and document ColorScheme option

Morten Brix Pedersen vor 24 Jahren
Ursprung
Commit
e0b449862e
1 geänderte Dateien mit 42 neuen und 0 gelöschten Zeilen
  1. 42 0
      docs/pisg-doc.sgml

+ 42 - 0
docs/pisg-doc.sgml

@@ -231,6 +231,12 @@
     yourself.
     </para>
 
+    <para>
+    There is a few predefined colorschemes for you to use, use the
+    ColorScheme option when using them, the available colorschemes are:
+    default, darkgalaxy.
+    </para>
+
     <para>
     When changing it, you need a fair knowledge of CSS (Cascading Style
     Sheets). CSS is what most of the web uses today to define styles and
@@ -380,6 +386,42 @@
     </refsect1>
     </refentry>
 
+    <!-- *** FORMAT *** -->
+    <refentry id="ColorScheme">
+
+    <refmeta> <refentrytitle>ColorScheme</refentrytitle> </refmeta>
+
+    <refnamediv>
+    <refname>ColorScheme</refname>
+    <refpurpose>use a different colorscheme for stats page</refpurpose>
+    </refnamediv>
+
+    <refsynopsisdiv><programlisting>
+      <![CDATA[
+        <channel="#channel">
+         Logfile = "channel.log"
+         Format = "eggdrop"
+         Maintainer = "John"
+        </channel>
+
+        <set Format="mIRC">
+      ]]>
+    </programlisting></refsynopsisdiv>
+
+    <refsect1>
+    <title>Description</title>
+    <para>
+    <command>ColorScheme</command> is used to define the colorscheme used
+    for the statistics page. Actually it's the CSS file being included.
+    Available options are: default, darkgalaxy.
+    </para>
+    </refsect1>
+    <refsect1>
+    <title>Default</title>
+    <para> default </para>
+    </refsect1>
+    </refentry>
+
     <!-- *** NETWORK *** -->
     <refentry id="Network">