summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.12
-rw-r--r--doc/snac.525
2 files changed, 22 insertions, 5 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index d715193..14f1b96 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -164,6 +164,8 @@ followers will be informed.
164.It Boost 164.It Boost
165Click this if you want to propagate this post to all your 165Click this if you want to propagate this post to all your
166followers. The original author will also be informed. 166followers. The original author will also be informed.
167.It Bookmark
168Click this to bookmark a post.
167.It Follow 169.It Follow
168Click here if you want to start receiving all the shenanigans 170Click here if you want to start receiving all the shenanigans
169the original author of the post will write in the future. 171the original author of the post will write in the future.
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.