XUL::App

Nifty XUL apps in a XUL::App
Download

XUL::App Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Agent Zhang
  • Publisher web site:
  • http://search.cpan.org/~agent/OpenResty-0.3.14/lib/OpenResty/Spec/Overview.pod

XUL::App Tags


XUL::App Description

Nifty XUL apps in a XUL::App XUL::App is a Perl module with nifty XUL apps in a XUL::App.SYNOPSIS $ xulapp app --name YSearchAll $ cd YSearchAll $ xulapp view --name Overlay --type overlay # Edit lib/YSearchAll/App.pm to add the following lines: package YSearchAll::App; our $VERSION = '0.09'; use XUL::App::Schema; use XUL::App schema { + xulfile 'overlay.xul' => + generated from 'YSearchAll::View::Overlay', + includes qw( xulapp/jquery.js overlay.js ), + overlays 'chrome://browser/content/browser.xul'; + xpifile 'ysearchall.xpi' => name is 'YSearchAll', id is 'ysearchall@agentz.agentz-office', version is '0.0.1', targets { Firefox => , # FIXME Mozilla => , # FIXME }, creator is 'The YSearchAll development team', developers are , contributors are [], homepageURL is 'http://searchall.agentz.org', # FIXME iconURL is '', # like 'chrome://helloworld/content/logo.png' updateURL is ''; # This should not set for AMO extensions. }; 1; # Add and edit js/ysearchall.js manually $ xulapp overlay -p dev11 $ xulapp bundle . # generate XPI ready for deploymentXUL::App is a nifty Firefox extension development framework based on Perl. It has a lot of parallels with Jifty. In particular, this framework allows you to build real-world modern Firefox extensions using Perl. But the resulting XPI installation file is completely portable and contains 0 Perl. Requirements: · Perl


XUL::App Related Software