1 | # $Id: config 4889 2009-04-06 12:52:39Z nicklas $ |
---|
2 | # |
---|
3 | # Copyright (C) Authors who contributed to it. |
---|
4 | # |
---|
5 | # This file is part of BASE - BioArray Software Environment. |
---|
6 | # Available at http://base.thep.lu.se/ |
---|
7 | # |
---|
8 | # BASE is free software; you can redistribute it and/or modify it |
---|
9 | # under the terms of the GNU General Public License as published by |
---|
10 | # the Free Software Foundation; either version 3 of the License, or |
---|
11 | # (at your option) any later version. |
---|
12 | # |
---|
13 | # BASE is distributed in the hope that it will be useful, but WITHOUT |
---|
14 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
---|
15 | # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
---|
16 | # License for more details. |
---|
17 | # |
---|
18 | # You should have received a copy of the GNU General Public License |
---|
19 | # along with BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
20 | |
---|
21 | ### This file configures various behaviors for svndigest. |
---|
22 | |
---|
23 | ### Section for setting aliases used in copyright update |
---|
24 | [copyright-alias] |
---|
25 | # jdoe = John Doe |
---|
26 | samuel = Samuel Andersson |
---|
27 | enell = Johan Enell |
---|
28 | jari = Jari Häkkinen |
---|
29 | peter = Peter Johansson |
---|
30 | nicklas = Nicklas Nordborg |
---|
31 | dominic = Dominic Oyeniran |
---|
32 | philippe = Philippe Rocca-Serra |
---|
33 | martin = Martin Svensson |
---|
34 | johan = Johan Vallon-Christersson |
---|
35 | gregory = Gregory Vincic |
---|
36 | |
---|
37 | ### Section for setting trac environment |
---|
38 | [trac] |
---|
39 | # If trac-root is set, svndigest will create anchors to the Trac page. |
---|
40 | trac-root = http://base.thep.lu.se/ |
---|