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

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.9       frystyk     3: <TITLE>Gopher protocol module for libwww</TITLE>
2.15      frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  7-Jul-1995 -->
2.9       frystyk     5: </HEAD>
2.6       timbl       6: <BODY>
2.7       frystyk     7: 
2.9       frystyk     8: <H1>Gopher Access</H1>
2.7       frystyk     9: 
2.9       frystyk    10: <PRE>
                     11: /*
2.14      frystyk    12: **     (c) COPYRIGHT MIT 1995.
2.9       frystyk    13: **     Please first read the full copyright statement in the file COPYRIGH.
                     14: */
                     15: </PRE>
                     16: 
                     17: This module also cantains the <B>CSO Name Server</B> access via Gopher. <P>
                     18: 
                     19: This module is implemented by <A HREF="HTGopher.c">HTGopher.c</A>, and it is
                     20: a part of the <A
2.16    ! frystyk    21: HREF="http://www.w3.org/hypertext/WWW/Library/">
        !            22: W3C Reference Library</A>.
2.6       timbl      23: 
2.1       timbl      24: <PRE>
                     25: #ifndef HTGOPHER_H
                     26: #define HTGOPHER_H
                     27: 
2.15      frystyk    28: #include "HTProt.h"
2.10      roeber     29: 
2.6       timbl      30: GLOBALREF HTProtocol HTGopher;
2.1       timbl      31: 
2.13      frystyk    32: #endif
2.7       frystyk    33: </PRE>
                     34: end of gopher module
                     35: </BODY>
2.6       timbl      36: </HTML>

Webmaster