X-Git-Url: https://git.hcoop.net/hcoop/zz_old/gitweb.git/blobdiff_plain/c5afbdf43507450c118239742d52ac7fbd229e2e..412db47522014d830324d3bf0c2374d8a39b6e52:/gitweb.conf 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'];