diff options
Diffstat (limited to 'doc/snac.5')
| -rw-r--r-- | doc/snac.5 | 25 |
1 files changed, 20 insertions, 5 deletions
| @@ -158,17 +158,32 @@ This directory stores hard links to the actor objects in the object storage. | |||
| 158 | This directory stores the users being followed as hard links to the 'Follow' | 158 | This directory stores the users being followed as hard links to the 'Follow' |
| 159 | or 'Accept' objects in the object storage. File names are the hashes of each | 159 | or 'Accept' objects in the object storage. File names are the hashes of each |
| 160 | actor Id. | 160 | actor Id. |
| 161 | .It Pa private.idx | ||
| 162 | This file contains the list of timeline entries as a list of hashed | ||
| 163 | object identifiers. | ||
| 164 | .It Pa private/ | 161 | .It Pa private/ |
| 165 | This directory stores hard links to the timeline entries in the object storage. | 162 | This directory stores hard links to the timeline entries in the object storage. |
| 166 | .It Pa public.idx | 163 | .It Pa private.idx |
| 167 | This file contains the list of public timeline entries as a list of hashed | 164 | This file contains the list of timeline entries as a list of hashed |
| 168 | object identifiers. | 165 | object identifiers. |
| 169 | .It Pa public/ | 166 | .It Pa public/ |
| 170 | This directory stores hard links to the public timeline entries in the object | 167 | This directory stores hard links to the public timeline entries in the object |
| 171 | storage. | 168 | storage. |
| 169 | .It Pa public.idx | ||
| 170 | This file contains the list of public timeline entries as a list of hashed | ||
| 171 | object identifiers. | ||
| 172 | .It Pa pinned/ | ||
| 173 | This directory stores hard links to pinned posts. | ||
| 174 | .It Pa pinned.idx | ||
| 175 | This file contains the list of pinned posts as a list of hashed | ||
| 176 | object identifiers. | ||
| 177 | .It Pa bookmark/ | ||
| 178 | This directory stores hard links to bookmarked posts. | ||
| 179 | .It Pa bookmark.idx | ||
| 180 | This file contains the list of pinned posts as a list of hashed | ||
| 181 | object identifiers. | ||
| 182 | .It Pa draft/ | ||
| 183 | This directory stores post drafts. | ||
| 184 | .It Pa draft.idx | ||
| 185 | This file contains the list of drafts as a list of hashed | ||
| 186 | object identifiers. | ||
| 172 | .It Pa muted/ | 187 | .It Pa muted/ |
| 173 | This directory contains files which names are hashes of muted actors. The | 188 | This directory contains files which names are hashes of muted actors. The |
| 174 | content is a line containing the actor URL. | 189 | content is a line containing the actor URL. |