lazarus/components/cgi
mattias 7e97e10f8c translations fixed localize.sh
git-svn-id: trunk@14237 -
2008-02-24 08:40:00 +00:00
..
demo cgilaz: fixed creating designed tcgidatamodules and double freeing application 2008-02-02 09:39:08 +00:00
ide improved make cleanall fro Mazen 2008-02-16 11:09:45 +00:00
languages translations fixed localize.sh 2008-02-24 08:40:00 +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 IDE: fixed i18n flags for packages 2007-10-21 22:16:26 +00:00
cgilaz.pas added package unit 2006-01-20 15:11:16 +00:00
cgimodules.pas cgilaz: fixed creating designed tcgidatamodules and double freeing application 2008-02-02 09:39:08 +00:00
Makefile IDE: fixed initial size of Find in files dialog (bug #7625) 2006-12-01 09:54:59 +00:00
Makefile.fpc improved make cleanall fro Mazen 2008-02-16 11:09:45 +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.