gitweb/README: do not bug Kay with gitweb questions anymore
[git.git] / gitweb / README
blobb91d42a9099924b43aebd8b1b5f968ab16d48465
1 GIT web Interface
3 The one working on:
4   http://www.kernel.org/git/
6 From the git version 1.4.0 gitweb is bundled with git.
9 How to configure gitweb for your local system:
11 You can specify the following configuration variables when building GIT:
12  * GITWEB_SITENAME
13    Shown in the title of all generated pages, defaults to the servers name.
14  * GITWEB_PROJECTROOT
15    The root directory for all projects shown by gitweb.
16  * GITWEB_LIST
17    points to a directory to scan for projects (defaults to project root)
18    or to a file for explicit listing of projects.
19  * GITWEB_HOMETEXT
20    points to an .html file which is included on the gitweb project
21    overview page.
22  * GITWEB_CSS
23    Points to the location where you put gitweb.css on your web server.
24  * GITWEB_LOGO
25    Points to the location where you put git-logo.png on your web server.
27 Originally written by:
28   Kay Sievers <kay.sievers@vrfy.org>
30 Any comment/question/concern to:
31   Git mailing list <git@vger.kernel.org>