Initial revision
[rrdtool.git] / libraries / cgilib-0.4 / readme
1 To use this library simply include the cgi.h include file with the
2 following command in your C programs:
3
4 #include <cgi.h>
5
6 And add the libcgi.a to the linker either by modifying the LDFLAGS in
7 your makefiles or by adding `-lcgi' to the appropriate commandline.
8
9
10 HTTP Return Codes
11
12     http://www.w3.org/Protocols/HTTP/HTRESP.html
13
14 HTTP Headers
15
16     http://www.w3.org/Protocols/HTTP/Object_Headers.html
17
18
19 If you have additions, questions or improvements please don't hesitate
20 to contact me.
21
22 Infodrom Oldenburg
23 Martin Schulze
24 joey@infodrom.north.de