$vhostdir = "madduck"; $pubdir = "pub"; $confroot = "/srv/git/gitweb/git.madduck.net"; $projectroot = "/srv/git/repositories/$vhostdir/$pubdir"; $git_temp = "/tmp"; $site_header = "$confroot/header.html"; $site_footer = "$confroot/footer.html"; $export_ok = "git-daemon-export-ok"; $strict_export = 1; $omit_owner = 1; $base_url = $my_url; @git_base_url_list=("git://git.madduck.net/$vhostdir/$pubdir", "ssh://git@git.madduck.net/$vhostdir/$pubdir", "madduck:$pubdir"); push @stylesheets, 'local.css'; $feature{'pathinfo'}{'default'} = [1]; $feature{'forks'}{'default'} = [1]; $prevent_xss = 1; our $version .= " with super cow powers"; #$export_auth_hook = sub { return -e "$_[0]/git-daemon-export-ok"; };