X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=README;h=0a4d5d05144c3b3f55916b43e7afee09189dca21;hp=98b37f5dab39f322530304d246e30e25ae373235;hb=b7b92e922e710fab26fc214949cdf8c87c2f4b63;hpb=7d1dd6ed33ed38cfe1d86604ba0c31b31cc2781a diff --git a/README b/README index 98b37f5..0a4d5d0 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ -YAZ++ - A C++ library for YAZ and a ZOOM C++ API. +YAZ++ AKA yazpp - A C++ library for YAZ and a ZOOM C++ API. -$Id: README,v 1.6 2004-04-11 12:27:57 adam Exp $ +Copyright (C) 1998-2015, Index Data +See the file LICENSE for details. Introduction ------------ @@ -17,7 +18,7 @@ Documentation ------------- The "doc" directory contains documentation in HTML and PDF. -You can also read it online at http://www.indexdata.dk/yaz++/ +You can also read it online at http://www.indexdata.com/yazpp Overview -------- @@ -34,7 +35,6 @@ Directory structure of the YAZ++ package: -- src (C++ library) -- zoom (C++ source for ZOOM) -- include/yaz++ (C++ headers) - -- lib (compiled libraries) -- win (Windows build files) -- doc (DocBook-format documentation) @@ -43,7 +43,7 @@ ZOOM-C++ The ZOOM library in this distribution implements the ZOOM C++ binding described on the ZOOM web-site at - http://zoom.z3950.org/bind/cplusplus/index.html + http://zoom.z3950.org/bind/cplusplus/ It provides a simple but powerful API for constructing Z39.50 client applications. See the documentation in doc/zoom.xml for much more information.