-rw-r--r-- | cgitrc.5.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 7754923..0412f64 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -148,4 +148,8 @@ max-stats:: | |||
148 | disabled. Default value: none. See also: "repo.max-stats". | 148 | disabled. Default value: none. See also: "repo.max-stats". |
149 | 149 | ||
150 | mimetype.<ext>:: | ||
151 | Set the mimetype for the specified filename extension. This is used | ||
152 | by the `plain` command when returning blob content. | ||
153 | |||
150 | module-link:: | 154 | module-link:: |
151 | Text which will be used as the formatstring for a hyperlink when a | 155 | Text which will be used as the formatstring for a hyperlink when a |
@@ -330,4 +334,17 @@ snapshots=tar.gz tar.bz2 zip | |||
330 | 334 | ||
331 | ## | 335 | ## |
336 | ## List of common mimetypes | ||
337 | ## | ||
338 | |||
339 | mimetype.git=image/git | ||
340 | mimetype.html=text/html | ||
341 | mimetype.jpg=image/jpeg | ||
342 | mimetype.jpeg=image/jpeg | ||
343 | mimetype.pdf=application/pdf | ||
344 | mimetype.png=image/png | ||
345 | mimetype.svg=image/svg+xml | ||
346 | |||
347 | |||
348 | ## | ||
332 | ## List of repositories. | 349 | ## List of repositories. |
333 | ## PS: Any repositories listed when repo.group is unset will not be | 350 | ## PS: Any repositories listed when repo.group is unset will not be |