make a docs directory, add a very short manual.
Ted Unangst tedu@tedunangst.com
Fri, 12 Apr 2019 16:21:43 -0400
5 files changed,
19 insertions(+),
3 deletions(-)
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.txt
→
docs/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.txt
→
docs/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.