https://github.com/racklin/xulapp-starterkit-app-webapp-wrapper
Webapp Wrapper is a simple build script for XULApp StarterKit. It packaging HTML5 Web Application as XULApp StarterKit's add-on.
https://github.com/racklin/xulapp-starterkit-app-webapp-wrapper
Last synced: about 1 year ago
JSON representation
Webapp Wrapper is a simple build script for XULApp StarterKit. It packaging HTML5 Web Application as XULApp StarterKit's add-on.
- Host: GitHub
- URL: https://github.com/racklin/xulapp-starterkit-app-webapp-wrapper
- Owner: racklin
- License: other
- Created: 2013-01-09T16:19:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T15:42:41.000Z (over 13 years ago)
- Last Synced: 2024-04-09T15:28:36.741Z (about 2 years ago)
- Language: Shell
- Size: 324 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Webapp Wrapper For XULApp StarterKit
-----------------------------
Webapp Wrapper is a simple build script for XULApp StarterKit.
It packaging HTML5 Web Application as XULApp StarterKit's add-on.
Benefits
-----------------------------
* Latest HTML5 support (Same as Firefox 18, and easy to use new Gecko versions as they are released)
* Can using XULApp StarterKit Auto-load Modules .
* Bundled HTTP server (No local content restrictions like when using file:// protocol etc) .
* Default bind address 127.0.0.1
* Default listen port 54321
Download pre-build XPI
-----------------------------
Download pre-build XPI in [download XPI](https://github.com/racklin/xulapp-starterkit-app-webapp-wrapper/raw/master/downloads/xulapp-starterkit-webapp-wrapper-1.1.1.xpi)
Get started
-----------------------------
Build Webapp Wrapper for your web application:
1. Fork this project.
2. Copy your web application to webapp/ directory.
3. Change install.rdf and build.sh for your project name.
4. Change bind address or port in defaults/preferences/http.js.
5. run build.sh
Auto-Load Modules in HTML5
-----------------------------
In javascript you can using *XULApp* global variable to access Modules.
```
Demo XULApp XPCOM Notification
```
License
-----------------------------
Webapp Wrapper For XULApp StarterKit are licensed under the [MPL License].
See LICENSE for more details.