Fix edit link in empty pages.
[geekigeeki.git] / gitweb_config.perl
1 #bernie
2
3 # path to git projects (<project>.git)
4 $projectroot = "/home/bernie/public_html/wiki/git";
5
6 @git_base_url_list = (
7         'git://www.codewiz.org/~bernie',
8         'http://www.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 #bernie: not working with rewrite rule
21 $feature{'pathinfo'}{'default'} = [1];
22
23 #bernie: disabled because lame spam harvesters download them all
24 #$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];