Remove unused and confusing config setting
[catagits/Gitalist.git] / gitalist.conf
1 name Gitalist
2
3 <Model::Git>
4     #git /path/to/git
5     repo_dir __path_to(../)__
6 </Model::Git>
7
8 sitename "Gitalist presently"
9
10 # URI and label (title) of GIT logo link
11 logo_url   git-scm.org
12 logo_label "git homepage"
13 logo_img   /git-logo.png
14
15 home_link /
16 home_link_str "A Gitalist"
17
18 # XXX let's not hardcode these yeah?
19 version 1.6.3.3
20
21 # show repository only if this file exists
22 # (only effective if this variable evaluates to true)
23 # export_ok 
24
25 # XXX Code in config FAIL
26 # show repository only if this subroutine returns true
27 # when given the path to the project, for example:
28 #    sub { return -e "$_[0]/git-daemon-export-ok"; }
29 # export_auth_hook
30
31 # stylesheet path/to/your/stylesheet.css
32 logo /git-logo.png
33 favicon /git-favicon.png
34
35 # $feature{'blame'}{'default'} = [1];
36 <feature>
37         <blame>
38                 default = 1
39         </blame>
40 </feature>
41
42 # fs traversing limit for getting project list
43 # the number is relative to the projectroot
44 project_maxdepth 2007
45
46 <paging>
47   log = 50
48   summary = 16
49 </paging>