X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=sample.configfile;fp=sample.configfile;h=d7388528c733c7eb5b8991e342ca5bd050e91ac4;hp=10786db61b48f682d9fd6eab69a800b66b6b1c2d;hb=72d7b5ef1a002846613b81ac4a77df963e483b74;hpb=f1ceb8590964e5e54ebe293d580a16ec28f161e0 diff --git a/sample.configfile b/sample.configfile index 10786db..d738852 100644 --- a/sample.configfile +++ b/sample.configfile @@ -6,7 +6,7 @@ # Each option keyword is case sensitive, and you must put separators around the ':' character. # Blank lines must not contain any spaces ! # Each option keeps its value until erased by another value. -# IMPORTANT : the order of options to parse a channel must allways be "input" THEN "nickfile" THEN "output". +# IMPORTANT : the order of options to parse a channel must allways be "input" THEN "nickfile" THEN "photofile" THEN "output". # Allows you to display debugging informations. # Values : normal / verbose / none @@ -28,7 +28,7 @@ language : fr # 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. # The first theme is the primary stylesheet, and the others are alternate themes -theme : default,blue,dark,grayscale,namour,pisg,zeduel,zerezo +theme : default,biseau,blue,dark,damier,grayscale,namour,niflheim,pisg,zeduel,zerezo # Allows you to disable top words list which is using a lot of memory # Default : yes @@ -48,10 +48,20 @@ quarter : yes # Default : 3600 refresh_time : 0 +# Specifies the size in pixels of the thumbnails for users +# This option has an effect only if there is a photofile (see below) +# Set to 0 to disable (display pictures with their real size) +# Default : 60 +photo_size : 0 + # Set this to "no" if you don't want the W3C logo. # Default : yes w3c_link : no +# Set this to "no" if you don't want the irssistats logo. +# Default : yes +logo : no + # Use your custom header file (HTML code between included) header : /path/to/header.html @@ -71,6 +81,9 @@ input : /path/to/#newchannel1.log # Note that irssistats will really merge the nicks as soon as it reads this option. nickfile : /path/to/nickfile1.txt +# This allow you to display pictures for users. +photofile: /path/to/photofile1.txt + # This allow you to generate the HTML file. # Note that irssistats will really generate the HTML file as soon as it reads this option. output : /path/to/channel1.html