From 3bfc9073c490d556d12dd2d69e0bb2ed6059b71b Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 18 Feb 2010 14:46:50 +0100 Subject: [PATCH] Remove factual error --- doc/book.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index f1524b1..a577d5b 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -35,7 +35,7 @@ merging, relevance ranking, record sorting, and faceted results. It is middleware: it has no user interface of its own, but can be - configured and controlled by a REST-like web-service to provide + configured and controlled by an XML-over-HTTP web-service to provide metasearching functionality behind any user interface. @@ -81,7 +81,7 @@ Additional functionality such as user management and attractive displays are expected to be implemented by applications that use Pazpar2. Pazpar2 itself is user-interface independent. - Its functionality is exposed through a simple REST-style web-service API, + Its functionality is exposed through a simple XML RPC web-service API, designed to be easy to use from an AJAX-enabled browser, Flash animation, Java applet, etc., or from a higher-level server-side language like PHP, Perl or Java. Because session information can be shared between -- 1.7.10.4