X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=blobdiff_plain;f=gitweb_config.perl;h=8d90ec584b6cd7119157780efefe14c30526082a;hp=1cfa13b79778003ddc917164a174b9a41cd95add;hb=99fb949cf7923eaab08664706287c120b1a93d79;hpb=7ce906e26b7c2c91e232508ccd0af6fe9ec4aeec diff --git a/gitweb_config.perl b/gitweb_config.perl index 1cfa13b..8d90ec5 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -11,13 +11,14 @@ $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]; #bernie: not working with rewrite rule $feature{'pathinfo'}{'default'} = [1]; -$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip']; +#bernie: disabled because lame spam harvesters download them all +#$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];