diff options
author | default <nobody@localhost> | 2023-03-08 04:47:57 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-08 04:47:57 +0100 |
commit | 1956c05ca495324e4cf44a80f59e56d9ef994269 (patch) | |
tree | bb89dc0987bbba263c7d38a6610311f87f95d42e /doc | |
parent | 278575c2aab3733d90eb6019d25182f5e442021c (diff) |
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.5 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,7 +59,7 @@ converted to related emojis: All HTML tags in entries are neutered except the following ones: .Bd -literal a p br blockquote ul li -span i b pre code em strong +span i b u pre code em strong .Ed .Pp .Ss Disk Layout @@ -75,6 +75,8 @@ Directory holding user subdirectories. Directory holding the ActivityPub objects. Filenames are hashes of each message Id, stored in subdirectories starting with the first two letters of the hash. +.It Pa inbox/ +Directory storing collected inbox URLs from other instances. .It Pa archive/ If this directory exists, all input and output messages are logged inside it, including HTTP headers. Only useful for debugging. May grow to enormous sizes. |