author | Harley Laue <losinggeneration@gmail.com> | 2008-05-21 00:08:21 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-05-21 05:39:57 (UTC) |
commit | e6b635c2b1a0b2c08170c70e8b9e59f4b9789431 (patch) (unidiff) | |
tree | 72c6b77ade6dda081e85d03ae3d3d21a25cc7bf9 | |
parent | 08a8757fa54ee70d31882344ca7f19de5cbe4690 (diff) | |
download | cgit-e6b635c2b1a0b2c08170c70e8b9e59f4b9789431.zip cgit-e6b635c2b1a0b2c08170c70e8b9e59f4b9789431.tar.gz cgit-e6b635c2b1a0b2c08170c70e8b9e59f4b9789431.tar.bz2 |
Added root-desc to default configuration.
Signed-off-by: Harley Laue <losinggeneration@gmail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -81,24 +81,28 @@ | |||
81 | ## url.rewrite = ( | 81 | ## url.rewrite = ( |
82 | ## "^/git/([^?/]+/[^?]*)?(?:\?(.*))?$" => "/cgit.cgi?url=$1&$2" | 82 | ## "^/git/([^?/]+/[^?]*)?(?:\?(.*))?$" => "/cgit.cgi?url=$1&$2" |
83 | ## ) | 83 | ## ) |
84 | ## | 84 | ## |
85 | ## This setting is disabled by default. | 85 | ## This setting is disabled by default. |
86 | #virtual-root=/git | 86 | #virtual-root=/git |
87 | 87 | ||
88 | 88 | ||
89 | ## Set the title printed on the root page | 89 | ## Set the title printed on the root page |
90 | #root-title=Git repository browser | 90 | #root-title=Git repository browser |
91 | 91 | ||
92 | 92 | ||
93 | ## Set the description printed on the root page | ||
94 | #root-desc=a fast web interface for the git dscm | ||
95 | |||
96 | |||
93 | ## If specified, the file at this path will be included as HTML in the | 97 | ## If specified, the file at this path will be included as HTML in the |
94 | ## sidebar on the repository index page | 98 | ## sidebar on the repository index page |
95 | #index-info= | 99 | #index-info= |
96 | 100 | ||
97 | 101 | ||
98 | ## If specified, the file at this path will be included as HTML above | 102 | ## If specified, the file at this path will be included as HTML above |
99 | ## the repository index | 103 | ## the repository index |
100 | #index-header= | 104 | #index-header= |
101 | 105 | ||
102 | 106 | ||
103 | ## Link to css file | 107 | ## Link to css file |
104 | #css=/cgit/cgit.css | 108 | #css=/cgit/cgit.css |