X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README.txt;h=27fd545cb091bc35244e75381ac4f961392d0e79;hb=4391c9699f5a37b73d63ba157157e9221aec566c;hp=e9122795aa95befedc6ee65e8074e608a7c504e8;hpb=7a8b8195358610868a183c6b72844c94dc317f2b;p=yazpp-moved-to-github.git diff --git a/README.txt b/README.txt index e912279..27fd545 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ YAZ++ - A C++ library for YAZ -$Id: README.txt,v 1.8 2001-01-10 09:14:08 adam Exp $ +$Id: README.txt,v 1.10 2001-11-06 17:08:05 adam Exp $ o Introduction @@ -14,19 +14,14 @@ o Overview YAZ++ builds a programmers' library libyaz++.lib and a few example applications: - yaz-client++ basic client - yaz-server++ basic server - yaz-proxy proxy server + yaz-my-client basic client + yaz-my-server basic server + yaz-proxy not-so-basic proxy server -Description in HTML format of object model can be found in the sub -directory doc. The top-page of the documentaion is index.html. The -documentation was auto-generated from YAZ++ source using doc++. - -Directory structure of the YAZ++ package. +Directory structure of the YAZ++ package: -- src (C++ source) - -- include (C++ headers) - -- doc (documentation) + -- include/yaz++ (C++ headers) -- win (Windows build files) o Installation, Unix @@ -56,8 +51,8 @@ those compilers. Workspace yazxx.dsw includes the projects yazxx.dsp - builds yazxx.dll - yazclient.dsp - builds yazclient.exe - yazserver.dsp - builds yazserver.exe + yazclient.dsp - builds yazmyclient.exe + yazserver.dsp - builds yazmyserver.exe yazproxy.dsp - builds yazproxy.exe o About the proxy..