all repos — honk @ 1b5598e4865536f91a2285ed5cbaada3f04d6fc7

my fork of honk

some updates to documentation
Ted Unangst tedu@tedunangst.com
Tue, 23 Apr 2019 16:32:37 -0400
commit

1b5598e4865536f91a2285ed5cbaada3f04d6fc7

parent

7dbb69fba17ec1685cb05e1372abcbeb9d06309a

2 files changed, 18 insertions(+), 0 deletions(-)

jump to
M docs/manual.txtdocs/manual.txt

@@ -1,6 +1,12 @@

Instructions for running of the honk. +-- posting + +Should work as expected. Supports **bold** and *italics*. + +Large images are rescaled and reduced. + -- following In order to follow somebody, you need to enter one of two identifiers.

@@ -12,6 +18,8 @@ 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. +Followed honkers may be assigned to combos, listing all their honks together. + Selecting just peeping won't actually follow them. (Incomplete feature.) -- zonking

@@ -20,6 +28,9 @@ 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. + +The killzone supports blocking unwanted contacts. One may block an actor +(zonker), a domain (zurl), or thread (zonvoy). -- privacy
M docs/spec.txtdocs/spec.txt

@@ -18,6 +18,13 @@ 5 - it's dead.

A random drift of up to 10% is added to each delay to avoid swarming. +-- federating + +Messages are transformed for federation and display. Some transformations +occur send side and some occur receive client because it's more exciting that +way. @mentions and *markdown* are converted to HTML before transmission. +Message :emoji: are converted to inline images after receiving. + -- schema Some notes on the database schema. Mostly for development, but maybe useful