|
@@ -222,6 +222,56 @@
|
|
|
</para>
|
|
</para>
|
|
|
|
|
|
|
|
</sect1>
|
|
</sect1>
|
|
|
|
|
+ <sect1 id="using-css">
|
|
|
|
|
+ <title>Changing the layout of your stats page</title>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ The standard layout and colors in the outputted HTML page is made to be
|
|
|
|
|
+ somewhat clean and neutral. But you have the chance to change the layout
|
|
|
|
|
+ yourself.
|
|
|
|
|
+ </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
|
|
|
|
|
+ layout on HTML pages.
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ With the pisg distribution, look in the <filename>layout</filename>
|
|
|
|
|
+ directory. In it resides <filename>default.css</filename> which is the
|
|
|
|
|
+ file being included onto the HTML page. Open it in a text editor like
|
|
|
|
|
+ vi or notepad. Then change it until you're happy with it. Be aware that
|
|
|
|
|
+ you might want to look at the hicell and hicell2 options through
|
|
|
|
|
+ pisg.cfg for changing the last two colors.
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ If you have created a nice stylesheet which other can take advantage of,
|
|
|
|
|
+ you are encouraged to send it to the pisg mailing list so it can be
|
|
|
|
|
+ distributed with the next version of pisg.
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ </sect1>
|
|
|
|
|
+ <sect1 id="mailing-list-and-bugs">
|
|
|
|
|
+ <title>Obtaining help and reporting bugs</title>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ If your problem could not be resolved through here, then you should send
|
|
|
|
|
+ an e-mail to the pisg mailing list. You can subscribe and see more info
|
|
|
|
|
+ at <ulink
|
|
|
|
|
+ url="http://lists.sourceforge.net/lists/listinfo/pisg-general">http://lists.sourceforge.net/lists/listinfo/pisg-general</ulink>.
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ <para>
|
|
|
|
|
+ If you believe that you have found a bug, you should use the Sourceforge
|
|
|
|
|
+ <ulink
|
|
|
|
|
+ url="http://sourceforge.net/tracker/?group_id=31862&atid=403711">bug
|
|
|
|
|
+ tracking system.</ulink>
|
|
|
|
|
+ </para>
|
|
|
|
|
+
|
|
|
|
|
+ </sect1>
|
|
|
|
|
|
|
|
</chapter>
|
|
</chapter>
|
|
|
<chapter id="reference">
|
|
<chapter id="reference">
|