NAME

Dezi::UI - HTML interface to a Dezi server

SYNOPSIS

 % dezi --ui-class=Dezi::UI

DESCRIPTION

Dezi::UI is an example HTML interface for exploring a Dezi server. Dezi::UI isa Plack::Middleware.

METHODS

default_page

Returns the HTML string suitable for the main UI. It uses the jQuery-based examples from dezi.org.

call( env )

Implements the required Middleware method. GET requests are the only allowed interface.

AUTHOR

Peter Karman, <karman at cpan.org>

BUGS

Please report any bugs or feature requests to bug-dezi-ui at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-UI. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Dezi::UI

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2012 Peter Karman.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.