From bd4b4f856f1094d75802a0715c2b242233fc9b5c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Apr 2006 13:04:39 +0000 Subject: [PATCH] Using common entities --- doc/installation.xml | 19 +++++++++---------- doc/introduction.xml | 13 ++++++------- doc/yazpp.xml.in | 12 ++++++++---- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 25ecb9e..dbd3d46 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,17 +1,17 @@ - + Installation You need a C++ compiler to compile and use YAZ++. - The software was implemented using GCC so we know that works - well with YAZ++. From time to time the software has been - compiled on Windows using Visual C++. Other compilers should - work too. Let us know of portability problems, etc. with - your system. + The software was implemented using GCC + so we know that works well with YAZ++. From time to time the + software is compiled on Windows using Visual C++. + Other compilers should work too. Let us know of portability + problems, etc. with your system. YAZ++ is built on top of the - YAZ + YAZ toolkit. You need to install that first. For some platforms there are binary packages for YAZ. @@ -138,9 +138,8 @@ Building on Windows YAZ++ is shipped with "makefiles" for the NMAKE tool that comes - with - Microsoft Visual Studio. - Version 6 and .NET has been tested. We expect that YAZ++ compiles + with Microsoft Visual Studio. + Version 6 and .NET 2003 has been tested. We expect that YAZ++ compiles with version 5 as well. diff --git a/doc/introduction.xml b/doc/introduction.xml index 08fec59..5ec2583 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,15 +1,14 @@ - + Introduction - YAZ++ - is a C++ layer for YAZ and implements the ANSI Z39.50 - protocol for information retrieval (client and server side). - While YAZ itself can be used from both C and C++ it is limited by the - common denominator C. + YAZ++ + is a C++ layer for YAZ and implements the ANSI + Z39.50 protocol for information + retrieval (client and server side). The YAZ++ packages also features a ZOOM interface for C++ ( - ZOOM C++). + ZOOM C++). Later versions (0.7+) of YAZ++ also supports SRW/SRU. diff --git a/doc/yazpp.xml.in b/doc/yazpp.xml.in index dffc31c..c1d8df2 100644 --- a/doc/yazpp.xml.in +++ b/doc/yazpp.xml.in @@ -6,8 +6,10 @@ + + %common; ]> - + YAZ++ User's Guide and Reference @@ -22,14 +24,16 @@ 2002 2003 2004 + 2005 + 2006 Index Data Aps and Mike Taylor - YAZ++ + YAZ++ is a set of libraries and header files that make it easier to use the popular C-language - YAZ toolkit + YAZ toolkit from C++, together with some utilities written using these libraries. It includes an implementation of the C++ binding for ZOOM (ZOOM-C++). @@ -38,7 +42,7 @@ This manual covers version @VERSION@. - CVS ID: $Id: yazpp.xml.in,v 1.3 2006-04-24 12:55:16 marc Exp $ + CVS ID: $Id: yazpp.xml.in,v 1.4 2006-04-27 13:04:39 adam Exp $ -- 1.7.10.4