-rw-r--r-- | cgitrc.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index d74d9e7..6cdfd03 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -157,24 +157,28 @@ local-time:: | |||
157 | Flag which, if set to "1", makes cgit print commit and tag times in the | 157 | Flag which, if set to "1", makes cgit print commit and tag times in the |
158 | servers timezone. Default value: "0". | 158 | servers timezone. Default value: "0". |
159 | 159 | ||
160 | logo:: | 160 | logo:: |
161 | Url which specifies the source of an image which will be used as a logo | 161 | Url which specifies the source of an image which will be used as a logo |
162 | on all cgit pages. Default value: "/cgit.png". | 162 | on all cgit pages. Default value: "/cgit.png". |
163 | 163 | ||
164 | logo-link:: | 164 | logo-link:: |
165 | Url loaded when clicking on the cgit logo image. If unspecified the | 165 | Url loaded when clicking on the cgit logo image. If unspecified the |
166 | calculated url of the repository index page will be used. Default | 166 | calculated url of the repository index page will be used. Default |
167 | value: none. | 167 | value: none. |
168 | 168 | ||
169 | max-atom-items:: | ||
170 | Specifies the number of items to display in atom feeds view. Default | ||
171 | value: "10". | ||
172 | |||
169 | max-commit-count:: | 173 | max-commit-count:: |
170 | Specifies the number of entries to list per page in "log" view. Default | 174 | Specifies the number of entries to list per page in "log" view. Default |
171 | value: "50". | 175 | value: "50". |
172 | 176 | ||
173 | max-message-length:: | 177 | max-message-length:: |
174 | Specifies the maximum number of commit message characters to display in | 178 | Specifies the maximum number of commit message characters to display in |
175 | "log" view. Default value: "80". | 179 | "log" view. Default value: "80". |
176 | 180 | ||
177 | max-repo-count:: | 181 | max-repo-count:: |
178 | Specifies the number of entries to list per page on therepository | 182 | Specifies the number of entries to list per page on therepository |
179 | index page. Default value: "50". | 183 | index page. Default value: "50". |
180 | 184 | ||