Refer throughout to pz2.js rather than libpz2.js, since the latter has
authorMike Taylor <mike@indexdata.com>
Mon, 9 Dec 2013 12:22:26 +0000 (12:22 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 9 Dec 2013 12:22:26 +0000 (12:22 +0000)
been killed (shortly after being given birth).

tools/htdocs/whitepaper.markdown

index 97f058c..dce4f30 100644 (file)
@@ -19,13 +19,13 @@ Index Data provides several different toolkits for communicating with
 its metasearching middleware, trading off varying degrees of
 flexibility against convenience:
 
-* libpz2.js -- a low-level JavaScript library for interrogating the
+* pz2.js -- a low-level JavaScript library for interrogating the
   Service Proxy and Pazpar2. It allows the HTML/JavaScript programmer
   to create JavaScript applications display facets, records, etc. that
   are fetched from the metasearching middleware.
 
 * masterkey-ui-core -- a higher-level, complex JavaScript library that
-  uses libpz2.js to provide the pieces needed for building a
+  uses pz2.js to provide the pieces needed for building a
   full-featured JavaScript application.
 
 * MasterKey Demo UI -- an example of a searching application built on