### $Id: config 890 2009-11-25 22:25:38Z peter $ ### This file configures various behaviors for svndigest ### The commented-out below are intended to demonstrate how to use ### this file. ### Section for setting behaviour of copyright update [copyright] # if true svndigest will warn if file has no copyright statement. missing-copyright-warning = no ### Section for setting aliases used in copyright update [copyright-alias] # jdoe = John Doe jari = Jari Häkkinen peter = Peter Johansson ### Section for author color in blame output [author-color] # jdoe = 000000 jari = 0000aa peter = aa0000 ### Section for setting trac environment [trac] # If trac-root is set, svndigest will create anchors to the Trac page. # trac-root = http://dev.thep.lu.se/svndigest/ trac-root = http://dev.thep.lu.se/svndigest/ ### Section for setting dictionary for file names. ### Prior looking for file name pattern in section [parsing-codons], ### the file name may be translated according to the rules ### in this section. In default setting there is, for example, ### a rule to translate `.in' to `'. ### The format of the entries is: ### file-name-pattern = new-name ### Left hand side may contain wildcards (such as '*' and '?'). ### Right hand side may contain "$i", which will be replaced ### with the ith wild card in lhs string. [file-name-dictionary] *.in = $1 ### Section for setting parsing modes ### The format of the entries is: ### file-name-pattern = "start-code" : "end-code" ### The file-name-pattern may contain wildcards (such as '*' and '?'). ### String "\n" can be used for codons containing newline ### character. [parsing-codons] *.ac = "#":"\n" ; "dnl":"\n" *.am = "#":"\n" *.m4 = "#":"\n" ; "dnl":"\n" *.c = "//":"\n" ; "/*":"*/" *.cc = "//":"\n" ; "/*":"*/" *.cpp = "//":"\n" ; "/*":"*/" *.cxx = "//":"\n" ; "/*":"*/" *.h = "//":"\n" ; "/*":"*/" *.hh = "//":"\n" ; "/*":"*/" *.hpp = "//":"\n" ; "/*":"*/" *.java = "//":"\n" ; "/*":"*/" *.pl = "#":"\n" *.pm = "#":"\n" *.sh = "#":"\n" *config = "#":"\n" bootstrap = "#":"\n" Makefile = "#":"\n" *.tex = "%":"\n" *.m = "%":"\n" *.jsp = "" *.html = "<%--":"--%>" *.xml = "" ; "" *.xsl = "" *.xsd = "" *.xhtml = "" *.shtml = "" *.css = "" *.rss = "" *.sgml = "" *.bat = "\nREM":"\n" ; "\nrem":"\n"