From 6a8bbb0642cc2256976e0f2e0203c4b61bd7f3ad Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 13 Feb 2013 14:22:22 +0100 Subject: [PATCH] Delete old openbsd ports link. SunOS -> Solaris --- doc/installation.xml | 8 +------- doc/introduction.xml | 3 ++- doc/tools.xml | 21 ++++++++++----------- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 4e61cbe..116c193 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -20,7 +20,7 @@ Ubuntu Linux, FreeBSD (i386), MAC OSX, - SunOS 5.10 (sparc), + Solaris, Windows 7, Windows Xp. @@ -103,12 +103,6 @@ - - - OpenBSD: - - - diff --git a/doc/introduction.xml b/doc/introduction.xml index bd327b5..fe98a7e 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -25,7 +25,8 @@ Supports - Solr Web Service version 1.4.x (client side only) + Solr Web Service version 1.4.x + (client side only) Supports the following transports: BER over TCP/IP diff --git a/doc/tools.xml b/doc/tools.xml index ddb6807..e490b1c 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -52,17 +52,16 @@ #include <yaz/pquery.h> - YAZ_PQF_Parser yaz_pqf_create (void); + YAZ_PQF_Parser yaz_pqf_create(void); - void yaz_pqf_destroy (YAZ_PQF_Parser p); + void yaz_pqf_destroy(YAZ_PQF_Parser p); - Z_RPNQuery *yaz_pqf_parse (YAZ_PQF_Parser p, ODR o, const char *qbuf); + Z_RPNQuery *yaz_pqf_parse(YAZ_PQF_Parser p, ODR o, const char *qbuf); - Z_AttributesPlusTerm *yaz_pqf_scan (YAZ_PQF_Parser p, ODR o, + Z_AttributesPlusTerm *yaz_pqf_scan(YAZ_PQF_Parser p, ODR o, Odr_oid **attributeSetId, const char *qbuf); - - int yaz_pqf_error (YAZ_PQF_Parser p, const char **msg, size_t *off); + int yaz_pqf_error(YAZ_PQF_Parser p, const char **msg, size_t *off); A PQF parser is created and destructed by functions @@ -91,12 +90,12 @@ #include <yaz/pquery.h> - Z_RPNQuery *p_query_rpn (ODR o, oid_proto proto, const char *qbuf); + Z_RPNQuery *p_query_rpn(ODR o, oid_proto proto, const char *qbuf); - Z_AttributesPlusTerm *p_query_scan (ODR o, oid_proto proto, + Z_AttributesPlusTerm *p_query_scan(ODR o, oid_proto proto, Odr_oid **attributeSetP, const char *qbuf); - int p_query_attset (const char *arg); + int p_query_attset(const char *arg); The function p_query_rpn() takes as arguments an @@ -934,8 +933,8 @@ To parse a simple string with a FIND query use the function -struct ccl_rpn_node *ccl_find_str (CCL_bibset bibset, const char *str, - int *error, int *pos); +struct ccl_rpn_node *ccl_find_str(CCL_bibset bibset, const char *str, + int *error, int *pos); which takes the CCL profile (bibset) and query -- 1.7.10.4