mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
558 B
Plaintext
11 lines
558 B
Plaintext
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.
|