<<

SYNOPSIS

   z3950_responder.pl [-h|--help] [--man] [-a <pdufile>] [-v <loglevel>] [-l <logfile>] [-u <user>]
                      [-c <config>] [-t <minutes>] [-k <kilobytes>] [-d <daemon>] [-p <pidfile>]
                      [-C certfile] [-zKiDST1] [-m <time-format>] [-w <directory>] [--debug]
                      [--add-item-status=SUBFIELD] [--prefetch=NUM_RECORDS] [--config-dir=<directory>]
                      [<listener-addr>... ]

OPTIONS

See https://software.indexdata.com/yaz/doc/server.invocation.html for more information about YAZ options not described below.

--help

Prints a brief usage message and exits.

--man

Displays manual page and exits.

--debug

Turns on debug logging to the screen and the single-process mode.

--add-item-status=SUBFIELD

If given, adds item status information to the given subfield.

--add-status-multi-subfield

With the above, instead of putting multiple item statuses in one subfield, adds a subfield for each status string.

--prefetch=NUM_RECORDS

Number of records to prefetch. Defaults to 20.

--config-dir=directory

Directory where to find configuration files required for proper operation. Defaults to z3950 under the Koha config directory.

CONFIGURATION

The item status strings added by --add-item-status can be configured with the Z3950_STATUS authorized value, using the following keys:

AVAILABLE
CHECKED_OUT
LOST
NOT_FOR_LOAN
DAMAGED
WITHDRAWN
IN_TRANSIT
ON_HOLD

<<