126 lines
4.8 KiB
Text
126 lines
4.8 KiB
Text
# This is a stripped down version of the Onis Config file that is suitable
|
|
# for use with the OnisDoLogs.sh script supplied with LogServ
|
|
|
|
# onis 0.4.9 - config - 2004-01-06
|
|
#==================================
|
|
# http://verplant.org/onis/
|
|
|
|
# This options tells onis what type of logfiles to expect. Valid values
|
|
# are ``Dircproxy'', ``Eggdrop'', ``Irssi'', ``mIRC'' and ``xchat''.
|
|
logtype: "mirc";
|
|
|
|
# Purge logs that have been parsed. Two modes of operation can be
|
|
# selected: ``truncate'' deletes the content of file but lets the file
|
|
# life on. This might be usefull for clients that don't create new logs
|
|
# automatically.. The other mode, ``delete'', well, deletes parsed files.
|
|
# This might come in handy when a client creates a new logfile for every
|
|
# day.
|
|
#purge_logs: "truncate";
|
|
|
|
# Set this to your (nick)name to see it appear on the stats page. Uses
|
|
# your username if you don't set anything here.
|
|
#user: "mynick";
|
|
|
|
# Load these plugins. These are all available plugins as of now, but this
|
|
# is a development release. The missing one(s) will be back..
|
|
plugin: "Conversations";
|
|
plugin: "BigNumbers";
|
|
plugin: "Words";
|
|
plugin: "Nicks";
|
|
plugin: "Urls";
|
|
plugin: "Topics";
|
|
plugin: "InterestingNumbers";
|
|
|
|
# In order to recognize users who use dialin-accounts or have for some
|
|
# other reason changing hostnames it is neccessary to unsharp the host.
|
|
# This options says how much to unsharp it. Valid values are ``none'',
|
|
# ``Light'', ``Medium'' and ``Hard''. Most people will go best with
|
|
# ``Medium''..
|
|
unsharp: "Medium";
|
|
|
|
# Sets the minimum length for a word. ``5'' is a good value to start
|
|
# with..
|
|
min_word_length: 5;
|
|
|
|
# Sort the main table by this field. Valid values are ``Lines'', ``Words''
|
|
# and ``Chars''. Defaults to ``Lines''.
|
|
sort_by: "Words";
|
|
|
|
# Display the following fields in the given format. Valid formats are
|
|
# ``None'', ``Number'', ``Bar'' and ``Both''.
|
|
display_lines: "None";
|
|
display_words: "Both";
|
|
display_chars: "None";
|
|
|
|
# Sets wether or not user-images are displayed. Defaults to not display
|
|
# the images, since by default none are defined..
|
|
#display_images: "false";
|
|
|
|
# Sets the default image which is displayed for users which don't have an
|
|
# image set. If not set no image will be displayed for those users.
|
|
#default_image: "light-theme/unknown.png";
|
|
|
|
# If set to true a bar indicating the time when a nick is most active is
|
|
# being printed in the main table.
|
|
display_times: "false";
|
|
|
|
# This options control which quotes are picked and how far back they can
|
|
# reach. A line is put into the quote-cache if it is a least ``quote_min''
|
|
# and at most ``quote_max'' characters long. No more than
|
|
# ``quote_cache_size'' quotes are stored in the cache to have recent
|
|
# quotes if possible.
|
|
quote_min: 30;
|
|
quote_max: 80;
|
|
quote_cache_size: 10;
|
|
|
|
# With the following option you can control how high and wide the bars
|
|
# are. Values are in pixels. Height applies to vertical, width to
|
|
# horizontal bars.
|
|
bar_height: 130;
|
|
bar_width: 100;
|
|
|
|
# ``longlines'' defines how many nicks are in the big main table,
|
|
# ``shortlines'' sets the number of _lines_ in the smaller table below.
|
|
# Keep in mind that there are six nicks per line in the smaller table..
|
|
longlines: 50;
|
|
shortlines: 10;
|
|
|
|
# The ``plugin_max'' option is used by the ``Words'', ``Nicks'', ``Urls''
|
|
# and ``Topics'' plugins to determine how many lines to print.
|
|
plugin_max: 10;
|
|
|
|
# Matching the nicks contained in a line very slow. So we use a trick
|
|
# which is not as accurate but a lot faster. If you want to use the slow
|
|
# but better solution instead, set this option to ``good''. Otherwise
|
|
# leave at ``fast''.
|
|
nick_match_type: "fast";
|
|
|
|
# The ``last used words'' plugin will ignore words shorter than this
|
|
# value.
|
|
ignore_words: 5;
|
|
|
|
# This many lines from the same person without interuption will be counted
|
|
# as one soliloquy.
|
|
soliloquies_count: 5;
|
|
|
|
# If set to ``print'' prints out all color-codes. If set to ``ignore''
|
|
# color-codes will not be printed. Default is to ignore colors..
|
|
#color_codes: "print";
|
|
|
|
# Sets the document encoding. This must match your webserver's settings or
|
|
# you'll experience some very weird characters..
|
|
# Defaults to ``iso-8859-1''.
|
|
#encoding: "iso-8859-1";
|
|
|
|
# Style settings. All paths are relative to the created html file.
|
|
stylesheet: "light-theme/style.css";
|
|
vertical_images: "light-theme/red.png", "light-theme/blue.png", "light-theme/yellow.png", "light-theme/green.png";
|
|
horizontal_images: "light-theme/red.png", "light-theme/blue.png", "light-theme/yellow.png", "light-theme/green.png";
|
|
|
|
#stylesheet: "dark-theme/style.css";
|
|
#vertical_images: "dark-theme/v-red.png", "dark-theme/v-blue.png", "dark-theme/v-yellow.png", "dark-theme/v-green.png";
|
|
#horizontal_images: "dark-theme/h-red.png", "dark-theme/h-blue.png", "dark-theme/h-yellow.png", "dark-theme/h-green.png";
|
|
|
|
# Read translations from this file.
|
|
#language_file: "lang/german.lang";
|
|
language_file: "lang/english.lang";
|