Annotation of libwww/Library/src/HTGopher.html, revision 2.7

2.6       timbl       1: <HTML>
                      2: <HEAD>
                      3: <TITLE>Gopher protocol module for libwww</TITLE></HEAD>
                      4: <BODY>
                      5: <H1>GOPHER ACCESS</H1>
2.7     ! frystyk     6: 
        !             7: This module also cantains the CSO name server access via Gopher.
        !             8: 
2.6       timbl       9: <H3>History:</H3>
                     10: <DL>
2.7     ! frystyk    11: <DT> 8 Jan 92
        !            12: <DD> Adapted from HTTP TBL
        !            13: <DT> 18 May 94
        !            14: <DD> Made more consistent, added HTError and made provision for multi-threads, Henrik Frystyk, frystyk@dxcern.cern.ch
2.6       timbl      15: </DL>
                     16: 
2.1       timbl      17: <PRE>
                     18: #ifndef HTGOPHER_H
                     19: #define HTGOPHER_H
                     20: 
2.6       timbl      21: GLOBALREF HTProtocol HTGopher;
2.1       timbl      22: 
                     23: #endif /* HTGOPHER_H */
2.7     ! frystyk    24: </PRE>
        !            25: end of gopher module
        !            26: </BODY>
2.6       timbl      27: </HTML>

Webmaster