1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/www/rubygem-cgi/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
538 B
Plaintext

CGI is a large class, providing several categories of methods, many of which are
mixed in from other modules. Some of the documentation is in this class, some in
the modules CGI::QueryExtension and CGI::HtmlExtension. See CGI::Cookie for
specific information on handling cookies, and cgi/session.rb (CGI::Session) for
information on sessions.
For queries, CGI provides methods to get at environmental variables, parameters,
cookies, and multipart request data. For responses, CGI provides methods for
writing output and generating HTML.