1 .TH irssistats 1 23-Nov-2002 "version 0.44" irssistats
4 irssistats - A tool to generate HTML IRC stats based on irssi logs.
7 cat /path/to/file.log | \fBirssistats\fP \fI\\#channel\fP \fImaintainer\fP \fIlanguage\fP \fItheme\fP \fI[nickfile]\fP > /path/to/webdir/index.html
10 \fBirssistats\fP is a tool that make HTML stats from \fIirssi\fP logfiles.
12 It works like a filter (it reads data in input and produces the HTML page on the output).
14 The statistics generated display many useful and funny informations about the channel.
17 First you need to copy the images needed for the HTML page :
19 .B cp /usr/share/irssistats/pix/* /path/to/webdir/
21 Now you can generate the statistics for your channel :
23 .B cat /path/to/file.log | irssistats \\\\#channel maintainer language theme [nickfile] > /path/to/webdir/index.html
25 The logfiles for \fIirssi\fP are usually located in "~/irclogs/network/channel.log"
27 .SH COMMAND LINE OPTIONS
28 All the options (except the nickfile) are mandatory and have to be set at the good place on the command line.
30 If you make any mistake on the command line, \fBirssistats\fP will remind you the usage.
32 Launching \fBirssistats\fP without any parameters is a good way to show the available options.
36 Specifies the name of the channel you are parsing. Don't forget to escape the '#' character in the channel name.
39 Nickname of the person generating the statistics (you !).
42 Language you want to use to display the statistics (example : "en" for english).
45 Theme (colors) to use for the statistics (example : "default" for the default theme).
48 This is the only optional argument. Specifies an alias file for nicks. See Below.
51 Since version 0.4 of \fBirssistats\fP, you can use a nickfile to specify nicks to join.
53 Each line of the nickfile contains the final nick and a regular expression.
58 join nicks starting with "Royale" or "royale" to the final nick "royale"
61 also join the nick "antoine" to the final nick "royale"
64 join any nick that contains "Dja" or "dja" to final nick "djakette"
66 .B <NULL> ^bot\\\\|royale$
67 remove "bot|royale" from statistics
69 The nickfile must not contain any comments.
71 The <NULL> final nick will remove matching nicks from all statistics, except from "Some URLs" and "Some topics"...
73 You can also take a look at the "sample.nickfile.txt" in this package (in "/usr/share/doc/irssistats/").
79 You can find informations and updates of \fBirssistats\fP at \fIhttp://royale.zerezo.com/irssistats/\fP.
81 Report bugs to \fIroyale@zerezo.com\fP.
84 Antoine Jacquet <\fIroyale@zerezo.com\fP>