[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [local] / CVSROOT

Diff for /CVSROOT/Attic/cvsweb.conf between version 1.7 and 1.8

version 1.7, 2000/07/27 06:45:16 version 1.8, 2000/07/29 19:39:12
Line 3 
Line 3 
 # CGI interface to CVS Repositories.  # CGI interface to CVS Repositories.
 #  #
 # (c) 1998-1999 H. Zeller    <zeller@think.de>  # (c) 1998-1999 H. Zeller    <zeller@think.de>
 #     1999      H. Nordström <hno@hem.passagen.se>  #     1999      H. Nordstrom <hno@hem.passagen.se>
 #          based on work by Bill Fenner  <fenner@freebsd.org>  #     2000      A. MUSHA     <knu@FreeBSD.org>
   #          based on work by Bill Fenner  <fenner@FreeBSD.org>
   # $zId: cvsweb.conf,v 1.27 2000/07/27 10:16:39 kcoar Exp $
 # $Id$  # $Id$
 #  #
 ###  ###
Line 23 
Line 25 
   
 # 'symbolic_name' 'path_to_the_actual_repository'  # 'symbolic_name' 'path_to_the_actual_repository'
 %CVSROOT = (  %CVSROOT = (
             'OpenXM' => '/home/cvs'              'OpenXM'     => '/home/cvs'
             );             );
   
   %CVSROOTdescr = (
                    'OpenXM'     => 'OpenXM CVS Repository'
                   );
   
 # This tree is enabled by default when  # This tree is enabled by default when
 # you enter the page  # you enter the page
 $cvstreedefault = 'OpenXM';  $cvstreedefault = 'OpenXM';
   
 ##############  ##############
   # PR categoties
   ##############
   @prcategories = qw(
                      advocacy
                      alpha
                      bin
                      conf
                      docs
                      gnu
                      i386
                      kern
                      misc
                      ports
                      sparc
                     );
   
   ##############
   # query-pr.cgi
   ##############
   $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=";
   
   ##############
 # Defaults for UserSettings  # Defaults for UserSettings
 ##############  ##############
 %DEFAULTVALUE = (  %DEFAULTVALUE = (
Line 61  $cvstreedefault = 'OpenXM';
Line 89  $cvstreedefault = 'OpenXM';
       #   u      Unified diff        #   u      Unified diff
       #   c      Context diff        #   c      Context diff
       #   s      Side by side        #   s      Side by side
       "f" => "u",        "f" => ($is_textbased ? "u" : "h"),
   
       # hidecvsroot: Don't show the CVSROOT directory        # hidecvsroot: Don't show the CVSROOT directory
       #   1      Hide CVSROOT directory        #   1      Hide CVSROOT directory
Line 70  $cvstreedefault = 'OpenXM';
Line 98  $cvstreedefault = 'OpenXM';
   
       # hidenonreadable: Don't show entries which cannot be read        # hidenonreadable: Don't show entries which cannot be read
       #   1      Hide non-readable entries        #   1      Hide non-readable entries
       #   0      Show non-readble entries        #   0      Show non-readable entries
       "hidenonreadable" => "1",        "hidenonreadable" => "1",
 );  );
   
Line 113  display diffs between arbitrary revisions.
Line 141  display diffs between arbitrary revisions.
 </p>  </p>
 <p>  <p>
 This script has been written by Bill Fenner  This script has been written by Bill Fenner
 &lt;<a href="mailto:fenner\@freebsd.org">fenner\@freebsd.org</a>&gt;  &lt;<a href="mailto:fenner\@FreeBSD.org">fenner\@FreeBSD.org</a>&gt;
 and improved by Henner Zeller  and improved by Henner Zeller
 &lt;<a href="mailto:zeller\@think.de">zeller\@think.de</a>&gt;,  &lt;<a href="mailto:zeller\@think.de">zeller\@think.de</a>&gt;,
 Henrik Nordstr&ouml;m  Henrik Nordstr&ouml;m
 &lt;<a href="mailto:hno\@hem.passagen.se">hno\@hem.passagen.se</a>&gt;, and  &lt;<a href="mailto:hno\@hem.passagen.se">hno\@hem.passagen.se</a>&gt;, and
 Ken Coar  Ken Coar
 &lt;<a href="mailto:Ken.Coar\@Golux.Com">Ken.Coar\@Golux.Com</a>&gt;;  &lt;<a href="mailto:Ken.Coar\@Golux.Com">Ken.Coar\@Golux.Com</a>&gt;, then
   Akinori MUSHA &lt;<a href="mailto:knu\@FreeBSD.org">knu\@FreeBSD.org</a>&gt;
   brought it back to FreeBSD community and added more facilities;
 it is covered by the  it is covered by the
 <a href="http://www.opensource.org/licenses/bsd-license.html">BSD-Licence</a>.  <a href="http://www.opensource.org/licenses/bsd-license.html">BSD-Licence</a>.
 </p>  </p>
Line 128  If you would like to use this CGI script on your own w
Line 158  If you would like to use this CGI script on your own w
 CVS tree, see Zeller's  CVS tree, see Zeller's
 <a href="http://linux.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi"  <a href="http://linux.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi"
 >CVSweb distribution site</a>. Bill's original script can be found  >CVSweb distribution site</a>. Bill's original script can be found
 <a href="http://www.freebsd.org/~fenner/cvsweb/">here</a>.  <a href="http://www.FreeBSD.org/~fenner/cvsweb/">here</a>.
 </p>  </p>
 <p>  <p>
 Please send any suggestions, comments, etc. to  Please send any suggestions, comments, etc. to
 <a href="mailto:fenner\@freebsd.org">Bill Fenner</a> or, regarding the  <a href="mailto:fenner\@FreeBSD.org">Bill Fenner</a> or, regarding the
 modifications, to  modifications, to
   <a href="mailto:knu\@FreeBSD.org">Akinori MUSHA</a>,
 <a href="mailto:zeller\@think.de">Henner Zeller</a>,  <a href="mailto:zeller\@think.de">Henner Zeller</a>,
 <a href="mailto:hno\@hem.passagen.se">Henrik Nordstr&ouml;m</a>, or  <a href="mailto:hno\@hem.passagen.se">Henrik Nordstr&ouml;m</a>, or
 <a href="mailto:Ken.Coar\@Golux.Com">Ken Coar</a>.  <a href="mailto:Ken.Coar\@Golux.Com">Ken Coar</a>.
Line 182  $show_author = 1;
Line 213  $show_author = 1;
 $dirtable = 1;  $dirtable = 1;
   
 # show different colors for even/odd rows  # show different colors for even/odd rows
 @tabcolors = ('#ccccee', '#ffffff');  @tabcolors = ('#ffffff', '#ffffff');
 $tablepadding = 2;  $tablepadding = 2;
   
 # Color of Header  # Color of Header
 $columnHeaderColorDefault = '#cccccc';  $columnHeaderColorDefault = '#ffffcc';
 $columnHeaderColorSorted = '#88ff88';  $columnHeaderColorSorted  = '#ffcc66';
   
 #  #
 # If you want to have colored borders  # If you want to have colored borders
 # around each row, uncomment this  # around each row, uncomment this
 # $tableBorderColor = '#999999';  $tableBorderColor = '#cccccc';
   
 #  #
 # Modules in the repository that should not be displayed, either by default  # Modules in the repository that should not be displayed, either by default
 # nor by explicit path specification.  # nor by explicit path specification.
 #  #
 @HideModules = (  @HideModules = (
                 );                 );
   
 #  #
 # Use CVSROOT/CVSROOT/descriptions for describing the directories/modules  # Use CVSROOT/CVSROOT/descriptions for describing the directories/modules
Line 228  $use_descriptions = 0;
Line 259  $use_descriptions = 0;
 # exceed the width of the browser  # exceed the width of the browser
 $hr_breakable = 1;  $hr_breakable = 1;
   
 # give out function names in human readable diffs  # give out function names in diffs
 # this just makes sense if we have C-files, otherwise  # this just makes sense if we have C-files, otherwise
 # diff's heuristic doesn't work well ..  # diff's heuristic doesn't work well ..
 # ( '-p' option to diff)  # ( '-p' option to diff)
 $hr_funout = 0;  $showfunc = 1;
   
   # For each pair of regexps, files that match the first regexp will be diff'ed
   # with an '-F' option with the second regexp.
   %funcline_regexp = (
                       "\\.(4th|fr)\$" => "\\(^\\| \\|\t\\): ",
                      );
   
 # ignore whitespaces for human readable diffs  # ignore whitespaces for human readable diffs
 # (indendation and stuff ..)  # (indendation and stuff ..)
 # ( '-w' option to diff)  # ( '-w' option to diff)
Line 266  $inputTextSize = 12;
Line 303  $inputTextSize = 12;
 # cvsweb to guess the correct mime-type on  # cvsweb to guess the correct mime-type on
 # checkout; you can use the mime.types from  # checkout; you can use the mime.types from
 # apache here:  # apache here:
 $mime_types = '/usr/local/web/apache/conf/mime.types';  $mime_types = '/usr/local/etc/apache/mime.types';
   
 # quick mime-type lookup; maps file-suffices to  # quick mime-type lookup; maps file-suffices to
 # mime-types for displaying checkouts in the browser.  # mime-types for displaying checkouts in the browser.
Line 280  $mime_types = '/usr/local/web/apache/conf/mime.types';
Line 317  $mime_types = '/usr/local/web/apache/conf/mime.types';
            "jpeg"  => "image/jpeg",             "jpeg"  => "image/jpeg",
            "jpg"   => "image/jpeg",             "jpg"   => "image/jpeg",
            "*"     => "text/plain",             "*"     => "text/plain",
            );            );
   
 ##############  ##############
 # Misc  # Misc

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>