X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=blobdiff_plain;f=gitweb_config.perl;h=8d90ec584b6cd7119157780efefe14c30526082a;hp=fa7c2d5251bc949eab4ff1752e0f176348ebb58b;hb=091c37771081eee86f619d2f7e7cefc06495f1b5;hpb=cea14c59bb3e7f4fc6cdb434026a9fcf909ccf3c diff --git a/gitweb_config.perl b/gitweb_config.perl index fa7c2d5..8d90ec5 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -11,11 +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]; + +#bernie: disabled because lame spam harvesters download them all +#$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];