From: mwolson_admin Date: Sun, 24 Feb 2008 21:35:50 +0000 (-0500) Subject: gitweb.conf: Make customizations. X-Git-Url: https://git.hcoop.net/hcoop/zz_old/gitweb.git/commitdiff_plain/412db47522014d830324d3bf0c2374d8a39b6e52 gitweb.conf: Make customizations. --- diff --git a/gitweb.conf b/gitweb.conf index b673301..6a5c888 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -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'];