about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-02-15 08:01:11 +0000
committerEric Wong <e@80x24.org>2023-02-16 04:16:51 +0000
commitac5f110b85a90f7c2f458a2be502c67f53d917c0 (patch)
tree53e7fc372e875ea5fedc9c0c181ab7a8c5d9bd87 /Documentation
parentbc1af4e96233560f984c37ad721b96dc7f928003 (diff)
downloadpublic-inbox-ac5f110b85a90f7c2f458a2be502c67f53d917c0.tar.gz
The coderepo indexer will use similar ideas, I think...
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-extindex.pod10
1 files changed, 7 insertions, 3 deletions
diff --git a/Documentation/public-inbox-extindex.pod b/Documentation/public-inbox-extindex.pod
index f71a90e5..8370b905 100644
--- a/Documentation/public-inbox-extindex.pod
+++ b/Documentation/public-inbox-extindex.pod
@@ -77,9 +77,9 @@ L<public-inbox-extindex-format(5)>
 
 =head1 CONFIGURATION
 
-public-inbox-extindex does not currently write to the
-L<public-inbox-config(5)> file, configuration may be entered
-manually.  The extindex name of C<all> is a special case which
+public-inbox-extindex does not write to the L<public-inbox-config(5)>
+file, it must be entered manually.
+The extindex name of C<all> is a special case which
 corresponds to indexing C<--all> inboxes.  An example for
 C<--all> is as follows:
 
@@ -89,6 +89,10 @@ C<--all> is as follows:
                 coderepo = foo
                 coderepo = bar
 
+Putting an C<extindex> entry in the config allows L<PublicInbox::WWW>.
+You can have any number of C<extentry.$NAME> sections where C<$NAME>
+is something other than C<all> to display a union of several inboxes.
+
 See L<public-inbox-config(5)> for more details.
 
 =head1 ENVIRONMENT