1 # public-inbox data flow
3 # Note: choose either "delivery tools" OR "git mirroring tools"
4 # for a given inboxdir. Combining them for the SAME inboxdir
5 # will cause conflicts. Of course, different inboxdirs may
6 # choose different means of getting mail into them.
11 | public-inbox-watch |
12 | public-inbox-learn |
13 +--------------------+
17 +----------------------+ +--------------------+
18 | git mirroring tools: | git (clone|fetch) && | |
19 | grok-pull, | public-inbox-index | inboxdir |
20 | various scripts | ----------------------> | |
21 +----------------------+ +--------------------+
25 +--------------------+
26 | read-only daemons: |
27 | public-inbox-httpd |
28 | public-inbox-nntpd |
29 +--------------------+
31 # Copyright 2020 all contributors <meta@public-inbox.org>
32 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>