lazarus/components/cgi
2010-06-02 23:10:50 +00:00
..
demo
ide regenerated translations; updated Russian translation 2010-06-02 23:10:50 +00:00
languages * Updated Chineese translation by shinyv 2009-04-26 15:44:31 +00:00
lib
cgilaz.lpk
cgilaz.pas Components: try to prevent IDE from modifying autogenerated package files on every recompilation 2010-04-10 21:24:58 +00:00
cgimodules.pas
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

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.