ソースを参照

Mention darkgalaxy and document ColorScheme option

Morten Brix Pedersen 24 年 前
コミット
e0b449862e
1 ファイル変更42 行追加0 行削除
  1. 42 0
      docs/pisg-doc.sgml

+ 42 - 0
docs/pisg-doc.sgml

@@ -231,6 +231,12 @@
     yourself.
     yourself.
     </para>
     </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>
     <para>
     When changing it, you need a fair knowledge of CSS (Cascading Style
     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
     Sheets). CSS is what most of the web uses today to define styles and
@@ -380,6 +386,42 @@
     </refsect1>
     </refsect1>
     </refentry>
     </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 *** -->
     <!-- *** NETWORK *** -->
     <refentry id="Network">
     <refentry id="Network">