diff options
-rw-r--r-- | www/cgilib/pkg/DESCR | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/cgilib/pkg/DESCR b/www/cgilib/pkg/DESCR index 9c65e52245c..f28e02294b5 100644 --- a/www/cgilib/pkg/DESCR +++ b/www/cgilib/pkg/DESCR @@ -1,8 +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 library of CGI routines: -cgiDebug, cgiFree, cgiFreeList, cgiGetCookie, -cgiGetCookies, cgiGetValue, cgiGetVariables, -cgiHeader, cgiInit, cgiRedirect, cgiSetHeader, -cgiSetType. +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 |