X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fb2f3f6c29bad733723152893c5246a756e4cada..9f9ede3d924fc363d6b8d59bea5a668569175a23:/cgitrc.5.txt diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 0bbbea3..f368ced 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -1,5 +1,5 @@ -CGITRC -====== +CGITRC(5) +======== NAME @@ -7,8 +7,8 @@ NAME cgitrc - runtime configuration for cgit -DESCRIPTION ------------ +SYNOPSIS +-------- Cgitrc contains all runtime settings for cgit, including the list of git repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank lines, and lines starting with '#', are ignored. @@ -84,6 +84,10 @@ footer verbatim at the bottom of all pages (i.e. it replaces the standard "generated by..." message. Default value: none. +header + The content of the file specified with this option will be included + verbatim at the top of all pages. Default value: none. + include Name of a configfile to include before the rest of the current config- file is parsed. Default value: none. @@ -302,8 +306,8 @@ root-desc=tracking the foobar development root-readme=/var/www/htdocs/about.html -# Allow download of tar.gz, tar.bz and zip-files -snapshots=tar.gz tar.bz zip +# Allow download of tar.gz, tar.bz2 and zip-files +snapshots=tar.gz tar.bz2 zip ##