]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/infrastructure/mirror/gitweb.conf
more infrastructure
[xonotic/xonotic.git] / misc / infrastructure / mirror / gitweb.conf
1 # path to git projects (<project>.git)
2 $projectroot = "/var/cache/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 # stylesheet to use
17 $stylesheet = "/gitweb/gitweb.css";
18
19 # logo to use
20 $logo = "/gitweb/git-logo.png";
21
22 # the 'favicon'
23 $favicon = "/gitweb/git-favicon.png";
24
25 $feature{'blame'}{'override'} = 1;
26 $feature{'blame'}{'default'} = [1];
27
28 $feature{'snapshot'}{'override'} = 1;
29 $feature{'snapshot'}{'default'} = [0];
30
31 $feature{'search'}{'default'} = [0];
32
33 $feature{'grep'}{'override'} = 1;
34 $feature{'grep'}{'default'} = [0];
35
36 $feature{'pickaxe'}{'override'} = 1;
37 $feature{'pickaxe'}{'default'} = [0];
38
39 $feature{'show-sizes'}{'override'} = 1;
40 $feature{'show-sizes'}{'default'} = [1];
41
42 $feature{'pathinfo'}{'default'} = [0];
43
44 $feature{'forks'}{'default'} = [1];
45
46 $feature{'actions'}{'default'} = [
47         ("merge-request", "http://nl.git.xonotic.org/merge-request/?n=%n&h=%h&hb=%b", "tree")
48 ];
49
50 $feature{'ctags'}{'default'} = [0];
51
52 $feature{'patches'}{'override'} = 0;
53 $feature{'patches'}{'default'} = [64];
54
55 $feature{'avatar'}{'override'} = 0;
56 $feature{'avatar'}{'default'} = [''];
57
58 $feature{'timed'}{'default'} = [0];
59
60 $feature{'javascript-actions'}{'default'} = [1];