Lines 1-9
Link Here
|
1 |
ecgi (easy CGI Libary) is an ANSI C library for the creation of |
1 |
ecgi (easy CGI Libary) is an ANSI C library for the creation of |
2 |
CGI-based Web applications. It transparently supports the CGI methods |
2 |
CGI-based Web applications. It transparently supports the CGI methods |
3 |
GET and POST and also multipart/form-data file uploads. The user |
3 |
GET and POST, and also multipart/form-data file uploads. The user |
4 |
interface is designed to be as easy as possible and maintains full |
4 |
interface is designed to be as easy as possible and maintains full |
5 |
compatibility to cgic 0.5. |
5 |
compatibility to cgic 0.5. |
6 |
|
6 |
|
7 |
It also contains a library independent introduction to CGI programming |
7 |
It also contains a library independent introduction to CGI programming |
8 |
with C, a .html to .h HTML template preprocessor, and fast, |
8 |
with C, an .html to .h HTML template preprocessor, and fast, |
9 |
block-allocating memory files. |
9 |
block-allocating memory files. |
|
|
10 |
|
11 |
WWW: http://bsdforge.com/projects/devel/ecgi/ |