Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / www / p5-CGI-FormBuilder / pkg-descr
1 The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
2 for you to generate and process entire CGI form-based applications.
3 Its main features are:
4
5 * Field Abstraction
6   Viewing fields as entities (instead of just params), where the HTML
7   representation, CGI values, validation, and so on are properties of
8   each field.
9 * DWIMmery
10   Lots of built-in "intelligence" (such as automatic field typing),
11   giving you about a 4:1 ratio of the code it generates versus what
12   you have to write.
13 * Built-in Validation
14   Full-blown regex validation for fields, even including JavaScript
15   code generation.
16 * Template Support
17   Pluggable support for external template engines, such as
18   HTML::Template, Text::Template, Template Toolkit, and
19   CGI::FastTemplate.
20
21 Plus, the native HTML generated is valid XHTML 1.0 Transitional.
22
23 WWW: http://search.cpan.org/dist/CGI-FormBuilder/