lazarus/components/cgi/ide
maxim d861ff28e2 Components: Added translations for CGI component:
1) Portuguese by Marcelo B Paula (another part of bug #16312) with technical change.
2) Russian.

git-svn-id: trunk@24805 -
2010-04-21 22:18:44 +00:00
..
languages Components: Added translations for CGI component: 2010-04-21 22:18:44 +00:00
lib
cgilazide.lpk Components: localized CGI component 2010-04-21 22:12:57 +00:00
cgilazide.pas Components: try to prevent IDE from modifying autogenerated package files on every recompilation 2010-04-10 21:24:58 +00:00
cgilazideintf.pas Components: localized CGI component 2010-04-21 22:12:57 +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

Package CGILazIDE

This package is a designtime package for the Lazarus IDE.
It adds a new project type and a new unit type to the IDE.

New Project Type:
  CGI Application - A Free Pascal program for CGI
                 using TCgiApplication for the main source (normally hidden,
                 just like the .lpr file for a normal Application).

New Unit Type:
  CGI Module - A unit with a TCGIDatamodule.