lazarus/components/cgi
jesus 037203ea19 translations update
git-svn-id: trunk@17606 -
2008-11-26 20:45:06 +00:00
..
demo cgilaz: fixed creating designed tcgidatamodules and double freeing application 2008-02-02 09:39:08 +00:00
ide reverted revison 17284: useful parts can be committed in seperate commits 2008-11-08 19:39:33 +00:00
languages translations update 2008-11-26 20:45:06 +00:00
lib implemented registration functions for project, file and package types, added cgilazide package 2004-11-22 21:39:40 +00:00
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 added package unit 2006-01-20 15:11:16 +00:00
cgimodules.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
Makefile reverted revison 17284: useful parts can be committed in seperate commits 2008-11-08 19:39:33 +00:00
Makefile.fpc reverted revison 17284: useful parts can be committed in seperate commits 2008-11-08 19:39:33 +00:00
README.txt cgilaz: added demo from Michael Van Canneyt 2008-01-31 12:39:37 +00:00

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.