diff options
Diffstat (limited to 'doc/snac.5')
| -rw-r--r-- | doc/snac.5 | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -59,7 +59,7 @@ converted to related emojis: | |||
| 59 | All HTML tags in entries are neutered except the following ones: | 59 | All HTML tags in entries are neutered except the following ones: |
| 60 | .Bd -literal | 60 | .Bd -literal |
| 61 | a p br blockquote ul li | 61 | a p br blockquote ul li |
| 62 | span i b pre code em strong | 62 | span i b u pre code em strong |
| 63 | .Ed | 63 | .Ed |
| 64 | .Pp | 64 | .Pp |
| 65 | .Ss Disk Layout | 65 | .Ss Disk Layout |
| @@ -75,6 +75,8 @@ Directory holding user subdirectories. | |||
| 75 | Directory holding the ActivityPub objects. Filenames are hashes of each | 75 | Directory holding the ActivityPub objects. Filenames are hashes of each |
| 76 | message Id, stored in subdirectories starting with the first two letters | 76 | message Id, stored in subdirectories starting with the first two letters |
| 77 | of the hash. | 77 | of the hash. |
| 78 | .It Pa inbox/ | ||
| 79 | Directory storing collected inbox URLs from other instances. | ||
| 78 | .It Pa archive/ | 80 | .It Pa archive/ |
| 79 | If this directory exists, all input and output messages are logged inside it, | 81 | If this directory exists, all input and output messages are logged inside it, |
| 80 | including HTTP headers. Only useful for debugging. May grow to enormous sizes. | 82 | including HTTP headers. Only useful for debugging. May grow to enormous sizes. |