diff options
author | June McEnroe <june@causal.agency> | 2020-07-14 16:34:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-14 16:34:44 -0400 |
commit | 002a80a782c030c70414944c93f58d370eb81ed7 (patch) | |
tree | db626e48188f3a29149387d0cf1c5b83922daa6d /scooper.1 | |
parent | Set span.irc to pre-wrap (diff) | |
download | scooper-002a80a782c030c70414944c93f58d370eb81ed7.tar.gz scooper-002a80a782c030c70414944c93f58d370eb81ed7.zip |
Allow setting things by env vars
Diffstat (limited to '')
-rw-r--r-- | scooper.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/scooper.1 b/scooper.1 index c00974a..0bd63b0 100644 --- a/scooper.1 +++ b/scooper.1 @@ -28,6 +28,11 @@ provides a CGI or FastCGI web interface for the .Xr litterbox 1 IRC log database. +To use FastCGI, +run +.Nm +under +.Xr kfcgi 8 . . .Pp The arguments are as follows: @@ -72,6 +77,36 @@ The path to the database. .El . +.Sh ENVIRONMENT +In addition to the standard CGI environment variables, +.Nm +reads the following: +.Pp +.Bl -tag -width "SCOOPER_STYLESHEET" -compact +.It Ev SCOOPER_DATABASE +The path to the +.Xr litterbox 1 +database. +.It Ev SCOOPER_GAP +Equivalent to +.Fl g . +.It Ev SCOOPER_LIMIT +Equivalent to +.Fl l . +.It Ev SCOOPER_OVERLAP +Equivalent to +.Fl o . +.It Ev SCOOPER_PUBLIC +Equivalent to +.Fl p . +.It Ev SCOOPER_RECENT +Equivalent to +.Fl r . +.It Ev SCOOPER_STYLESHEET +Equivalent to +.Fl s . +.El +. .Sh SEE ALSO .Xr kfcgi 8 , .Xr litterbox 1 |