613141b4bcdf7b9b7b52554cccd1f1cd1297ef71
[matthijs/servers/drsnuggles.git] / etc / gitweb.conf
1 # path to git projects (<project>.git)
2 $projectroot = "/data/vcs/git";
3
4 # directory to use for temp files
5 $git_temp = "/tmp";
6
7 # target of the home link on top of all pages
8 #$home_link = $my_uri || "/";
9
10 # html text to include at home page
11 $home_text = "indextext.html";
12
13 # file with project list; by default, simply scan the projectroot dir.
14 $projects_list = $projectroot;
15
16 # Make the description a bit wider (now most descriptions fit. This does look
17 # less pretty on 1024 pixels wide screens, but well.)
18 $projects_list_description_width = 50;
19
20 # stylesheet to use
21 $stylesheet = "/gitweb.css";
22
23 # logo to use
24 $logo = "/git-logo.png";
25
26 # the 'favicon'
27 $favicon = "/git-favicon.png";
28
29 @git_base_url_list = (
30         "http://git.stderr.nl",
31         "ssh://git.stderr.nl"
32 )