gitweb.conf: Make customizations.
[hcoop/zz_old/gitweb.git] / gitweb.conf
index b673301..6a5c888 100644 (file)
@@ -7,6 +7,9 @@ $git_temp = "/tmp";
 # target of the home link on top of all pages
 #$home_link = $my_uri || "/";
 
+# string of the home link on top of all pages
+$home_link_str = "HCoop";
+
 # html text to include at home page
 $home_text = "indextext.html";
 
@@ -21,3 +24,6 @@ $logo = "/git-logo.png";
 
 # the 'favicon'
 $favicon = "/git-favicon.png";
+
+# features
+$feature{'snapshot'}{'default'} = ['tgz','zip'];