mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04: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)
12 lines
517 B
Text
12 lines
517 B
Text
The package is essentially an implementation of a PageController pattern.
|
|
|
|
Architecture:
|
|
* Controller class that examines HTTP requests and manages form values
|
|
persistence across requests.
|
|
* Page class (subclass of QuickForm) representing a single page of the form.
|
|
* Business logic is contained in subclasses of Action class.
|
|
|
|
Cool features:
|
|
* Includes several default Actions that allow easy building of multipage forms.
|
|
* Includes usage examples for common usage cases (single-page form, wizard,
|
|
tabbed form).
|