diff options
Diffstat (limited to 'doc/snac.1')
| -rw-r--r-- | doc/snac.1 | 36 |
1 files changed, 35 insertions, 1 deletions
| @@ -129,6 +129,28 @@ Just what it says in the tin. This is to mitigate spammers | |||
| 129 | coming from Fediverse instances with lax / open registration | 129 | coming from Fediverse instances with lax / open registration |
| 130 | processes. Please take note that this also avoids possibly | 130 | processes. Please take note that this also avoids possibly |
| 131 | legitimate people trying to contact you. | 131 | legitimate people trying to contact you. |
| 132 | .It This account is a bot | ||
| 133 | Set this checkbox if this account behaves like a bot (i.e. | ||
| 134 | posts are automatically generated). | ||
| 135 | .It Auto-boost all mentions to this account | ||
| 136 | If this toggle is set, all mentions to this account are boosted | ||
| 137 | to all followers. This can be used to create groups. | ||
| 138 | .It This account is private | ||
| 139 | If this toggle is set, posts are not published via the public | ||
| 140 | web interface, only via the ActivityPub protocol. | ||
| 141 | .It Collapse top threads by default | ||
| 142 | If this toggle is set, the private timeline will always show | ||
| 143 | conversations collapsed by default. This allows easier navigation | ||
| 144 | through long threads. | ||
| 145 | .It Follow requests must be approved | ||
| 146 | If this toggle is set, follow requests are not automatically | ||
| 147 | accepted, but notified and stored for later review. Pending | ||
| 148 | follow requests will be shown in the people page to be | ||
| 149 | approved or discarded. | ||
| 150 | .It Publish follower and following metrics | ||
| 151 | If this toggle is set, the number of followers and following | ||
| 152 | accounts are made public (this is only the number; the specific | ||
| 153 | lists of accounts are never published). | ||
| 132 | .It Password | 154 | .It Password |
| 133 | Write the same string in these two fields to change your | 155 | Write the same string in these two fields to change your |
| 134 | password. Don't write anything if you don't want to do this. | 156 | password. Don't write anything if you don't want to do this. |
| @@ -262,6 +284,13 @@ section 'Migrating from snac to Mastodon'). | |||
| 262 | Starts a migration from this account to the one set as an alias (see | 284 | Starts a migration from this account to the one set as an alias (see |
| 263 | .Xr snac 8 , | 285 | .Xr snac 8 , |
| 264 | section 'Migrating from snac to Mastodon'). | 286 | section 'Migrating from snac to Mastodon'). |
| 287 | .It Cm import_csv Ar basedir Ar uid | ||
| 288 | Imports CSV data files from a Mastodon export. This command expects the | ||
| 289 | following files to be in the current directory: | ||
| 290 | .Pa bookmarks.csv , | ||
| 291 | .Pa blocked_accounts.csv , | ||
| 292 | .Pa lists.csv , and | ||
| 293 | .Pa following_accounts.csv . | ||
| 265 | .It Cm state Ar basedir | 294 | .It Cm state Ar basedir |
| 266 | Dumps the current state of the server and its threads. For example: | 295 | Dumps the current state of the server and its threads. For example: |
| 267 | .Bd -literal -offset indent | 296 | .Bd -literal -offset indent |
| @@ -284,6 +313,11 @@ in-memory job queue. The thread state can be: waiting (idle waiting | |||
| 284 | for a job to be assigned), input or output (processing I/O packets) | 313 | for a job to be assigned), input or output (processing I/O packets) |
| 285 | or stopped (not running, only to be seen while starting or stopping | 314 | or stopped (not running, only to be seen while starting or stopping |
| 286 | the server). | 315 | the server). |
| 316 | .It Cm import_list Ar basedir Ar uid Ar file | ||
| 317 | Imports a Mastodon list in CSV format. This option can be used to | ||
| 318 | import "Mastodon Follow Packs". | ||
| 319 | .It Cm import_block_list Ar basedir Ar uid Ar file | ||
| 320 | Imports a Mastodon list of accounts to be blocked in CSV format. | ||
| 287 | .El | 321 | .El |
| 288 | .Ss Migrating an account to/from Mastodon | 322 | .Ss Migrating an account to/from Mastodon |
| 289 | See | 323 | See |
| @@ -349,4 +383,4 @@ See the LICENSE file for details. | |||
| 349 | .Sh CAVEATS | 383 | .Sh CAVEATS |
| 350 | Use the Fediverse sparingly. Don't fear the MUTE button. | 384 | Use the Fediverse sparingly. Don't fear the MUTE button. |
| 351 | .Sh BUGS | 385 | .Sh BUGS |
| 352 | Probably plenty. Some issues may be even documented in the TODO.md file. | 386 | Probably many. Some issues may be even documented in the TODO.md file. |