From 3a9118524831d1f3a9168034c1655e515f162020 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 19 Nov 2024 15:51:32 +0100 Subject: Updated documentation. --- doc/snac.5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/snac.5 b/doc/snac.5 index 1b28d25..0168430 100644 --- a/doc/snac.5 +++ b/doc/snac.5 @@ -209,6 +209,8 @@ web interface. .It Pa history/ This directory contains generated HTML files. They may be snapshots of the local timeline in previous months or other cached data. +.It Pa server.pid +This file stores the server PID in a single text line. .El .Sh SEE ALSO .Xr snac 1 , -- cgit v1.2.3 From 45f29ede8779bf0e599e3e07089fc4ecef54d627 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 24 Nov 2024 10:33:42 +0100 Subject: Updated documentation. --- doc/snac.1 | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index 4c40ac9..6d719cb 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -129,6 +129,24 @@ Just what it says in the tin. This is to mitigate spammers coming from Fediverse instances with lax / open registration processes. Please take note that this also avoids possibly legitimate people trying to contact you. +.It This account is a bot +Set this checkbox if this account behaves like a bot (i.e. +posts are automatically generated). +.It Auto-boost all mentions to this account +If this toggle is set, all mentions to this account are boosted +to all followers. This can be used to create groups. +.It This account is private +If this toggle is set, posts are not published via the public +web interface, only via the ActivityPub protocol. +.It Collapse top threads by default +If this toggle is set, the private timeline will always show +conversations collapsed by default. This allows easier navigation +through long threads. +.It Follow requests must be approved +If this toggle is set, follow requests are not automatically +accepted, but notified and stored for later review. Pending +follow requests will be shown in the people page to be +approved or discarded. .It Password Write the same string in these two fields to change your password. Don't write anything if you don't want to do this. @@ -349,4 +367,4 @@ See the LICENSE file for details. .Sh CAVEATS Use the Fediverse sparingly. Don't fear the MUTE button. .Sh BUGS -Probably plenty. Some issues may be even documented in the TODO.md file. +Probably many. Some issues may be even documented in the TODO.md file. -- cgit v1.2.3 From ebb1b00457d7a362c08a40aaadd91968f837bca1 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 25 Nov 2024 10:43:56 +0100 Subject: Updated documentation. --- doc/snac.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index 6d719cb..c2691d0 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -280,6 +280,13 @@ section 'Migrating from snac to Mastodon'). Starts a migration from this account to the one set as an alias (see .Xr snac 8 , section 'Migrating from snac to Mastodon'). +.It Cm import_csv Ar basedir Ar uid +Imports CSV data files from a Mastodon export. This command expects the +following files to be in the current directory: +.Pa bookmarks.csv , +.Pa blocked_accounts.csv , +.Pa lists.csv , and +.Pa following_accounts.csv . .It Cm state Ar basedir Dumps the current state of the server and its threads. For example: .Bd -literal -offset indent @@ -302,6 +309,11 @@ in-memory job queue. The thread state can be: waiting (idle waiting for a job to be assigned), input or output (processing I/O packets) or stopped (not running, only to be seen while starting or stopping the server). +.It Cm import_list Ar basedir Ar uid Ar file +Imports a Mastodon list in CSV format. This option can be used to +import "Mastodon Follow Packs". +.It Cm import_block_list Ar basedir Ar uid Ar file +Imports a Mastodon list of accounts to be blocked in CSV format. .El .Ss Migrating an account to/from Mastodon See -- cgit v1.2.3 From 3b8972567776f5ad05b1324e59ebbd6aaabb685c Mon Sep 17 00:00:00 2001 From: default Date: Thu, 5 Dec 2024 09:37:57 +0100 Subject: Updated documentation. --- doc/snac.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index c2691d0..dd84de6 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -147,6 +147,9 @@ If this toggle is set, follow requests are not automatically accepted, but notified and stored for later review. Pending follow requests will be shown in the people page to be approved or discarded. +.It Publish follower and following metrics +If this toggle is set, the number of followers and following +accounts are made public. .It Password Write the same string in these two fields to change your password. Don't write anything if you don't want to do this. -- cgit v1.2.3 From 198d801b05ad2ea4ffdbda495ebb4605e0c0ae97 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 5 Dec 2024 10:02:09 +0100 Subject: Updated documentation. --- doc/snac.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index dd84de6..efba67e 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -149,7 +149,8 @@ follow requests will be shown in the people page to be approved or discarded. .It Publish follower and following metrics If this toggle is set, the number of followers and following -accounts are made public. +accounts are made public (this is only the number; the specific +lists of accounts are never published). .It Password Write the same string in these two fields to change your password. Don't write anything if you don't want to do this. -- cgit v1.2.3