LazWeb

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The LazWeb package implements IDE functionality for fcl-web.

The LazWebExtra package implements more IDE projects and components.

Both packages register a series of project wizards, and some components. They're included in Lazarus but not installed by default.

The following project types are registered in the package:

  • CGI application
  • Apache Application (an apache module)
  • Custom CGI application ("bare bones" cgi, no web modules)
  • FastCGI application
  • Custom FastCGI application ("bare bones" fastcgi, no web modules)

For each of these projects, a Web Module is created by default.