author | Matt McCormick (thewtex) <matt@mmmccormick.com> | 2009-02-12 05:06:05 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-02-12 08:37:14 (UTC) |
commit | 9f9ede3d924fc363d6b8d59bea5a668569175a23 (patch) (side-by-side diff) | |
tree | 9e2ecd79cf00f960bacc162521b023136e83300b | |
parent | 8cc02871230aef457006ac775dd1cca5623516a9 (diff) | |
download | cgit-9f9ede3d924fc363d6b8d59bea5a668569175a23.zip cgit-9f9ede3d924fc363d6b8d59bea5a668569175a23.tar.gz cgit-9f9ede3d924fc363d6b8d59bea5a668569175a23.tar.bz2 |
make cgitrc.5.txt asciidoc manpage compatible
According to the instructions and requirements here:
http://www.methods.co.nz/asciidoc/chunked/ar01s20.html
-rw-r--r-- | cgitrc.5.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index fd299ae..f368ced 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -1,59 +1,59 @@ -CGITRC -====== +CGITRC(5) +======== 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. GLOBAL SETTINGS --------------- agefile Specifies a path, relative to each repository path, which can be used to specify the date and time of the youngest commit in the repository. The first line in the file is used as input to the "parse_date" function in libgit. Recommended timestamp-format is "yyyy-mm-dd hh:mm:ss". Default value: "info/web/last-modified". cache-root Path used to store the cgit cache entries. Default value: "/var/cache/cgit". cache-dynamic-ttl Number which specifies the time-to-live, in minutes, for the cached version of repository pages accessed without a fixed SHA1. Default value: "5". cache-repo-ttl Number which specifies the time-to-live, in minutes, for the cached version of the repository summary page. Default value: "5". cache-root-ttl Number which specifies the time-to-live, in minutes, for the cached version of the repository index page. Default value: "5". cache-size The maximum number of entries in the cgit cache. Default value: "0" (i.e. caching is disabled). cache-static-ttl Number which specifies the time-to-live, in minutes, for the cached version of repository pages accessed with a fixed SHA1. Default value: "5". clone-prefix Space-separated list of common prefixes which, when combined with a repository url, generates valid clone urls for the repository. This setting is only used if `repo.clone-url` is unspecified. Default value: none. css Url which specifies the css document to include in all cgit pages. |