version 0.6
[irssistats] / sample.configfile
index 1051de4..7a10ca8 100644 (file)
@@ -24,10 +24,24 @@ maintainer : royale
 # Default : en
 language : fr
 
-# Theme (colors) to use for the statistics
+# Theme (colors) to use for the statistics, separated by comas
 # In fact this is the name of the CSS file to include.
 # This option has no effect if you use a custom header : you'll have to include the CSS yourself.
-theme : default
+# The first theme is the primary stylesheet, and the others are alternate themes
+theme : default,blue,dark,grayscale,namour,pisg,zeduel,zerezo
+
+# Allows you to disable top words list which is using a lot of memory
+# Default : yes
+top_words : no
+
+# Specifies which ranking method to use
+# Values : lines / words / letters
+# Default : lines
+ranking : letters
+
+# Display quarters in top hours (smoother graphs)
+# Default : no
+quarter : yes
 
 # Specifies the refresh time in seconds (0 to disable)
 # This option has no effect if you use a custom header : you'll have to include the refresh code yourself.