### ### General settings ### # Use this user-file (commandline option -u overrides this) # Default: nothing gen_user_file = "users.cfg" # Enables or disables automatic following of nick-changes. # Default: YES #gen_auto_follow_nicks = yes # Enables automatic nick-following heuristics. This may help # you if you don't want to write a userfile. BEWARE/NOTICE! # This feature is HIGHLY EXPERIMENTAL and may not work as expected! # Default: NO #gen_auto_follow_heuristics = no # Use PISG-style ranking/scoring? # Default: NO #gen_use_pisg_scoring = no ### ### Generic output ### # Format for dates used in outputs. Syntax is same as in # strftime(3)-function under UNIX. A quick reference: # (1) and (2) have some differences. # # (1) (2) - Description # ===================================================================== # %a - The abbreviated weekday name. # %b - The abbreviated month name. # %B - The full month name. # %c - The preferred date and time representation. # %C - The century number (year/100) as a 2-digit integer. # %d %e - The day of the month as a decimal number (01 - 31). # %D - Equivalent to %m/%d/%y. (Yecch - for Americans only). # %H %k - The hour using a 24-hour clock (00 - 23). # %I %l - The hour using a 12-hour clock (01 - 12). # %M - The minute as a decimal number (00 - 59). # %m - The month as a decimal number (01 - 12). # %p %P - 'AM' or 'PM' according to the given time value. # %S - The second as a decimal number (00 - 61). # %y %Y - The year as a decimal number. # %% - A literal '%' character. # Default: "%c" #gen_dateformat = "%c" # Channel and network name settings # Default: NONE gen_channel = "#FooBar" gen_ircnet = "IRCNet" # General informal message used by output modules # Default: none #gen_message = "This is a nice message!" # Show this many users in the top-list # Default: 35 #gen_show_topmax = 35 # Show this many in the "did not make it"-list # Default: 20 #gen_show_restmax = 20 # Minimum length of the comments # Default: 10 #gen_min_comment_length = 10 # The maximum length of the comments # Default: 60 #gen_max_comment_length = 60 # Maximum number of URLs to top-list # Default: 10 #gen_show_urlsmax = 10 # Maximum number of topics to list # Default: 10 #gen_show_topicsmax = 10 # Strip control characters in the comments? # "Control Characters" are codes for bold, colors etc, which tend # to muck with the HTML output. Notice that this option MAY have # unwanted side-effects, so it is disabled by default. # Default: NO #gen_strip_ctrlchars = no # Use ONLY the users in top-list for computation of funny-stats? # Default: NO #gen_stat_only_listed = no # Show optional sections in statistics page # Default: YES #gen_stat_active_times = yes #gen_stat_top_users = yes #gen_stat_almost_top = yes #gen_stat_big_numbers = yes #gen_stat_urls = yes #gen_stat_topics = yes # Optional columns in "top users"-list # Default: as specified below #gen_stat_show_happiness = yes #gen_stat_show_comment = yes #gen_stat_show_picture = no #gen_stat_show_url = no ### ### XHTML module specific settings ### # Path to images (bargraphs, smileys) xhtml_image_path = "data" # Path+filename of wanted CSS stylesheet xhtml_css_path = "data/c64.css"