# -*- Perl -*- # path to git projects (.git) $projectroot = "/var/cache/git"; # directory to use for temp files $git_temp = "/tmp"; # target of the home link on top of all pages #$home_link = $my_uri || "/"; # string of the home link on top of all pages $home_link_str = "HCoop"; # html text to include at home page $home_text = "/var/local/lib/gitweb/indextext.html"; # filename of cached version of front page $cached_front_page = "/var/local/lib/gitweb/indexcache.html"; # name of site $site_name = "HCoop Git"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; # list of git base URLs used for URL to where fetch project from @git_base_url_list = ('git://git.hcoop.net/git', 'http://git.hcoop.net/git'); # stylesheet to use $stylesheet = "/gitweb.css"; # logo to use $logo = "/git-logo.png"; # the 'favicon' $favicon = "/git-favicon.png"; # features $feature{'snapshot'}{'default'} = ['tgz','zip'];