X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=sample.configfile;h=7a10ca865c263a3351d4901055ef979d5c1c488e;hp=d618512d2d76f994058e4d92826819f56471b3e0;hb=cfcf15a6f6799d424044c81c81bf92a907cae095;hpb=363a540f2233a72f1dccd300f93514d009e2053b diff --git a/sample.configfile b/sample.configfile index d618512..7a10ca8 100644 --- a/sample.configfile +++ b/sample.configfile @@ -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 : orange +# 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.