File:  [Public] / libwww / Library / src / HTGopher.html
Revision 2.27: download - view: text, annotated - select for diffs
Thu May 14 02:10:30 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, Release-5-2, Release-5-1m, HEAD, Before-New-Trace-Messages, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
Changing old pub/WWW links

<HTML>
<HEAD>
<TITLE>W3C Sample Code Library libwww GOPHER CLIENT</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
</HEAD>
<BODY>

<H1>Gopher Access</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module also cantains the <B>CSO Name Server</B> access via Gopher. <P>

This module is implemented by <A HREF="HTGopher.c">HTGopher.c</A>, and
it is a part of the <A HREF="http://www.w3.org/Library/"> W3C
Sample Code Library</A>.

<PRE>
#ifndef HTGOPHER_H
#define HTGOPHER_H

#include "HTProt.h"

extern HTProtCallback HTLoadGopher;

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTGopher.html,v 2.27 1998/05/14 02:10:30 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster