snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit b6f84c3a958e86c048f227cc6d0fe128db5ba366
parent 05cff0a254ffbcd5baf05f969aecd0368dccd584
Author: default <nobody@localhost>
Date:   Fri, 13 Sep 2024 09:28:21 +0200

Updated documentation.

Diffstat:
Mdoc/snac.1 | 2++
Mdoc/snac.5 | 25++++++++++++++++++++-----
2 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/doc/snac.1 b/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. diff --git 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. 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.