From 5caa51f2ff3d501afdb33336afba923443dcd6fe Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 24 Jul 2014 21:38:21 +0100 Subject: [PATCH] Fixed-width font for names of MKWS-special HTML attributes. --- doc/library-configuration.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/library-configuration.markdown b/doc/library-configuration.markdown index ffa7219..f396004 100644 --- a/doc/library-configuration.markdown +++ b/doc/library-configuration.markdown @@ -178,9 +178,9 @@ yourname.com: MKWS applications can choose what subset of the library's targets to use, by means of several alternative settings on individual widgets or -in the mkws_config structure: +in the `mkws_config` structure: -* targets -- contains a Pazpar2 targets string, typically of the form +* `targets` -- contains a Pazpar2 targets string, typically of the form "pz:id=" or "pz:id~" followed by a pipe-separated list of low-level target IDs. @@ -191,13 +191,13 @@ in the mkws_config structure: Or they may be UDBs, so a typical value would be something like: pz:id=brown|artstor -* targetfilter -- contains a CQL query which is used to find relevant +* `targetfilter` -- contains a CQL query which is used to find relevant targets from the relvant library. For example, udb==Google_Images Or categories=news -* target -- contains a single UDB, that of the sole target to be +* `target` -- contains a single UDB, that of the sole target to be used. For example Google_Images This is merely syntactic sugar for "targetfilter" with the query -- 1.7.10.4