diff -Nur smeserver-gitweb-1.1.0.old/root/etc/e-smith/templates/etc/gitweb.conf/15URI smeserver-gitweb-1.1.0/root/etc/e-smith/templates/etc/gitweb.conf/15URI --- smeserver-gitweb-1.1.0.old/root/etc/e-smith/templates/etc/gitweb.conf/15URI 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-gitweb-1.1.0/root/etc/e-smith/templates/etc/gitweb.conf/15URI 2016-06-10 10:35:05.433000000 -0400 @@ -0,0 +1,12 @@ + +# base URI +$my_uri = "/git/"; +# URI of stylesheets +@stylesheets = ("/git/static/gitweb.css"); +# URI of GIT logo (72x27 size) +$logo = "/git/static/git-logo.png"; +# URI of GIT favicon, assumed to be image/png type +$favicon = "/git/static/git-favicon.png"; +# URI of gitweb.js (JavaScript code for gitweb) +$javascript = "/git/static/gitweb.js"; +