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.
13 public-inbox-learn] -> [inboxdir]
15 [git mirroring tools:\n
18 ] -- git (clone|fetch) &&\n
19 public-inbox-index --> [inboxdir]
27 # Copyright 2020-2021 all contributors <meta@public-inbox.org>
28 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>