lazarus/components/cgi
2010-07-14 20:43:51 +00:00
..
demo
ide Czech translation update by chronos, bug #16925 2010-07-14 20:43:51 +00:00
languages Czech translation update by chronos, bug #16925 2010-07-14 20:43:51 +00:00
lib
cgilaz.lpk
cgilaz.pas components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
cgimodules.pas
Makefile cgi: updated Makefile 2010-07-01 23:04:19 +00:00
Makefile.fpc cgi: updated Makefile 2010-07-01 23:04:19 +00:00
README.txt

cgi

With the cgimodules.pas unit you can easily create cgi applications with
datamodules.

In the IDE sub directory you can find a design time package, which will install
some helpful IDE features like 'Simple CGI Application' and 'Simple CGI Module'.

Note that this package is deprecated in favour of the more advanced lazweb
package: that package supports Apache modules and CGI applications with a
unified structure, using a similar but more elaborate approach.

For very simple CGI programs, cgimodules is still suitable, though.