
# base URI
$my_uri    = "/git/";
# URI of stylesheets
@stylesheets = ("/git/gitweb.css");
# URI of GIT logo (72x27 size)
$logo = "/git/git-logo.png";
# URI of GIT favicon, assumed to be image/png type
$favicon = "/git/git-favicon.png";
# URI of gitweb.js (JavaScript code for gitweb)
$javascript = "/git/gitweb.js";

