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