# $Id:$ $server = '192.168.30.18'; # Name of your CVS server. # This could be a project name too. #$cvslog = 'cvs_log.txt'; # CVS log filename. $cvslog = 'temp\cvs_log_for_waf.txt'; # CVS log filename. $stat_date_begin = '07-01-21'; $stat_date_end = '07-02-20'; # '' is stat to next year . #if stat_date_begin='07-xx-xx',stat_date_end='' then stat_date_end='08-01-01' $default_title = '[Default Project]'; $color_heading = '#AAAAFF'; # Colour for the table header. $color_border = '#000000'; # Border colour. $color_sub_head = '#DBDBDB'; # Sub Border colour. $color_background = '#FFFFFF'; # Background colour. $color_on_over = '#CCFFCC'; # on Mousr Over color $color_on_select = '#FFCC99'; # on selected color $color_row_1 = '#FFFFFF'; # Row colour. $color_row_2 = '#EEEEEE'; # Row colour to alternate with (if set). $font = 'Verdana, Helvetica'; # Display font. $foreground = '#000000'; # Display font colour. $minlines = 0; # Minimum number of lines for a committer to show up. $minchanges = 0; # Minimum number of changes "" # If a file includes one of these, ignore it. These are the defaults based # on what's used for ircd-hybrid, as we have a ChangeLog file and a incrementing # serialnumber file, and this skips over them just fine. @ignorefiles = ("ChangeLog", "serno", ".mmap,", ".ppt,", ".doc,", ".xls,", ".mpp,", ".swf,", ".html,", ); @check_files = ( ".java", ".php", ".jsp", ".sql", ); # 1;