44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
|
|
Instructions for running of the honk.
|
|
|
|
-- following
|
|
|
|
In order to follow somebody, you need to enter one of two identifiers.
|
|
|
|
The easiest is probably their handle, the thing that resembles an email.
|
|
@name@example.com for example.
|
|
|
|
Alternatively, one may directly enter the actor ID, which is a URL that looks
|
|
like https://example.com/users/name. Note that the commonly seen URL with
|
|
@name in it is not their actor ID and won't work.
|
|
|
|
Selecting just peeping won't actually follow them. (Incomplete feature.)
|
|
|
|
-- zonking
|
|
|
|
You can zonk anything you like (or dislike), either your own honk or
|
|
those of others that you're tired of seeing. This reduces its visibility, but
|
|
doesn't attempt to delete it, which is infeasible.
|
|
It's more like disavow.
|
|
|
|
-- privacy
|
|
|
|
Honks are public. Welcome to the internet.
|
|
|
|
Received messages are only visible when logged in, regardless of addressing.
|
|
|
|
-- css
|
|
|
|
Custom CSS may be provided by creating a views/local.css file.
|
|
|
|
-- message
|
|
|
|
A custom server message may be set adding a ('servermsg', 'message') entry to
|
|
the config table using sqlite3.
|
|
|
|
-- emus
|
|
|
|
Custom emus may be provided by creating and populating the emus directory.
|
|
emus may be referenced when composing a honk via colon wrapping. How pleasant.
|
|
This :example: will be replaced by emus/example.png.
|