From 2097ec2fe8d630aa6998e5004e8e7b709cd41bce Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 6 Jan 2019 15:16:01 -0500 Subject: Add kcgi support to image --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit 1.4.1