author | Lars Hjemli <larsh@hatman.(none)> | 2008-07-19 18:40:30 (UTC) |
---|---|---|
committer | Lars Hjemli <larsh@hatman.(none)> | 2008-07-19 18:47:39 (UTC) |
commit | 502865a5ec40fed5f1f865cb34002aecaab8405e (patch) (unidiff) | |
tree | ab53ab68d6c56948502287ff3cdad45c409aebbb /cgitrc | |
parent | de5e9281719809c5b07051faa88e95bd16e8d485 (diff) | |
download | cgit-502865a5ec40fed5f1f865cb34002aecaab8405e.zip cgit-502865a5ec40fed5f1f865cb34002aecaab8405e.tar.gz cgit-502865a5ec40fed5f1f865cb34002aecaab8405e.tar.bz2 |
Add a favicon option to cgitrc
This option is used to specify a shortcut icon on all cgit pages.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,48 +86,50 @@ | |||
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 | 93 | ## Set the description printed on the root page |
94 | #root-desc=a fast web interface for the git dscm | 94 | #root-desc=a fast web interface for the git dscm |
95 | 95 | ||
96 | 96 | ||
97 | ## 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 |
98 | ## sidebar on the repository index page | 98 | ## sidebar on the repository index page |
99 | #index-info= | 99 | #index-info= |
100 | 100 | ||
101 | 101 | ||
102 | ## 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 |
103 | ## the repository index | 103 | ## the repository index |
104 | #index-header= | 104 | #index-header= |
105 | 105 | ||
106 | 106 | ||
107 | ## Link to css file | 107 | ## Link to css file |
108 | #css=/cgit/cgit.css | 108 | #css=/cgit/cgit.css |
109 | 109 | ||
110 | ## Link to favicon | ||
111 | #favicon=/favicon.ico | ||
110 | 112 | ||
111 | ## Link to logo file | 113 | ## Link to logo file |
112 | #logo=/cgit/git-logo.png | 114 | #logo=/cgit/git-logo.png |
113 | 115 | ||
114 | 116 | ||
115 | ## Url loaded when clicking the logo | 117 | ## Url loaded when clicking the logo |
116 | #logo-link=http://www.kernel.org/pub/software/scm/git/docs/ | 118 | #logo-link=http://www.kernel.org/pub/software/scm/git/docs/ |
117 | 119 | ||
118 | 120 | ||
119 | ## Url loaded when clicking a submodule link | 121 | ## Url loaded when clicking a submodule link |
120 | #module-link=./?repo=%s&page=commit&id=%s | 122 | #module-link=./?repo=%s&page=commit&id=%s |
121 | 123 | ||
122 | 124 | ||
123 | ## Shared prefix which, when combined with repo url, becomes the url used | 125 | ## Shared prefix which, when combined with repo url, becomes the url used |
124 | ## to clone the repo | 126 | ## to clone the repo |
125 | #clone-prefix= | 127 | #clone-prefix= |
126 | 128 | ||
127 | 129 | ||
128 | ## Number of chars shown of repo description (in repolist view) | 130 | ## Number of chars shown of repo description (in repolist view) |
129 | #max-repodesc-length=60 | 131 | #max-repodesc-length=60 |
130 | 132 | ||
131 | 133 | ||
132 | ## Number of chars shown of commit subject message (in log view) | 134 | ## Number of chars shown of commit subject message (in log view) |
133 | #max-message-length=60 | 135 | #max-message-length=60 |