diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-03 19:02:15 +0000 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-03 19:19:26 +0000 |
commit | 0ee035d4ec40f2308e99ab6d450cf606deadef17 (patch) | |
tree | 8e2b9d81eceee28038abec50ac83cb4a6be06af7 /cgitrc.5.txt | |
parent | c4167cbd65acef801e6132ba1182f6ce246ed630 (diff) | |
download | cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar.gz cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.zip |
Rename about-filter to render-filterjd/render-filter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgitrc.5.txt')
-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 6b4efa2..f7924fa 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -26,7 +26,7 @@ defined, use its value instead. GLOBAL SETTINGS --------------- -about-filter:: +render-filter:: Specifies a command which will be invoked to format the content of about pages (both top-level and for each repository). The command will get the content of the about-file on its STDIN, the name of the file @@ -449,8 +449,8 @@ virtual-root:: REPOSITORY SETTINGS ------------------- -repo.about-filter:: - Override the default about-filter. Default value: none. See also: +repo.render-filter:: + Override the default render-filter. Default value: none. See also: "enable-filter-overrides". See also: "FILTER API". repo.branch-sort:: @@ -877,7 +877,7 @@ source-filter=/var/www/cgit/filters/syntax-highlighting.py # Format markdown, restructuredtext, manpages, text files, and html files # through the right converters -about-filter=/var/www/cgit/filters/about-formatting.sh +render-filter=/var/www/cgit/filters/about-formatting.sh ## ## Search for these files in the root of the default branch of repositories |