version 0.62
[irssistats] / sample.configfile
index 1051de4..10786db 100644 (file)
@@ -20,14 +20,28 @@ channel : #zerezo
 maintainer : royale
 
 # Language you want to use to display the statistics
-# Values : fr en de du es it fi
+# Values : fr en de du es it fi ru et
 # 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.