CONFIG-README 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. README for pisg.cfg - the configuration file for pisg
  2. ------------------
  3. This file is used for:
  4. - Setting user options (for user aliases, pics, ignores and links)
  5. - Setting up channel(s) to be parsed.
  6. - Setting pisg config options (for general things with pisg)
  7. - Word options (for adding words that are meant to be 'foul(bad) language')
  8. USER OPTIONS
  9. ------------------
  10. User options are set with a simple SGML like syntax in the form:
  11. <user nick="NICK" option="VALUE">
  12. Remember, the nick is always required.
  13. For example to add aliases to a nick, then you could do this:
  14. <user nick="Joe" alias="Joe^*">
  15. This will add all Joe^'s to 'Joe' in the stats.
  16. Another thing you can do is to add a picture to a user:
  17. <user nick="Ben" pic="ben_holiday.jpg">
  18. You can also set a user's sex:
  19. <user nick="Ben" sex="m">
  20. Also you can add links to URLs and e-mails:
  21. <user nick="Christine" link="http://www.christine.com">
  22. or
  23. <user nick="Chris" link="chris@host.com">
  24. The last thing you can do is to ignore nicks (for example bots):
  25. <user nick="nameofbot" ignore="y">
  26. You don't have to do all this in many lines, you could just as easily do:
  27. <user nick="Joe" alias="Joe^away Joe^work" pic="joe.jpg" link="joe@joe.com" sex="m">
  28. (Here the aliases is a space seperated list of nicks, that also works! But *
  29. as a wildcard is smarter, but also slower).
  30. CHANNELS SETUP
  31. ------------------
  32. For each of your channels which you want to parse through, you make
  33. something like this:
  34. <channel="#channel" logfile="channel.log">
  35. format = "mIRC"
  36. maintainer = "NameOfMaintainer"
  37. </channel>
  38. Any options in the <channel *> section will be forced, even over commandline
  39. options... any options before </channel> can be overridden from command line
  40. There is a lot of options which you can set between the <channel> and
  41. </channel> tags, these are listed in the next section.
  42. PISG OPTIONS
  43. ------------------
  44. If you have multiple channels, then you can set some defaults for them, for
  45. example you can do.
  46. <set format="mIRC">
  47. And you won't have to worry about setting the format for every channel.
  48. You can also combine settings into one line such as:
  49. <set channel="#channel" logfile="/var/log/channel.log">
  50. All the different options are listed below.
  51. Other examples:
  52. <set lang='EN'>
  53. <set bgcolor="#dedeee" text="black" hbgcolor="#666699" hcolor="white" hicell="#BABADD" hicell2="#CCCCCC">
  54. <set show_voice="1" show_wpl="1">
  55. <set topichistory="3" timeoffset="+0">
  56. There is many options which can be set, here's a list of them all (not
  57. casesensitive):
  58. * The most useful ones *
  59. channel The name of your channel. E.g. '#mychannel'
  60. logfile The exact filename of the logfile. E.g. 'mylog.log'
  61. format The logfile format. See FORMATS file for supported formats
  62. network Network the channels is using. E.g. 'Undernet'
  63. outputfile Outputted stats goes to this HTML file. Default 'index.html'
  64. maintainer The maintainer or bot which makes the logfile.
  65. lang Language to use (see lang.txt)
  66. EN | DE | DK | FR | ES | PL | PT | NO | NL | SE | EE | IT
  67. HU | SI | FI
  68. pagehead Some 'page header' file which you want to include in top
  69. of the output file.
  70. imagepath If your user pictures is located in a special direcotry,
  71. set the path here. E.g. 'userpics/'
  72. default_pic If no picture defined for a user, use this default
  73. picture, good for example to display 'No picture
  74. available'.
  75. logdir If you specify a path to a directory here, then pisg will
  76. run through the files in that directory, parse all
  77. logfiles in it and create 1 HTML file from it. Useful
  78. with eggdrops.
  79. timeoffset A time offset on the stats page - if your country has
  80. a different timezone than the machine where the stats
  81. are being generated, then for example set '+1' to add
  82. one hour to the stats.
  83. show_activetimes 1 or 0, this enables/disables the 'Most Active Tiems'
  84. section, default is enabled.
  85. show_bignumbers 1 or 0, enable/disable 'Big Numbers' and 'Other
  86. interesting numbers', default is enabled.
  87. show_wpl 1 or 0, this enables pisg to show 'words per line' for
  88. each person in 'most active nicks'
  89. show_cpl Same as above, this is just 'characters per line'
  90. show_lastseen 1 or 0, display a coloumn showing when the user was last
  91. on the channel (how many days ago)
  92. show_words 1 or 0, this will enable/disable both of the 2 above
  93. options.
  94. show_time 1 or 0, this will enable/disable the showing of the
  95. fancy timebars indicating when a nick was active.
  96. show_linetime 1 or 0, the same as above, except this will show the
  97. bar next to the number of lines like in mIRCStats
  98. show_randquote 1 or 0, this wil enable or disable the random quote
  99. displayed in the "active nick list"
  100. show_legend 1 or 0, this will add a legend of the different time-
  101. bars.
  102. show_kickline 1 or 0, this will add an example-kickline to the
  103. "Most kicked"-stats
  104. show_actionline 1 or 0, this will add an example-actionline to the
  105. "Most actions"-stats
  106. show_shoutline 1 or 0, this will add an example-shoutline to the
  107. "Most shouting people"-stats
  108. show_violentlines 1 or 0, this will add an example-attack to the
  109. "Most aggressive" and "Most attacked"-stats
  110. show_muw 1 or 0, this will enable or disable the "most used
  111. words" list
  112. show_mrn 1 or 0, this will enable or disable the "most
  113. referenced nicks" list
  114. show_mru 1 or 0, this will enable or disable the "most
  115. referenced urls" list
  116. show_voices 1 or 0, this will enable or disable the voice statistics
  117. (those who got voice and those who voiced). Disabled by
  118. default.
  119. ignorewords A space seperated list of words to ignore in 'most
  120. referenced words'
  121. foul Space seperated list of words considered to be 'foul'
  122. language, look in the bottom for a better explanation.
  123. regexp_alises 1 or 0, enabling this will make aliases in <user> tags
  124. regex-able. Default '0'.
  125. silent 1 or 0. Enabling this will suppress all standard output
  126. from pisg. Error messages will still be sent to STDOUT.
  127. charset Charset to use for stats page, default is 'iso-8859-1'.
  128. * Colors / layout for your stats page *
  129. bgcolor Background color of the page
  130. bgpic Background picture of the page
  131. text Normal text color
  132. hbgcolor Background color in headlines
  133. hcolor Text color in headline
  134. hicell Background color in highlighted cells
  135. hicell2 Background color in highlighted cells
  136. tdcolor Color of text in tables
  137. tdtop Top color in some tables.
  138. link Color of links in tables
  139. vlink Color of visited links in tables
  140. hlink Color of hovered links in tables
  141. bg_link Color of links on background
  142. bg_vlink Color of visited links on background
  143. bg_hlink Color of hovered links on background
  144. headline Border color of headlines
  145. rankc Colors of 'ranks' (1,2,3,4) and active times
  146. hi_rankc Highlighted ranks
  147. pic_height Hardcode user picture sizes on stats page. This is when
  148. user has a pic, and you want to make it smaller.
  149. pic_width
  150. pic_v_0 Below settings are the filenames of the images to be
  151. pic_v_6 shown on the page on timebars, the names should be
  152. pic_v_12 self-explainable.
  153. pic_v_18
  154. pic_h_0
  155. pic_h_6
  156. pic_h_12
  157. pic_h_18
  158. pic_loc Directory containing your png graphics files.
  159. * Small things, useful for some people *
  160. logtype The type of logs kept for your channel. Currently only
  161. "Logfile" is supported.
  162. langfile Filename of language file. Default 'lang.txt'
  163. minquote Minimal value of letters for a random quote
  164. maxquote Maximum value of letters for a random quote
  165. wordlength The minimum number of chars an interesting word may be
  166. (in 'most referenced words')
  167. activenicks Number of nicks to show in the 'top 25'
  168. activenicks2 Nicks to show in 'these didnt make it...'
  169. topichistory How many topics to show in 'latest topics'
  170. nicktracking Track nickchanges and create aliases [1 or 0, enabled
  171. by default]
  172. WORD OPTIONS
  173. ------------------
  174. pisg has the feature of making stats of people using "foul words" or bad
  175. language, like fuck, shit, etc. but this is something people would like to
  176. configure to their own language and slang.
  177. So this option configures which words which are considered to be "foul":
  178. <set foul="ass bitch fuck">
  179. Or in German:
  180. <set foul="scheisse scheiße kacke">
  181. pisg also recognizes that people may attack others in a variety of ways.
  182. The words that pisg considers to be attacks may be set with the "violent"
  183. option:
  184. <set violent="slaps beats kicks">
  185. Have fun configuring pisg! :)
  186. LINKS
  187. ------------------
  188. It's possible to ignore links in the 'most referenced URLs' section:
  189. <link url="http://www.slashdot.org" ignore="y">