1 |
unnilennium |
1.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 |
unnilennium |
1.4 |
+@stylesheets = ("/git/static/gitweb.css"); |
10 |
unnilennium |
1.1 |
+# URI of GIT logo (72x27 size) |
11 |
unnilennium |
1.4 |
+$logo = "/git/static/git-logo.png"; |
12 |
unnilennium |
1.1 |
+# URI of GIT favicon, assumed to be image/png type |
13 |
unnilennium |
1.4 |
+$favicon = "/git/static/git-favicon.png"; |
14 |
unnilennium |
1.1 |
+# URI of gitweb.js (JavaScript code for gitweb) |
15 |
unnilennium |
1.4 |
+$javascript = "/git/static/gitweb.js"; |
16 |
unnilennium |
1.1 |
+ |