Autorotate image thumbnails.
[geekigeeki.git] / gitweb_config.perl
index 4d0c44c6987d2d809b361fb5d61b64eb9d9c5654..b5abd4f3c0206124e3c387bb731382feab58141d 100755 (executable)
@@ -1,22 +1,24 @@
 #bernie
 
 # path to git projects (<project>.git)
-$projectroot = "/home/bernie/public_html/wiki/git";
+$projectroot = "/srv/www-codewiz/wiki/git";
 
 @git_base_url_list = (
-       'git://www.codewiz.org/~bernie',
-       'http://www.codewiz.org/~bernie/git',
+       'git://codewiz.org/~bernie',
+       'http://codewiz.org/~bernie/git',
        'ssh://shell.codewiz.org/~bernie/public_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];