diff options
author | wen <wen@FreeBSD.org> | 2009-11-06 21:46:00 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-06 21:46:00 +0800 |
commit | e700f0647098ab7968b644fc01c421d0e5e70fcd (patch) | |
tree | daa6360fe6e7108849797c6126e88ecc1ea15956 /databases/Makefile | |
parent | 06dbb02e81eb30908acb55ca8835992b3c002028 (diff) | |
download | freebsd-ports-gnome-e700f0647098ab7968b644fc01c421d0e5e70fcd.tar.gz freebsd-ports-gnome-e700f0647098ab7968b644fc01c421d0e5e70fcd.tar.zst freebsd-ports-gnome-e700f0647098ab7968b644fc01c421d0e5e70fcd.zip |
Rose::DBx::Object::Renderer generates web UIs for Rose::DB::Object.
It encapsulates many web conventions in the generated UIs as default
behaviours. For example, email addresses are by default rendered as
mailto links in tables and appropiate validation is enforced
automatically in forms. These behaviours are highly extensible.
Renderer uses CGI::FormBuilder to generate forms and the Google Chart
API to render charts. Template::Toolkit is used for template processing,
however, Renderer can dynamically generate a full set of UIs without
any templates.
WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4c573db57e08..0c10d3003ea3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -388,6 +388,7 @@ SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object SUBDIR += p5-Rose-DBx-Object-MoreHelpers + SUBDIR += p5-Rose-DBx-Object-Renderer SUBDIR += p5-SQL-Abstract SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Interp |