X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fgitweb.conf;h=17cb61d2aaee60d67bbc0096016b080c043be535;hb=refs%2Fheads%2Fwww;hp=b6733015fa3bfc25f4872521cc3e51249ea31ee4;hpb=26af12f4a744e7f18c34fc62d0fffe22e72400f3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/gitweb.conf b/etc/gitweb.conf index b673301..17cb61d 100644 --- a/etc/gitweb.conf +++ b/etc/gitweb.conf @@ -14,10 +14,27 @@ $home_text = "indextext.html"; $projects_list = $projectroot; # stylesheet to use -$stylesheet = "/gitweb.css"; +$stylesheet = "gitweb.css"; + +# javascript code for gitweb +$javascript = "gitweb.js"; # logo to use -$logo = "/git-logo.png"; +$logo = "git-logo.png"; # the 'favicon' -$favicon = "/git-favicon.png"; +$favicon = "git-favicon.png"; + +# Local additions: + +$projectroot = "/data/vcs/git"; +$projects_list = $projectroot; + +# Make the description a bit wider (now most descriptions fit. This does look +# less pretty on 1024 pixels wide screens, but well.) +$projects_list_description_width = 50; + +@git_base_url_list = ( + "http://git.stderr.nl", + "ssh://git.stderr.nl" +);