Better formatting for final bullet list, though I can't really do this
authorMike Taylor <mike@indexdata.com>
Thu, 24 Jul 2014 20:39:53 +0000 (21:39 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 24 Jul 2014 20:39:53 +0000 (21:39 +0100)
properly with the weak Perl implementation of Markdown. I need pandoc.

doc/library-configuration.markdown

index f396004..9b863d0 100644 (file)
@@ -187,21 +187,29 @@ in the `mkws_config` structure:
   At present, these IDs can take one of two forms, depending on the
   configuration of the Service Proxy being used: they may be based on
   ZURLs, so a typical value would be something like:
+
        pz:id=josiah.brown.edu:210/innopac|lui.indexdata.com:8080/solr4/select?fq=database:4902
+
   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
   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
   used. For example
+
        Google_Images
+
   This is merely syntactic sugar for "targetfilter" with the query
-       udb==NAME
+  `udb==NAME`
 
 
 - - -