Nicer format for human readable datestamp
[geekigeeki.git] / gitweb_config.perl
index 50afb8c5824a055cd09534a9f70a11f170bcc3fa..8d90ec584b6cd7119157780efefe14c30526082a 100755 (executable)
@@ -3,18 +3,22 @@
 # path to git projects (<project>.git)
 $projectroot = "/home/bernie/public_html/wiki/git";
 
-$site_name   = "Codewiz Git Repositories";
-
-# stylesheet to use
-$stylesheet  = "../wikidata/gitweb.css";
+@git_base_url_list = (
+       'git://www.codewiz.org/~bernie',
+       'http://www.codewiz.org/~bernie/git',
+       'ssh://shell.codewiz.org/~bernie/public_git');
 
-# logo to use
-$logo        = "../wikidata/git-logo.png";
+$site_name   = "Codewiz Git Repositories";
 
-# the 'favicon'
-$favicon     = "../wikidata/git-favicon.png";
+# templating
+@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'];