small irssistats localization patch
[irssistats] / README
1 irssistats 0.75
2 site: http://royale.zerezo.com/irssistats/
3 mail: royale@zerezo.com
4
5 install:
6 make
7 cp data/* /path/to/webdir/
8
9 usage:
10 irssistats [/path/to/file.conf]
11
12 configfile:
13 Since version 0.5 of irssistats, all the options are located in a config file.
14 This allow you to specify multiple channels to parse.
15 Take a look at the "sample.configfile" in this package to know more about the options and their usage.
16
17 nickfile:
18 Since version 0.4 of irssistats, you can use a nickfile to specify nicks to join.
19 Each line of the nickfile contains the final nick and a regular expression.
20 Examples :
21   royale  ^[Rr]oyale   : join nicks starting with "Royale" or "royale" to the final nick "royale"
22   royale  ^antoine$    : also join the nick "antoine" to the final nick "royale"
23   djakette  [Dd]ja     : join any nick that contains "Dja" or "dja" to final nick "djakette"
24   <NULL> ^bot\|royale$ : remove "bot|royale" from statistics
25 The nickfile must not contain any comments.
26 The <NULL> final nick will remove matching nicks from all statistics, except from "Some URLs" and "Some topics"...
27 You can also take a look at the "sample.nickfile" in this package.
28
29 photofile:
30 Since version 0.70 of irssistats, you can use a photofile to display pictures for users.
31 Each line of the photofile contains the final nick and an URL for the image.
32 Examples :
33   royale http://royale.zerezo.com/chat/faces/happy40.png (a full address)
34   sektor ../chat/faces/happy40.png (a relative address)
35
36 links:
37 http://tnsp.org/fisg.php
38 http://pisg.sourceforge.net/
39 http://netti.nic.fi/~mauvinen/mircstats/