App-XUL
view release on metacpan or search on metacpan
lib/App/XUL.pm view on Meta::CPAN
</plist>
EOFSRC
}
1;
__END__
=head1 NAME
App::XUL - Perl extension for creating deployable platform-independent
standalone desktop applications based on XUL and XULRunner.
=for html <span style="color:red">WARNING: PRE-ALPHA - DON'T USE FOR PRODUCTION!</span>
=head1 SYNOPSIS
use App::XUL;
my $app = App::XUL->new(name => 'MyApp');
$app->add(
Window(id => 'main',
lib/App/XUL.pm view on Meta::CPAN
platforms XULRunner exists for.
=head1 WHY XUL/XULRUNNER
XUL provides a set of powerful user widgets that look good
and work as expected. They can be created with minimal effort
and their appearance can be manipulated using CSS.
XUL is based on B<web technologies like XML, CSS and JavaScript>.
So anyone who is able to use these is able to create cool
desktop applications.
Here is the homepage of the L<XUL|https://developer.mozilla.org/En/XUL>
and L<XULRunner|https://developer.mozilla.org/en/xulrunner> projects at Mozilla.
=head1 DESCRIPTION
=head2 new() - Creating an application
The constructor new() is used to create a new application
( run in 0.373 second using v1.01-cache-2.11-cpan-299005ec8e3 )