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