1 | # $Id: config 3679 2007-08-17 07:18:29Z jari $ |
---|
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 2 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 this program; if not, write to the Free Software |
---|
20 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
21 | # 02111-1307, USA. |
---|
22 | |
---|
23 | ### This file configures various behaviors for svndigest. |
---|
24 | |
---|
25 | ### Section for setting aliases used in copyright update |
---|
26 | [copyright-alias] |
---|
27 | # jdoe = John Doe |
---|
28 | samuel = Samuel Andersson |
---|
29 | enell = Johan Enell |
---|
30 | jari = Jari Hakkinen |
---|
31 | peter = Peter Johansson |
---|
32 | nicklas = Nicklas Nordborg |
---|
33 | dominic = Dominic Oyeniran |
---|
34 | philippe = Philippe Rocca-Serra |
---|
35 | martin = Martin Svensson |
---|
36 | johan = Johan Vallon-Christersson |
---|
37 | gregory = Gregory Vincic |
---|
38 | |
---|
39 | ### Section for setting trac environment |
---|
40 | [trac] |
---|
41 | # If trac-root is set, svndigest will create anchors to the Trac page. |
---|
42 | trac-root = http://base.thep.lu.se/ |
---|