From ab3d4029734a3feee084b31ef0af3c97b9109d85 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 9 Dec 2013 12:22:26 +0000 Subject: [PATCH] Refer throughout to pz2.js rather than libpz2.js, since the latter has been killed (shortly after being given birth). --- tools/htdocs/whitepaper.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/htdocs/whitepaper.markdown b/tools/htdocs/whitepaper.markdown index 97f058c..dce4f30 100644 --- a/tools/htdocs/whitepaper.markdown +++ b/tools/htdocs/whitepaper.markdown @@ -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 -- 1.7.10.4