Autorotate image thumbnails.
[geekigeeki.git] / gitweb_config.perl
index 8d90ec584b6cd7119157780efefe14c30526082a..b5abd4f3c0206124e3c387bb731382feab58141d 100755 (executable)
@@ -1,11 +1,11 @@
 #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";
@@ -17,6 +17,8 @@ $favicon     = "../wiki/favicon.ico";
 
 $feature{'blame'}{'default'} = [1];
 
+#$feature{'avatar'}{'default'} = ['gravatar'];
+
 #bernie: not working with rewrite rule
 $feature{'pathinfo'}{'default'} = [1];