aboutsummaryrefslogtreecommitdiffstats
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-03 21:02:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-03 21:19:26 +0200
commit0ee035d4ec40f2308e99ab6d450cf606deadef17 (patch)
tree8e2b9d81eceee28038abec50ac83cb4a6be06af7 /cgitrc.5.txt
parentc4167cbd65acef801e6132ba1182f6ce246ed630 (diff)
downloadcgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar.gz
cgit-0ee035d4ec40f2308e99ab6d450cf606deadef17.tar.xz
Rename about-filter to render-filterorigin/jd/render-filter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r--cgitrc.5.txt8
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