source: trunk/.svndigest/config @ 274

Last change on this file since 274 was 274, checked in by Peter Johansson, 16 years ago

support for Trac. Fixes #125. Also added a config file.

  • Property svn:keywords set to Id
File size: 637 bytes
Line 
1### $Id: config 274 2007-05-02 09:05:55Z peter $
2### This file configures various behaviors for svndigest
3### The commented-out below are intended to demonstrate how to use
4### this file.
5
6### Section for setting aliases used in copyright update
7[copyright-alias]
8# jdoe = John Doe
9jari = Jari Häkkinen
10peter = Peter Johansson
11
12### Section for setting trac environment
13[trac]
14# If trac-ticket is set, svndigest will create anchors for
15# ticket to the Trac page.
16trac-ticket = http://lev.thep.lu.se/trac/svndigest/ticket/
17# If trac-revision is set, svndigest will create anchors for
18# revisions to the Trac page.
19trac-revision = http://lev.thep.lu.se/trac/svndigest/changeset/
20
Note: See TracBrowser for help on using the repository browser.