Nicer format for human readable datestamp
[geekigeeki.git] / gitweb_config.perl
index 1cfa13b79778003ddc917164a174b9a41cd95add..8d90ec584b6cd7119157780efefe14c30526082a 100755 (executable)
@@ -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'];