Browse Source

Updated documentation.

default 6 months ago
parent
commit
b6f84c3a95
2 changed files with 22 additions and 5 deletions
  1. 2 0
      doc/snac.1
  2. 20 5
      doc/snac.5

+ 2 - 0
doc/snac.1

@@ -164,6 +164,8 @@ followers will be informed.
 .It Boost
 Click this if you want to propagate this post to all your
 followers. The original author will also be informed.
+.It Bookmark
+Click this to bookmark a post.
 .It Follow
 Click here if you want to start receiving all the shenanigans
 the original author of the post will write in the future.

+ 20 - 5
doc/snac.5

@@ -158,17 +158,32 @@ This directory stores hard links to the actor objects in the object storage.
 This directory stores the users being followed as hard links to the 'Follow'
 or 'Accept' objects in the object storage. File names are the hashes of each
 actor Id.
-.It Pa private.idx
-This file contains the list of timeline entries as a list of hashed
-object identifiers.
 .It Pa private/
 This directory stores hard links to the timeline entries in the object storage.
-.It Pa public.idx
-This file contains the list of public timeline entries as a list of hashed
+.It Pa private.idx
+This file contains the list of timeline entries as a list of hashed
 object identifiers.
 .It Pa public/
 This directory stores hard links to the public timeline entries in the object
 storage.
+.It Pa public.idx
+This file contains the list of public timeline entries as a list of hashed
+object identifiers.
+.It Pa pinned/
+This directory stores hard links to pinned posts.
+.It Pa pinned.idx
+This file contains the list of pinned posts as a list of hashed
+object identifiers.
+.It Pa bookmark/
+This directory stores hard links to bookmarked posts.
+.It Pa bookmark.idx
+This file contains the list of pinned posts as a list of hashed
+object identifiers.
+.It Pa draft/
+This directory stores post drafts.
+.It Pa draft.idx
+This file contains the list of drafts as a list of hashed
+object identifiers.
 .It Pa muted/
 This directory contains files which names are hashes of muted actors. The
 content is a line containing the actor URL.