]> Lady’s Gitweb - Gitweb/blobdiff - README
gitweb: optionally read config from GITWEB_CONFIG
[Gitweb] / README
diff --git a/README b/README
index 519eb545603281924f956fac5f3d4da879acee924deea59b52185c88ee50c684..128a1a7ae8c75c429bbc9151011bca5c27c50445095e62112e9870f8b64324fd 100644 (file)
--- a/README
+++ b/README
@@ -5,5 +5,28 @@ The one working on:
 
 From the git version 1.4.0 gitweb is bundled with git.
 
-Any comment/question/concern to:
+
+How to configure gitweb for your local system:
+
+You can specify the following configuration variables when building GIT:
+ * GITWEB_SITENAME
+   Shown in the title of all generated pages, defaults to the servers name.
+ * GITWEB_PROJECTROOT
+   The root directory for all projects shown by gitweb.
+ * GITWEB_LIST
+   points to a directory to scan for projects (defaults to project root)
+   or to a file for explicit listing of projects.
+ * GITWEB_HOMETEXT
+   points to an .html file which is included on the gitweb project
+   overview page.
+ * GITWEB_CSS
+   Points to the location where you put gitweb.css on your web server.
+ * GITWEB_LOGO
+   Points to the location where you put git-logo.png on your web server.
+
+Originally written by:
   Kay Sievers <kay.sievers@vrfy.org>
+
+Any comment/question/concern to:
+  Git mailing list <git@vger.kernel.org>
+
This page took 0.267022 seconds and 4 git commands to generate.