(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Wed, 30 Apr 2014 15:35:53 +0000 (17:35 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Wed, 30 Apr 2014 15:35:53 +0000 (17:35 +0200)
gitweb.conf [new file with mode: 0644]

diff --git a/gitweb.conf b/gitweb.conf
new file mode 100644 (file)
index 0000000..22c41ab
--- /dev/null
@@ -0,0 +1,31 @@
+# path to git projects (<project>.git)\r
+$projectroot = "/var/cache/git";\r
+\r
+# directory to use for temp files\r
+$git_temp = "/tmp";\r
+\r
+# target of the home link on top of all pages\r
+#$home_link = $my_uri || "/";\r
+\r
+# html text to include at home page\r
+$home_text = "/home/cweiske/www/git.cweiske.de/indextext.html";\r
+\r
+# file with project list; by default, simply scan the projectroot dir.\r
+$projects_list = $projectroot;\r
+\r
+# stylesheet to use\r
+#$stylesheet = "/gitweb.css";\r
+push @stylesheets, "/gitweb-cweiske.css";\r
+\r
+$home_link_str = "git.cweiske.de";\r
+\r
+push @git_base_url_list, "git://git.cweiske.de";\r
+\r
+# logo to use\r
+$logo = "/static/git-logo.png";\r
+\r
+# the 'favicon'\r
+$favicon = "/favicon.ico";\r
+\r
+# nice looking uris\r
+$feature{'pathinfo'}{'default'} = [1];\r