### $Id: config 687 2008-05-01 06:21:14Z jari $$ ### This file configures various behaviors for svndigest ### The commented-out below are intended to demonstrate how to use ### this file. ### Section for setting aliases used in copyright update [copyright-alias] # jdoe = John Doe dominic = Dominic Oyeniran enell = Johan Enell jari = Jari Häkkinen martin = Martin Svensson mattias = Mattias Ohlsson mbayer = Micha Bayer nicklas = Nicklas Nordborg peter = Peter Johansson ### Section for setting trac environment [trac] # If trac-root is set, svndigest will create anchors to the Trac page. # trac-root = http://trac.thep.lu.se/svndigest/ trac-root = http://baseplugins.thep.lu.se/ ### Section for setting dictionary for file names. ### Prior looking for file name pattern in section [codon], ### 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" ; "dnl":"\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"