freebsd-ports/www/ocaml-wdialog/pkg-descr
Oliver Braun 740ac8051d Add ocaml-wdialog 2.00, advanced system to create dialog-centric web
applications.

PR:		ports/51642
Submitted by:	Stephane Legrand <stephane@freebsd.org>
2003-05-01 10:38:53 +00:00

24 lines
844 B
Text

WDialog is an advanced system to create dialog-centric web applications.
Feature list:
* Separation of the user interface (UI) definition from the backend
program.
* The UI definition is contained in an XML file.
* The dialogs have built-in persistency for session state.
* A powerful template system manages the combination of individual
HTML fragments to whole pages.
* The dialogs behave like GUI widgets.
* The callbacks are written in a real programming language (Objective
Caml, or Perl).
* The application can run as CGI as well as application server.
* The WDialog toolkit itself does not require any database as backend
store.
* WDialog preprocesses all web inputs, and ensures that minimum
security standards are fulfilled.
WWW: http://wdialog.sourceforge.net/
- Stephane Legrand
<stephane@freebsd.org>