Update gitweb
[geekigeeki.git] / gitweb_config.perl
1 #bernie
2
3 # path to git projects (<project>.git)
4 $projectroot = "/srv/www-codewiz/wiki/git";
5
6 @git_base_url_list = (
7         'git://codewiz.org/~bernie',
8         'http://codewiz.org/~bernie/git',
9         'ssh://shell.codewiz.org/~bernie/public_git');
10
11 $site_name   = "Codewiz Git Repositories";
12
13 # templating
14 @stylesheets = ("../wiki/gitweb.css");
15 $logo        = "../wiki/git-logo.png";
16 $favicon     = "../wiki/favicon.ico";
17
18 $feature{'blame'}{'default'} = [1];
19
20 #$feature{'avatar'}{'default'} = ['gravatar'];
21
22 #bernie: not working with rewrite rule
23 $feature{'pathinfo'}{'default'} = [1];
24
25 #bernie: disabled because lame spam harvesters download them all
26 #$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];