]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc/config: document coderepo and css bits
authorEric Wong <e@80x24.org>
Wed, 30 Jan 2019 11:38:52 +0000 (11:38 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Jan 2019 11:38:52 +0000 (11:38 +0000)
New features ought to be documented

Documentation/public-inbox-config.pod

index f7353dcaff7e326e410087c10f16f83143861870..23ebcc5fc6c1655e478ba8800f314a4f32741c99 100644 (file)
@@ -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