1 # path to git projects (<project>.git)
2 $projectroot = "/var/cache/git";
4 # directory to use for temp files
7 # target of the home link on top of all pages
8 #$home_link = $my_uri || "/";
10 # html text to include at home page
11 $home_text = "indextext.html";
13 # file with project list; by default, simply scan the projectroot dir.
14 $projects_list = $projectroot;
17 $stylesheet = "/gitweb.css";
20 $logo = "/git-logo.png";
23 $favicon = "/git-favicon.png";