X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=irssistats.sgml;h=e9f5fec60477faafbadcc55caf49e4dd7aa55d40;hp=cb32ace4805ab70aeb1771267c67770c43028e84;hb=72d7b5ef1a002846613b81ac4a77df963e483b74;hpb=f1ceb8590964e5e54ebe293d580a16ec28f161e0 diff --git a/irssistats.sgml b/irssistats.sgml index cb32ace..e9f5fec 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 : @@ -156,6 +156,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 +174,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 +209,13 @@ + + photofile + + This allow you to display pictures for users. + + + output @@ -233,6 +258,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).