few touches for manual

This commit is contained in:
Ted Unangst 2019-10-12 10:42:45 -04:00
parent e0dab7207f
commit ab0b800688
2 changed files with 10 additions and 6 deletions

View File

@ -29,8 +29,9 @@ For administration, see
.Pp .Pp
This manual is still incomplete. This manual is still incomplete.
It'll get there eventually. It'll get there eventually.
.Ss Following .Ss Honkers
In order to receive regular updates from other users, one must first follow them. In order to receive regular updates from other users, they must first
be added to one's honker collection.
Begin at the Begin at the
.Pa honkers .Pa honkers
tab. tab.
@ -47,8 +48,9 @@ Examples:
.Dl https://example.social/users/user .Dl https://example.social/users/user
.Pp .Pp
.Pp .Pp
After following a fellow honker, they may be added to one or more Fellow honkers may be added to one or more
.Ic combos . .Ic combos
to suit one's organizational preferences.
These are accessed via the These are accessed via the
.Pa combos .Pa combos
tab and allow easy access to particular groupings. 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. will remove a honker's posts from the primary feed.
.Ss Viewing .Ss Viewing
The primary feed is accessed via the home tab. 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 Posts mentioning the user, both followed and not, are collected under the
.Pa @me .Pa @me
tab. tab.
@ -86,6 +88,8 @@ but this is unreliable.
.It Ic ack .It Ic ack
Acknowledge reading this post. Acknowledge reading this post.
Typically if it's a reply to one's own 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 .It Ic edit
Change it up. Change it up.
Alas, Update activities do not federate reliably. Alas, Update activities do not federate reliably.

View File

@ -11,7 +11,7 @@
<input tabindex=1 type="text" name="name" value="" placeholder="optional" autocomplete=off> <input tabindex=1 type="text" name="name" value="" placeholder="optional" autocomplete=off>
<p><label for=combos>combos:</label><br> <p><label for=combos>combos:</label><br>
<input tabindex=1 type="text" name="combos" value="" placeholder="optional"> <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> <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> <p><button tabindex=1 name="add honker" value="add honker">add honker</button>
</form> </form>