diff options
author | jlam <jlam> | 2001-05-03 13:45:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-03 13:45:25 +0000 |
commit | 85c6f8965bd56bf4a5557ba849ed21c9a3f291f1 (patch) | |
tree | 1d393bf0a798dc3512edef33e77e8b7147e283a0 /www | |
parent | 64bf1a2ad143aeeac9d38028714758712b328124 (diff) | |
download | pkgsrc-85c6f8965bd56bf4a5557ba849ed21c9a3f291f1.tar.gz |
Reformat to ease readability.
Diffstat (limited to 'www')
-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 |