# path to git projects (.git) $projectroot = "/data/vcs/git"; # directory to use for temp files $git_temp = "/tmp"; # target of the home link on top of all pages #$home_link = $my_uri || "/"; # html text to include at home page $home_text = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; # Make the description a bit wider (now most descriptions fit. This does look # less pretty on 1024 pixels wide screens, but well.) $projects_list_description_width = 50; # stylesheet to use $stylesheet = "/gitweb.css"; # logo to use $logo = "/git-logo.png"; # the 'favicon' $favicon = "/git-favicon.png"; @git_base_url_list = ( "http://git.stderr.nl", "ssh://git.stderr.nl" )