about summary refs log tree commit homepage
path: root/Documentation/public-inbox-config.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-30 11:38:52 +0000
committerEric Wong <e@80x24.org>2019-01-30 11:38:52 +0000
commit218d723d6e52d3ff5627bd55ae418ac6d2763dc6 (patch)
treea59e967d429766916fe0beb028f04680fe5a0be0 /Documentation/public-inbox-config.pod
parent2d5e54cc2e4bae1c370c70cc50e40ef21e82b59c (diff)
downloadpublic-inbox-218d723d6e52d3ff5627bd55ae418ac6d2763dc6.tar.gz
New features ought to be documented
Diffstat (limited to 'Documentation/public-inbox-config.pod')
-rw-r--r--Documentation/public-inbox-config.pod29
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index f7353dca..23ebcc5f 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -91,6 +91,25 @@ C<nntp://news.gmane.org/gmane.mail.public-inbox.general>
 
 Default: none
 
+=item publicinbox.<name>.coderepo
+
+The nickname of a "coderepo" section associated with the inbox.
+May be specified more than once for M:N mapping of code repos to
+inboxes.  If enabled, diff hunk headers in patch emails will
+link to the line numbers of blobs.
+
+Default: none
+
+=item publicinbox.css
+
+The local path name of a CSS file for the PSGI web interface.
+May contain the attributes "media", "title" and "href" which match
+the associated attributes of the HTML <style> tag.
+"href" may be specified to point to the URL of an remote CSS file
+and the path may be "/dev/null" or any empty file.
+Multiple files may be specified and will be included in the
+order specified.
+
 =item publicinboxmda.spamcheck
 
 This may be set to C<none> to disable the use of SpamAssassin
@@ -138,6 +157,16 @@ be treated as the default value.
 
 Default: 25
 
+=item coderepo.<name>.dir
+
+The path to a git repository for "publicinbox.<name>.coderepo"
+
+=item coderepo.<name>.cgitUrl
+
+The URL of the cgit instance associated with the coderepo.
+
+Default: none
+
 =back
 
 =head1 ENVIRONMENT