X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gitweb_config.perl;h=1cfa13b79778003ddc917164a174b9a41cd95add;hb=a48193c5d01967356c997495f6460223f990451f;hp=50afb8c5824a055cd09534a9f70a11f170bcc3fa;hpb=1c33760fee962c9aa3b77ac6b354485b377e3d9e;p=geekigeeki.git diff --git a/gitweb_config.perl b/gitweb_config.perl index 50afb8c..1cfa13b 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -3,18 +3,21 @@ # path to git projects (.git) $projectroot = "/home/bernie/public_html/wiki/git"; -$site_name = "Codewiz Git Repositories"; +@git_base_url_list = ( + 'git://www.codewiz.org/~bernie', + 'http://www.codewiz.org/~bernie/git', + 'ssh://shell.codewiz.org/~bernie/public_git'); -# stylesheet to use -$stylesheet = "../wikidata/gitweb.css"; +$site_name = "Codewiz Git Repositories"; -# logo to use +# templating +@stylesheets = ("../wikidata/gitweb.css"); $logo = "../wikidata/git-logo.png"; - -# the 'favicon' $favicon = "../wikidata/git-favicon.png"; $feature{'blame'}{'default'} = [1]; #bernie: not working with rewrite rule $feature{'pathinfo'}{'default'} = [1]; + +$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];