gitweb: Make the description field wider.
[matthijs/servers/drsnuggles.git] / etc / gitweb.conf
index a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4..613141b4bcdf7b9b7b52554cccd1f1cd1297ef71 100644 (file)
@@ -13,6 +13,10 @@ $home_text = "indextext.html";
 # file with project list; by default, simply scan the projectroot dir.
 $projects_list = $projectroot;
 
+# Make the description a bit wider (now most descriptions fit. This does look
+# less pretty on 1024 pixels wide screens, but well.)
+$projects_list_description_width = 50;
+
 # stylesheet to use
 $stylesheet = "/gitweb.css";
 
@@ -23,6 +27,6 @@ $logo = "/git-logo.png";
 $favicon = "/git-favicon.png";
 
 @git_base_url_list = (
-       "http://git.stderr.nl/git",
-       "ssh://git.stderr.nl/data/vcs/git"
+       "http://git.stderr.nl",
+       "ssh://git.stderr.nl"
 )