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