1 |
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 |
2 |
--- smeserver-gitweb-1.1.0.old/root/etc/e-smith/templates/etc/gitweb.conf/15URI 1969-12-31 19:00:00.000000000 -0500 |
3 |
+++ smeserver-gitweb-1.1.0/root/etc/e-smith/templates/etc/gitweb.conf/15URI 2016-06-10 10:35:05.433000000 -0400 |
4 |
@@ -0,0 +1,12 @@ |
5 |
+ |
6 |
+# base URI |
7 |
+$my_uri = "/git/"; |
8 |
+# URI of stylesheets |
9 |
+@stylesheets = ("/git/gitweb.css"); |
10 |
+# URI of GIT logo (72x27 size) |
11 |
+$logo = "/git/git-logo.png"; |
12 |
+# URI of GIT favicon, assumed to be image/png type |
13 |
+$favicon = "/git/git-favicon.png"; |
14 |
+# URI of gitweb.js (JavaScript code for gitweb) |
15 |
+$javascript = "/git/gitweb.js"; |
16 |
+ |