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