X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gitweb_config.perl;h=a9393f51442ea4cc2ae1f32363be023966020791;hb=bfa2f63dc09c936f10b7cc3c1ee0c1c136af3591;hp=fa7c2d5251bc949eab4ff1752e0f176348ebb58b;hpb=cea14c59bb3e7f4fc6cdb434026a9fcf909ccf3c;p=geekigeeki.git diff --git a/gitweb_config.perl b/gitweb_config.perl index fa7c2d5..a9393f5 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -11,11 +11,16 @@ $projectroot = "/home/bernie/public_html/wiki/git"; $site_name = "Codewiz Git Repositories"; # templating -@stylesheets = ("../wikidata/gitweb.css"); -$logo = "../wikidata/git-logo.png"; -$favicon = "../wikidata/git-favicon.png"; +@stylesheets = ("../wiki/gitweb.css"); +$logo = "../wiki/git-logo.png"; +$favicon = "../wiki/favicon.ico"; $feature{'blame'}{'default'} = [1]; +#$feature{'avatar'}{'default'} = ['gravatar']; + #bernie: not working with rewrite rule $feature{'pathinfo'}{'default'} = [1]; + +#bernie: disabled because lame spam harvesters download them all +#$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];