(no commit message)
[paste/94.git] / gitweb.conf
1 # path to git projects (<project>.git)\r
2 $projectroot = "/var/cache/git";\r
3 \r
4 # directory to use for temp files\r
5 $git_temp = "/tmp";\r
6 \r
7 # target of the home link on top of all pages\r
8 #$home_link = $my_uri || "/";\r
9 \r
10 # html text to include at home page\r
11 $home_text = "/home/cweiske/www/git.cweiske.de/indextext.html";\r
12 \r
13 # file with project list; by default, simply scan the projectroot dir.\r
14 $projects_list = $projectroot;\r
15 \r
16 # stylesheet to use\r
17 #$stylesheet = "/gitweb.css";\r
18 push @stylesheets, "/gitweb-cweiske.css";\r
19 \r
20 $home_link_str = "git.cweiske.de";\r
21 \r
22 push @git_base_url_list, "git://git.cweiske.de";\r
23 \r
24 # logo to use\r
25 $logo = "/static/git-logo.png";\r
26 \r
27 # the 'favicon'\r
28 $favicon = "/favicon.ico";\r
29 \r
30 # nice looking uris\r
31 $feature{'pathinfo'}{'default'} = [1];\r