|
NAMEirssistats — A tool to generate HTML IRC stats based on irssi logs.SYNOPSISirssistats [/path/to/file.conf]DESCRIPTIONirssistats is a tool that make HTML stats from irssi logfiles.The statistics generated display many useful and funny informations about the channel. USING ITFirst you need to copy the files needed for the HTML page :cp /usr/share/irssistats/data/* /path/to/webdir/ Then you must edit a configuration file : "/etc/irssistats.conf", "~/.irssistats", or another file given as a parameter. Now you can generate the statistics for your channel : irssistats [/path/to/file.conf] The logfiles for irssi are usually located in "~/irclogs/network/channel.log" CONFIGURATION FILEPlease look at the sample configuration file in "/usr/share/docs/irssistats/sample.configfile" for an example.The path to the configuration file can be given on the command line : irssistats /path/to/irssistats.conf If no configuration file is given, irssistats looks for files ~/.irssistats.conf or then /etc/irssistats.conf Lines starting by ; # -- or // are ignored (comments). This file is read sequencially, so it acts like a script. 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 "photofile" THEN "output". Available options are :
NICKFILESince version 0.4 of irssistats, you can use a nickfile to specify nicks to join.Each line of the nickfile contains the final nick and a regular expression. Examples :
The nickfile must not contain any comments. The <NULL> final nick will remove matching nicks from all statistics, except from "Some URLs" and "Some topics"... You can also take a look at the "sample.nickfile" in this package (in "/usr/share/doc/irssistats/"). PHOTOFILESince 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 :
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 ALSOirssi (1).INFORMATIONSYou can find informations and updates of irssistats at http://royale.zerezo.com/irssistats/ (link to URL http://royale.zerezo.com/irssistats/) .Report bugs to royale@zerezo.com. AUTHORAntoine Jacquet royale@zerezo.com Visit the GSP FreeBSD Man Page Interface. |