diff options
author | Aaron Griffin <agriffin@datalogics.com> | 2010-02-04 18:08:16 -0600 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-03-22 23:46:00 +0100 |
commit | 80476b0d2873eb212fad38487fd6189bd6629cbe (patch) | |
tree | bdacb5527659ebb8296e95dfbe3ea5f74fe3a9ac /cgitrc.5.txt | |
parent | 65ced7c00907af7e8bd5d239a4fa854a84535520 (diff) | |
download | cgit-80476b0d2873eb212fad38487fd6189bd6629cbe.tar.gz cgit-80476b0d2873eb212fad38487fd6189bd6629cbe.tar.bz2 cgit-80476b0d2873eb212fad38487fd6189bd6629cbe.zip |
Add 'max-atom-items' config variable
This allows one to specify the items in the RSS feeds
Signed-off-by: Aaron Griffin <agriffin@datalogics.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgitrc.5.txt')
-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 @@ -166,6 +166,10 @@ logo-link:: calculated url of the repository index page will be used. Default value: none. +max-atom-items:: + Specifies the number of items to display in atom feeds view. Default + value: "10". + max-commit-count:: Specifies the number of entries to list per page in "log" view. Default value: "50". |