all repos — honk @ 03e5faff1a90338d02e708c5ca0fd7dcd656b5c2

my fork of honk

make a docs directory, add a very short manual.
Ted Unangst tedu@tedunangst.com
Fri, 12 Apr 2019 16:21:43 -0400
commit

03e5faff1a90338d02e708c5ca0fd7dcd656b5c2

parent

cddb36be49b98ad95472413e9f9c5b1bd48e2f9e

5 files changed, 19 insertions(+), 3 deletions(-)

jump to
M READMEREADME

@@ -51,4 +51,6 @@ Then run honk.

./honk +Refer also to the docs directory, in particular manual.txt. + Busy honk instances may use megabytes of memory.
A docs/manual.txt

@@ -0,0 +1,17 @@

+ +Instructions for running of the honk. + +-- css + +Custom CSS may be provided by creating a views/local.css file. + +-- message + +A custom server message may be set adding a ('servermsg', 'message') entry to +the config table using sqlite3. + +-- emus + +Custom emus may be provided by creating and populating the emus directory. +emus may be referenced when composing a honk via colon wrapping. How pleasant. +This :example: will be replaced by emus/example.png.
M ping.txtdocs/ping.txt

@@ -84,4 +84,3 @@ -- future

It may be helpful to have a variant of Ping that does perform retries to test recovery after disconnect. -
M spec.txtdocs/spec.txt

@@ -14,8 +14,6 @@

The config table contains settings, some of which may not be editable via the normal interface. -The welcome message on the first page is stored as servermsg. - For development purposes, adding a config value (debug, 1) to the database will disable caching and hot reload templates. It's not meant to be harmful in production, just less efficient.