all repos — honk @ 5b0455627b8fa2d8b1defddf28be4c73ed2e1a32

my fork of honk

few touches for manual
Ted Unangst tedu@tedunangst.com
Sat, 12 Oct 2019 10:42:45 -0400
commit

5b0455627b8fa2d8b1defddf28be4c73ed2e1a32

parent

a369110825be20779f36a0ac2a96cb2f19e826e2

2 files changed, 10 insertions(+), 6 deletions(-)

jump to
M docs/honk.1docs/honk.1

@@ -29,8 +29,9 @@ .Xr honk 8 .

.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 @@ .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 . +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 @@ .Sq -

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.
M views/honkers.htmlviews/honkers.html

@@ -11,7 +11,7 @@ <p><label for=name>name:</label><br>

<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>