• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H27-Oct-2014-14,90711,539

doc/H03-May-2022-3,5073,160

include/H27-Oct-2014-2,6401,622

m4/H27-Oct-2014-293276

src/H27-Oct-2014-7,3996,267

win/H27-Oct-2014-239151

zlint/H27-Oct-2014-2,3301,830

zoom/H27-Oct-2014-1,6751,284

ChangeLogH A D27-Oct-2014146.5 KiB5,1713,477

Doxyfile.inH A D14-Aug-201452.6 KiB1,288917

IDMETAH A D27-Oct-2014122 54

LICENSEH A D14-Aug-20141.5 KiB2622

Makefile.amH A D14-Aug-2014523 2515

Makefile.inH A D27-Oct-201427.5 KiB880781

NEWSH A D27-Oct-20147.8 KiB323177

READMEH A D14-Aug-20141.3 KiB5036

TODOH A D14-Aug-2014525 2816

aclocal.m4H A D27-Oct-2014342.8 KiB9,7548,790

buildconf.shH A D14-Aug-20141.2 KiB5642

configureH A D27-Oct-2014547.5 KiB18,13215,193

configure.acH A D14-Aug-20142 KiB7364

yazpp-config.inH A D14-Aug-20142.1 KiB123110

yazpp.specH A D14-Aug-20141.6 KiB7358

README

1YAZ++ AKA yazpp - A C++ library for YAZ and a ZOOM C++ API.
2
3Copyright (C) 1998-2014, Index Data
4See the file LICENSE for details.
5
6Introduction
7------------
8
9YAZ++ is a set of libraries and header files that make it easier to
10use the the YAZ toolkit from C++, together with some utilities written
11using these libraries. It includes an implementation of the C++ binding
12for ZOOM.
13
14YAZ++ and ZOOM C++ use the same BSD-like license as YAZ - see LICENSE
15file for details.
16
17Documentation
18-------------
19
20The "doc" directory contains documentation in HTML and PDF.
21You can also read it online at http://www.indexdata.com/yazpp
22
23Overview
24--------
25
26YAZ++ builds a programmers' library libyaz++.lib and a few
27applications:
28
29  yaz-my-client      basic client
30  yaz-my-server      basic server
31  zclient            basic ZOOM client
32
33Directory structure of the YAZ++ package:
34
35  -- src (C++ library)
36  -- zoom (C++ source for ZOOM)
37  -- include/yaz++ (C++ headers)
38  -- win (Windows build files)
39  -- doc (DocBook-format documentation)
40
41ZOOM-C++
42--------
43
44The ZOOM library in this distribution implements the ZOOM C++ binding
45described on the ZOOM web-site at
46	http://zoom.z3950.org/bind/cplusplus/
47It provides a simple but powerful API for constructing Z39.50 client
48applications.  See the documentation in doc/zoom.xml for much more
49information.
50