724dceb5d7
- Add LICENSE (ART10 and GPLv1) - Add new template suuport to options - Sort MAN3 - Remove unnecessary post-patch target - Give maintainership to submitter PR: ports/175364 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
23 lines
867 B
Text
23 lines
867 B
Text
The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
|
|
for you to generate and process entire CGI form-based applications.
|
|
Its main features are:
|
|
|
|
* Field Abstraction
|
|
Viewing fields as entities (instead of just params), where the HTML
|
|
representation, CGI values, validation, and so on are properties of
|
|
each field.
|
|
* DWIMmery
|
|
Lots of built-in "intelligence" (such as automatic field typing),
|
|
giving you about a 4:1 ratio of the code it generates versus what
|
|
you have to write.
|
|
* Built-in Validation
|
|
Full-blown regex validation for fields, even including JavaScript
|
|
code generation.
|
|
* Template Support
|
|
Pluggable support for external template engines, such as
|
|
HTML::Template, Text::Template, Template Toolkit, and
|
|
CGI::FastTemplate.
|
|
|
|
Plus, the native HTML generated is valid XHTML 1.0 Transitional.
|
|
|
|
WWW: http://www.formbuilder.org/
|