2019-08-20 07:40:35 +02:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2019 Ted Unangst
|
|
|
|
.\"
|
|
|
|
.\" Permission to use, copy, modify, and distribute this software for any
|
|
|
|
.\" purpose with or without fee is hereby granted, provided that the above
|
|
|
|
.\" copyright notice and this permission notice appear in all copies.
|
|
|
|
.\"
|
|
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
|
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
|
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
|
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
.\"
|
|
|
|
.Dd $Mdocdate$
|
|
|
|
.Dt HONK 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm honk
|
|
|
|
.Nd federated status conveyance
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm honk
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility processes status updates and other microblog activities.
|
|
|
|
This is the user manual.
|
|
|
|
For administration, see
|
|
|
|
.Xr honk 8 .
|
|
|
|
.Pp
|
2019-08-20 08:19:04 +02:00
|
|
|
This manual is very incomplete.
|
2019-10-02 06:19:00 +02:00
|
|
|
It'll get there eventually.
|
2019-08-20 20:30:52 +02:00
|
|
|
.Ss Following
|
2019-10-02 06:19:00 +02:00
|
|
|
In order to receive regular updates from other users, one must first follow them.
|
2019-08-22 06:07:18 +02:00
|
|
|
Begin at the
|
|
|
|
.Pa honkers
|
|
|
|
tab.
|
|
|
|
The
|
|
|
|
.Ar url
|
|
|
|
field is required.
|
|
|
|
Either of two forms are accepted, the user's handle (or webfinger) or their
|
|
|
|
ActivityPub actor URL.
|
|
|
|
The
|
|
|
|
.Ar name
|
|
|
|
field is optional and will be automatically inferred.
|
|
|
|
Examples:
|
|
|
|
.Dl @user@example.social
|
|
|
|
.Dl https://example.social/users/user
|
|
|
|
.Pp
|
|
|
|
.Pp
|
|
|
|
After following a fellow honker, they may be added to one or more
|
|
|
|
.Ic combos .
|
|
|
|
These are accessed via the
|
|
|
|
.Pa combos
|
|
|
|
tab and allow easy access to particular groupings.
|
|
|
|
The special combo name of one hyphen
|
|
|
|
.Sq -
|
|
|
|
will remove a honker's posts from the primary feed.
|
|
|
|
.Ss Viewing
|
2019-10-02 06:19:00 +02:00
|
|
|
The primary feed is accessed via the home tab.
|
2019-08-22 06:07:18 +02:00
|
|
|
It will contain posts from all followed honkers.
|
|
|
|
Posts mentioning the user, both followed and not, are collected under the
|
|
|
|
.Pa @me
|
|
|
|
tab.
|
2019-10-02 02:58:17 +02:00
|
|
|
.Pp
|
2019-10-02 06:19:00 +02:00
|
|
|
Individual honks contain a visual representation of the honker's ID,
|
|
|
|
their name, the activity (with a link back to origin), a link to the
|
|
|
|
parent post if applicable, and the convoy (thread) identifier.
|
|
|
|
.Pp
|
|
|
|
.Lk screenshot-honk.png screenshot of one honk
|
2019-08-22 06:07:18 +02:00
|
|
|
.Ss Honking
|
2019-10-02 06:19:00 +02:00
|
|
|
Begin by pressin button marked
|
2019-08-22 06:07:18 +02:00
|
|
|
.Dq it's honking time
|
2019-10-02 06:19:00 +02:00
|
|
|
to activate the honk form.
|
2019-08-22 06:07:18 +02:00
|
|
|
.Pp
|
|
|
|
One may attach a file to a post.
|
|
|
|
Images are automatically rescaled and reduced in size for federation.
|
2019-10-02 06:19:00 +02:00
|
|
|
A description, or caption, is encouraged.
|
|
|
|
Text files are also supported as attachments.
|
|
|
|
.Pp
|
|
|
|
One may also check in to a location.
|
|
|
|
The available fields, all optional, are
|
|
|
|
.Ar name ,
|
|
|
|
.Ar url ,
|
|
|
|
.Ar latitude ,
|
|
|
|
and
|
|
|
|
.Ar longitude .
|
|
|
|
By default, location data is rounded to approximately 1/500 decimal degree
|
|
|
|
accuracy.
|
|
|
|
Pressing the check in button a second time will refine this to more a
|
|
|
|
precise location.
|
2019-08-22 06:07:18 +02:00
|
|
|
.Pp
|
2019-10-02 06:19:00 +02:00
|
|
|
A limited subset of markdown is supported, including bold, italics, quotes,
|
|
|
|
and code blocks.
|
|
|
|
Mentioning a specfic user such as
|
2019-08-22 06:07:18 +02:00
|
|
|
.Pq @user@example.social
|
|
|
|
will send a copy of the message to them.
|
|
|
|
When replying, the author of the parent post is automatically mentioned.
|
2019-10-02 06:19:00 +02:00
|
|
|
.Pp
|
|
|
|
Threads from the tiny bird site may be included as quotes in a post via the
|
|
|
|
.Ar hoot
|
|
|
|
operator.
|
|
|
|
.Dl hoot: https://twitter.com/tedunangst/status/835172824734175234
|
|
|
|
.Pp
|
|
|
|
Custom emoji may included via colon wrapping
|
|
|
|
.Pq :hellsyeah: .
|
|
|
|
A meme (sticker, reacion gif) may be included with the
|
|
|
|
.Ar meme
|
|
|
|
operator.
|
|
|
|
.Dl meme: honk.mp4
|
|
|
|
A full list of emoji and memes may be found in the
|
|
|
|
.Pa funzone .
|
|
|
|
.Pp
|
|
|
|
When everything is at last ready to go, press the
|
|
|
|
.Dq it's gonna be honked
|
|
|
|
button.
|
2019-08-22 06:07:18 +02:00
|
|
|
.Ss zonkzone
|
|
|
|
Sometimes other users of the federation can get unruly.
|
|
|
|
The zonkzone can be of great use to restore order to one's timeline.
|
2019-08-20 07:40:35 +02:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr honk 8
|
|
|
|
.Sh STANDARDS
|
2019-08-22 06:17:08 +02:00
|
|
|
.Pp
|
|
|
|
.Lk https://www.w3.org/TR/activitypub/ "ActivityPub"
|
|
|
|
.Pp
|
|
|
|
.Lk https://www.w3.org/TR/activitystreams-vocabulary/ "Activity Vocabulary"
|
2019-08-20 07:40:35 +02:00
|
|
|
.Sh HISTORY
|
2019-08-22 06:17:08 +02:00
|
|
|
Started March 2019.
|
2019-08-20 07:40:35 +02:00
|
|
|
.Sh AUTHORS
|
|
|
|
Ted Unangst.
|
|
|
|
.Sh CAVEATS
|
2019-08-22 06:17:08 +02:00
|
|
|
Not all ActivityPub implementations work the same way.
|
2019-08-20 07:40:35 +02:00
|
|
|
.Sh BUGS
|
|
|
|
Only features.
|