lazarus/components/cgi
mattias 95e9a9b545 LCL: fixed typo
git-svn-id: trunk@16423 -
2008-09-05 00:15:31 +00:00
..
demo cgilaz: fixed creating designed tcgidatamodules and double freeing application 2008-02-02 09:39:08 +00:00
ide cgi components: regenerated make files for carbon support 2008-06-23 10:22:57 +00:00
languages LCL: fixed typo 2008-09-05 00:15:31 +00:00
lib
cgilaz.lpk components: give packages that depend on the LCL a widget set dependent unit output directory to prevent overwriting the compiled unit when the widget set changes (bug #9963) 2008-04-05 08:18:16 +00:00
cgilaz.pas
cgimodules.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
Makefile components: regenerated Makefiles 2008-08-27 20:57:57 +00:00
Makefile.fpc components: regenerated Makefiles 2008-08-27 20:57:57 +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.