about summary refs log tree commit homepage
path: root/Documentation/public-inbox-overview.pod
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-22 08:27:29 +0000
committerEric Wong <e@yhbt.net>2020-02-23 04:52:19 +0000
commitd87053bf6cae0258125e84e1531d5f1206c53288 (patch)
tree8909c9d5e672f19dcbe22828994facb5d84d35c0 /Documentation/public-inbox-overview.pod
parent9703d80efd848f582e5b265db1958e0f143d8712 (diff)
downloadpublic-inbox-d87053bf6cae0258125e84e1531d5f1206c53288.tar.gz
Since v2 inboxes contain multiple git repositories, avoid the
use of the word "repository" when referring to inboxes as a
whole in most places.
Diffstat (limited to 'Documentation/public-inbox-overview.pod')
-rw-r--r--Documentation/public-inbox-overview.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/public-inbox-overview.pod b/Documentation/public-inbox-overview.pod
index 583aea87..44989e6e 100644
--- a/Documentation/public-inbox-overview.pod
+++ b/Documentation/public-inbox-overview.pod
@@ -70,7 +70,7 @@ your mirror to other readers.
 Mirroring mailing lists may be done by any reader
 of a mailing list using L<public-inbox-watch(1)>.
 
-        # This will create a new git repository:
+        # This will create a new v2 inbox:
         public-inbox-init -V2 NAME INBOX_DIR MY_URL LIST_ADDRESS
 
 Then, see the L<public-inbox-watch(1)> manual for configuring
@@ -109,8 +109,7 @@ See L<public-inbox-httpd(1)> and L<public-inbox-nntpd(1)>
 for more information on using these daemons.
 
 Hosting a public-inbox over HTTP or NNTP will never require
-write access to any files in the git repository, including
-the search indices or article number map database.
+write access to any files in the inbox directory.
 
 Users familiar with PSGI and L<Plack> may also use
 L<PublicInbox::WWW> with the preferred server instead of