Annotation of libwww/Library/src/HTWAIS.html, revision 2.1

2.1     ! timbl       1: <HEADER>
        !             2: <TITLE>WAIS protocol module for the W3 library</TITLE>
        !             3: <NEXTID N="1">
        !             4: </HEADER>
        !             5: <BODY>
        !             6: <H1>WAIS protocol interface</H1>This module does not actually perform
        !             7: the WAIS protocol directly, but it
        !             8: does using one or more library of
        !             9: the WAIS distribution. The ui.a library
        !            10: came with the old free WAIS from
        !            11: TMC,  the client.a and wais.a libraries
        !            12: are needed from the freeWAIS from
        !            13: CNIDR.<P>
        !            14: If you include this module in the
        !            15: library, you must also
        !            16: <UL>
        !            17: <LI>Register the HTWAIS protocol at initialisation
        !            18: (e.g. HTInit or HTSInit) by compiling
        !            19: it with -DDIRECT_WAIS
        !            20: <LI>Link with the libraries
        !            21: </UL>The wais source files are parsed
        !            22: by a sepaarte and independent module,
        !            23: HTWSRC.   You can include WSRC without
        !            24: including direct wais using this
        !            25: module, and your WWW code will be
        !            26: able to read source files, and access
        !            27: WAIS indexes through a gateway.<P>
        !            28: Anyways, this interface won't change
        !            29: much:
        !            30: <PRE>#ifndef HTWAIS_H
        !            31: #define HTWAIS_H
        !            32: #include "HTUtils.h"
        !            33: #include "HTAccess.h"
        !            34: 
        !            35: extern HTProtocol HTWAIS;
        !            36: 
        !            37: #endif
        !            38: 
        !            39: </PRE>
        !            40: <ADDRESS><A
        !            41: NAME=0 HREF="http://info.cern.ch./hypertext/TBL_Disclaimer.html">Tim BL</A></A>
        !            42: </ADDRESS></BODY>

Webmaster