]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: extindex update on configuration and union section
authorEric Wong <e@80x24.org>
Wed, 15 Feb 2023 08:01:11 +0000 (08:01 +0000)
committerEric Wong <e@80x24.org>
Thu, 16 Feb 2023 04:16:51 +0000 (04:16 +0000)
The coderepo indexer will use similar ideas, I think...

Documentation/public-inbox-extindex.pod

index f71a90e588f16c5e4269ee9c2778d53ae6c888e8..8370b90524c2e3fe54230a766aa4c94db3f1d2ad 100644 (file)
@@ -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