Throw a bit more Moose around, and copy config to model so that we can test (and...
[catagits/Gitalist.git] / gitalist.conf
CommitLineData
89de6a33 1name Gitalist
86382b95 2
e99c6ee1 3#git /path/to/git
86382b95 4projectroot /home/dbrook/dev
e66db0fb 5repo_dir /home/dbrook/dev
6
7sitename "Gitalist presently"
8
9# URI and label (title) of GIT logo link
10logo_url git-scm.org
11logo_label "git homepage"
12logo_img /git-logo.png
13
14home_link /
15home_link_str "A Gitalist"
16
17# XXX let's not hardcode these yeah?
18version 1.6.3.3
86382b95 19
20# show repository only if this file exists
21# (only effective if this variable evaluates to true)
22# export_ok
23
24# XXX Code in config FAIL
25# show repository only if this subroutine returns true
26# when given the path to the project, for example:
27# sub { return -e "$_[0]/git-daemon-export-ok"; }
28# export_auth_hook
29
86382b95 30# stylesheet path/to/your/stylesheet.css
31logo /git-logo.png
32favicon /git-favicon.png
33
34# $feature{'blame'}{'default'} = [1];
35<feature>
36 <blame>
37 default = 1
38 </blame>
39</feature>
40
41# fs traversing limit for getting project list
42# the number is relative to the projectroot
43project_maxdepth 2007