File: HTGopher.html

package info (click to toggle)
cern-httpd 3.0A-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 5,392 kB
  • ctags: 6,554
  • sloc: ansic: 37,902; makefile: 1,746; perl: 535; csh: 167; sh: 143
file content (28 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<HTML>
<HEAD>
<TITLE>Gopher protocol module for libwww</TITLE></HEAD>
<BODY>
<H1>GOPHER ACCESS</H1>

This module also cantains the <B>CSO Name Server</B> access via Gopher. The 
module is a part of the <A HREF="Overview.html">CERN Common WWW Library</A>.

<H3>History:</H3>
<DL>
<DT> 8 Jan 92
<DD> Adapted from HTTP TBL
<DT> 18 May 94
<DD> Made more consistent, added HTError and made provision for multi-threads, Henrik Frystyk, frystyk@dxcern.cern.ch
</DL>

<PRE>
#ifndef HTGOPHER_H
#define HTGOPHER_H

GLOBALREF HTProtocol HTGopher;

#endif /* HTGOPHER_H */
</PRE>
end of gopher module
</BODY>
</HTML>