few touches for manual
This commit is contained in:
parent
e0dab7207f
commit
ab0b800688
14
docs/honk.1
14
docs/honk.1
|
@ -29,8 +29,9 @@ For administration, see
|
|||
.Pp
|
||||
This manual is still incomplete.
|
||||
It'll get there eventually.
|
||||
.Ss Following
|
||||
In order to receive regular updates from other users, one must first follow them.
|
||||
.Ss Honkers
|
||||
In order to receive regular updates from other users, they must first
|
||||
be added to one's honker collection.
|
||||
Begin at the
|
||||
.Pa honkers
|
||||
tab.
|
||||
|
@ -47,8 +48,9 @@ Examples:
|
|||
.Dl https://example.social/users/user
|
||||
.Pp
|
||||
.Pp
|
||||
After following a fellow honker, they may be added to one or more
|
||||
.Ic combos .
|
||||
Fellow honkers may be added to one or more
|
||||
.Ic combos
|
||||
to suit one's organizational preferences.
|
||||
These are accessed via the
|
||||
.Pa combos
|
||||
tab and allow easy access to particular groupings.
|
||||
|
@ -57,7 +59,7 @@ The special combo name of one hyphen
|
|||
will remove a honker's posts from the primary feed.
|
||||
.Ss Viewing
|
||||
The primary feed is accessed via the home tab.
|
||||
It will contain posts from all followed honkers.
|
||||
It will contain posts from nearly all honkers.
|
||||
Posts mentioning the user, both followed and not, are collected under the
|
||||
.Pa @me
|
||||
tab.
|
||||
|
@ -86,6 +88,8 @@ but this is unreliable.
|
|||
.It Ic ack
|
||||
Acknowledge reading this post.
|
||||
Typically if it's a reply to one's own post.
|
||||
.It Ic save
|
||||
Save this honk to make it easy to find later.
|
||||
.It Ic edit
|
||||
Change it up.
|
||||
Alas, Update activities do not federate reliably.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<input tabindex=1 type="text" name="name" value="" placeholder="optional" autocomplete=off>
|
||||
<p><label for=combos>combos:</label><br>
|
||||
<input tabindex=1 type="text" name="combos" value="" placeholder="optional">
|
||||
<p><span><label class=button for="peep">skip follow:
|
||||
<p><span><label class=button for="peep">skip subscribe:
|
||||
<input tabindex=1 type="checkbox" id="peep" name="peep" value="peep"><span></span></label></span>
|
||||
<p><button tabindex=1 name="add honker" value="add honker">add honker</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue