Stripe the tables and semantify the pages.
[catagits/Gitalist.git] / gitalist.conf
1 name Gitalist
2
3 <Model::GitRepos>
4     #git /path/to/git
5     repo_dir __path_to(../)__
6 </Model::GitRepos>
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 # show repository only if this file exists
19 # (only effective if this variable evaluates to true)
20 # export_ok 
21
22 # XXX Code in config FAIL
23 # show repository only if this subroutine returns true
24 # when given the path to the project, for example:
25 #    sub { return -e "$_[0]/git-daemon-export-ok"; }
26 # export_auth_hook
27
28 # stylesheet path/to/your/stylesheet.css
29 logo /git-logo.png
30 favicon /git-favicon.png
31
32 # $feature{'blame'}{'default'} = [1];
33 <feature>
34   <blame>
35     default = 1
36   </blame>
37 </feature>
38
39 # fs traversing limit for getting project list
40 # the number is relative to the projectroot
41 project_maxdepth 2007
42
43 <paging>
44   log = 50
45   summary = 17
46 </paging>