diff options
Diffstat (limited to 'www/cgilib/DESCR')
-rw-r--r-- | www/cgilib/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/cgilib/DESCR b/www/cgilib/DESCR new file mode 100644 index 00000000000..f28e02294b5 --- /dev/null +++ b/www/cgilib/DESCR @@ -0,0 +1,7 @@ +The Common Gateway Interface is a way to create dynamic web pages. It +defines rules for interaction between a program and the web server while +the server talks to the client. cgilib provides a C library CGI routines: + + cgiDebug, cgiFree, cgiFreeList, cgiGetCookie, cgiGetCookies, + cgiGetValue, cgiGetVariables, cgiHeader, cgiInit, cgiRedirect, + cgiSetHeader, cgiSetType |