gitweb: Add default config file.
authorroot <root@template.drsnuggles.stderr.nl>
Mon, 24 Nov 2008 21:51:18 +0000 (22:51 +0100)
committerroot <root@template.drsnuggles.stderr.nl>
Mon, 24 Nov 2008 21:51:18 +0000 (22:51 +0100)
etc/gitweb.conf [new file with mode: 0644]

diff --git a/etc/gitweb.conf b/etc/gitweb.conf
new file mode 100644 (file)
index 0000000..b673301
--- /dev/null
@@ -0,0 +1,23 @@
+# path to git projects (<project>.git)
+$projectroot = "/var/cache/git";
+
+# directory to use for temp files
+$git_temp = "/tmp";
+
+# target of the home link on top of all pages
+#$home_link = $my_uri || "/";
+
+# html text to include at home page
+$home_text = "indextext.html";
+
+# file with project list; by default, simply scan the projectroot dir.
+$projects_list = $projectroot;
+
+# stylesheet to use
+$stylesheet = "/gitweb.css";
+
+# logo to use
+$logo = "/git-logo.png";
+
+# the 'favicon'
+$favicon = "/git-favicon.png";