X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=onis;h=9639e63f5314aff874fa37bef1dbc2df32ffbee1;hb=38980d9c2e1e9756e40518c194e60fd7782e76c1;hp=6e2e860537bf77168019065ef82adc053909077d;hpb=915f48ccb78a125d1e160de11b3dd9b035a55ccd;p=onis.git diff --git a/onis b/onis index 6e2e860..9639e63 100755 --- a/onis +++ b/onis @@ -1,12 +1,12 @@ #!/usr/bin/perl ########################################################################## -# onis 0.8.0 2005-04-17 # +# onis 0.8.1 2005-04-23 # #---=============--------------------------------------------------------# # Language: Perl # # Purpose: Generating statistics # # Input: IRC-Logfiles # # Output: One HTML file # -# Version: 0.8.0 (unstable) # +# Version: 0.8.1 (unstable) # # License: GPL # # Homepage: http://verplant.org/onis/ # # Authors: Florian octo Forster # @@ -89,7 +89,6 @@ foreach ('Core', get_config ('plugin')) if (!get_config ('input')) { - # TODO: Make a complete (!) lsit.. print STDERR < [logfile logfile ..] @@ -103,7 +102,7 @@ Options: See 'config' for a complete list. --user Define's the generator's name. -For a full list of all options please read the ``config'' file. +For a full list of all options please read the onis(1) manpage. EOF exit (1); } @@ -406,7 +405,8 @@ parsed. =item B: I; -Sets the user generating the stats if it's not detected right. +Sets the user that created the page. Defaults to the environment variable +B or "onis", if it is not set. =item B: I; @@ -429,11 +429,14 @@ Theme file to load. =item B: I; -Sets the stylesheet (.css file) to use. This should be set in a theme file. +Sets the stylesheet to use. This is included in the HTML-file as-is, so you +have to take care of absolute/relative paths yourself.. =item B: I; -Wether to print mIRC color-codes or filter them. +Wether or not to print the color codes (introduced by mIRC, used by idiots and +ignored by the rest) in the generated HTML-file. Of course this defaults to not +print the codes.. =item B: I; @@ -475,8 +478,8 @@ the theme-file. =item B: I; -Sets the encoding for the output file. This is merely the string that will be -included in the generated HTML file. +Sets the encoding to include in the HTML-file. If you don't know what this is, +don't change it.. =item B: I; @@ -537,6 +540,13 @@ of the quotes in the cache will be chosen at random and displayed. Sets the minimum and maximum length of a quote. Too short quotes may be not very typical for a person, too long quotes may clutter the layout. +=item B: I; + +=item B: I; + +Number of conversations partners to include in the output (or in the +conversations section of the userdetails plugin). + =item B: I; Sets how many lines without interruption are considered a soliloquy. @@ -552,6 +562,10 @@ the userdetails-plugin). The Words-Plugin will ignore words with less than this characters. +=item B: I; + +The number of nicks to print userdetails for. + =back =head1 AUTHOR