X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=README.txt;h=e43628c2d8755ca40f3d1ce8ef6125a39adf4010;hp=e9122795aa95befedc6ee65e8074e608a7c504e8;hb=ffc71f400dd4cdb8e631186f8e31a93fc641abd7;hpb=c1010b52a964b99e1b9bfcf579d767d0b6bb8012 diff --git a/README.txt b/README.txt index e912279..e43628c 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.9 2001-04-25 19:40:18 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 - -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++. + yaz-my-client basic client + yaz-my-server basic server + yaz-proxy not-so-basic proxy server 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..