X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=irssistats.sgml;h=bcde4cf80038dc844d634a4e0b88fa731f50d561;hp=586cec13ccc86731a722b86188accd2480a47a52;hb=refs%2Ftags%2Fv0.73;hpb=35f50e358941c29e452d30aa89d0f49df67d2aff diff --git a/irssistats.sgml b/irssistats.sgml index 586cec1..bcde4cf 100644 --- a/irssistats.sgml +++ b/irssistats.sgml @@ -78,7 +78,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". Available options are : @@ -107,7 +107,7 @@ language Language you want to use to display the statistics - Values : fr en de du es it fi ru + Values : fr en de du es it fi ru et Default : en @@ -147,6 +147,22 @@ + + weeks + + Display last week statistics + Default : no + + + + + months + + Display last months statistics + Default : no + + + refresh_time @@ -156,6 +172,16 @@ + + photo_size + + 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 + + + w3c_link @@ -164,6 +190,14 @@ + + logo + + Set this to "no" if you don't want the irssistats logo. + Default : yes + + + header Use your custom header file (HTML code between <!DOCTYPE... and <body> included) @@ -191,6 +225,13 @@ + + photofile + + This allow you to display pictures for users. + + + output @@ -233,6 +274,26 @@ + + PHOTOFILE + Since version 0.70 of irssistats, you can use a photofile to display pictures for users. + Each line of the photofile contains the final nick and an URL for the image. + Examples : + + + royale http://royale.zerezo.com/chat/faces/happy40.png + (a full address) + + + sektor ../chat/faces/happy40.png + (a relative address) + + + The photofile must not contain any comments. + You can also take a look at the "sample.photofile" in this package (in "/usr/share/doc/irssistats/"). + + + SEE ALSO irssi (1).