all repos — honk @ d96bb9376fe1846298c700baef403a002c1762fb

my fork of honk

m
Ted Unangst tedu@tedunangst.com
Wed, 21 Apr 2021 21:03:34 -0400
commit

d96bb9376fe1846298c700baef403a002c1762fb

parent

2b01262a5a8d0ac290d71229ee4595057e3b3917

3 files changed, 6 insertions(+), 1 deletions(-)

jump to
M activity.goactivity.go

@@ -752,6 +752,7 @@ }

} name, _ := att.GetString("name") desc, _ := att.GetString("summary") + desc = html.UnescapeString(desc) if desc == "" { desc = name }

@@ -798,6 +799,7 @@ }

tt, _ := tag.GetString("type") name, _ := tag.GetString("name") desc, _ := tag.GetString("summary") + desc = html.UnescapeString(desc) if desc == "" { desc = name }
M docs/changelog.txtdocs/changelog.txt

@@ -1,6 +1,8 @@

changelog -=== next +=== 0.9.6 Virile Vigorous and Potent + ++ A bug, a fix, a bug fix, a fix bug. + Fix Update processing.
M docs/honk.8docs/honk.8

@@ -95,6 +95,7 @@ .Pp

Custom HTML messages may be added to select pages by using the .Ic admin command. +This interface is a little rough. A restart is required after changes. .Bl -tag -width tenletters .It server