diff options
author | June McEnroe <june@causal.agency> | 2019-01-06 15:16:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-06 15:16:01 -0500 |
commit | c9350ab570b386f6db075ca15aa5b1b8d2e8685e (patch) | |
tree | 62a820ed0574933bab60b4afb014acd856a1ab8c /README | |
parent | Add cap_rights_limit calls to client and server (diff) | |
download | torus-c9350ab570b386f6db075ca15aa5b1b8d2e8685e.tar.gz torus-c9350ab570b386f6db075ca15aa5b1b8d2e8685e.zip |
Add kcgi support to image
Diffstat (limited to '')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README index 67c4dcc..f79c8be 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ NAME SYNOPSIS server [-d data] [-p pidfile] [-s sock] client [-h] [-s sock] - image [-d data] [-f font] [-x x] [-y y] + image [-k] [-d data] [-f font] [-x x] [-y y] meta merge data1 data2 data3 @@ -18,7 +18,8 @@ DESCRIPTION interface. image renders a tile from a data file using a PSF2 font to PNG on - standard output. + standard output. To build with kcgi(3) support, copy kcgi.mk to + config.mk. meta extracts metadata from a data file on standard input to CSV on standard ouput. The CSV fields are tileX, tileY, createTime, @@ -38,6 +39,8 @@ DESCRIPTION -h Write help page data to standard output and exit. + -k Run a FastCGI worker for use with kfcgi(8). + -p pidfile Daemonize and write PID to pidfile. Only available on FreeBSD. |