Jetpack: Difference between revisions
Canuckistani (talk | contribs) |
(Add info about Add-on Builder end of life) |
||
| Line 3: | Line 3: | ||
Welcome to the Jetpack Project! Jetpack's mission is to make it easy to create add-ons for Firefox using the languages of the web—HTML, CSS, and JavaScript. | Welcome to the Jetpack Project! Jetpack's mission is to make it easy to create add-ons for Firefox using the languages of the web—HTML, CSS, and JavaScript. | ||
Right now the project is developing | Right now the project is developing one product: the Add-on SDK. | ||
The Add-on Builder in now in read-only mode and will be turned off completely in April 2014. Please download your data before then. Learn [https://blog.mozilla.org/addons/2013/12/18/add-on-builder/ more]. | |||
* The Add-on SDK is a locally-hosted development environment that allows you to easily build add-ons for Firefox. | * The Add-on SDK is a locally-hosted development environment that allows you to easily build add-ons for Firefox. | ||
* The [https://builder.addons.mozilla.org/ Add-on Builder] | * The [https://builder.addons.mozilla.org/ Add-on Builder] was an online development environment which allowed you to create and store your add-ons using only your browser. | ||
You can access these products from [https://addons.mozilla.org/en-us/developers/builder the Add-on Developer Hub]. | You can access these products from [https://addons.mozilla.org/en-us/developers/builder the Add-on Developer Hub]. | ||
== Developing Add-ons | == Developing Add-ons == | ||
If you'd like to learn more about developing add-ons with the Add-on SDK | If you'd like to learn more about developing add-ons with the Add-on SDK, please visit the [https://addons.mozilla.org/en-US/developers/builder Add-on Developer Hub]. We've listed some extra resources for add-on developers below: | ||
* [[Jetpack/FAQ|Jetpack FAQ]] | * [[Jetpack/FAQ|Jetpack FAQ]] | ||
| Line 84: | Line 85: | ||
=== Add-on Builder === | === Add-on Builder === | ||
The Add-on Builder (codenamed "Flightdeck") | The Add-on Builder (codenamed "Flightdeck") provided an online development environment for add-ons hosted in the browser. It is being [https://blog.mozilla.org/addons/2013/12/18/add-on-builder/ phased out]. | ||
* [https://wiki.mozilla.org/AMO/FlightDeck Add-on Builder] | * [https://wiki.mozilla.org/AMO/FlightDeck Add-on Builder] | ||
Revision as of 11:59, 5 February 2014
Welcome to the Jetpack Project! Jetpack's mission is to make it easy to create add-ons for Firefox using the languages of the web—HTML, CSS, and JavaScript.
Right now the project is developing one product: the Add-on SDK. The Add-on Builder in now in read-only mode and will be turned off completely in April 2014. Please download your data before then. Learn more.
- The Add-on SDK is a locally-hosted development environment that allows you to easily build add-ons for Firefox.
- The Add-on Builder was an online development environment which allowed you to create and store your add-ons using only your browser.
You can access these products from the Add-on Developer Hub.
Developing Add-ons
If you'd like to learn more about developing add-ons with the Add-on SDK, please visit the Add-on Developer Hub. We've listed some extra resources for add-on developers below:
- Jetpack FAQ
- Add-on SDK Documentation
- Presentations
- Tutorials
- Example Add-ons
- Add-ons Cookbook
- Additional Modules
You can get help in:
- the Add-on Builder/Add-on SDK discussion forum on AMO
- the Mailing list
- the #jetpack IRC channel on Mozilla's IRC network.
If you find a problem, you can report a bug.
Participating in the Jetpack Project
Start Here
Want to get involved?
- Go get the Add-on SDK Source Code
- Talk to us on the Jetpack mailing list or the #jetpack channel on Mozilla's IRC network.
- Browse the list of open bugs or raise one yourself.
- Learn how to contribute and document your code
Weekly Meeting
We have a weekly project meeting on Tuesdays @ 10:00am Pacific Time. To join in:
- In person: SFO 323 'Coit Tower' ( at Mozilla's San Francisco office, 3rd floor )
- Vidyo: https://v.mozilla.com/flex.html?roomdirect.html&key=W1xz8rcslKbR
- Backchannel: #jetpack IRC channel
- Alternative Call-in: 1-800-707-2533 - password 369 - conference room 347 (tell us on IRC if you need this option)
Next meeting's agenda and archive of minutes.
Mailing list
Jetpack is using a Google group. You can see archives here, and participate with a google account.
Otherwise, you can subscribe to this mailing list without google account by sending a mail to mozilla-labs-jetpack+subscribe@googlegroups.com. Then you should be able to send messages to the list on mozilla-labs-jetpack@googlegroups.com.
Product Roadmap
More resources
- Add-on SDK Bug Triage Process
- Add-on SDK Development Process
- Add-on SDK Release Process
- Add-on SDK Module Deprecation Process
- Add-on SDK 2013 Release Schedule
- Plan: Apis in Mozilla Central
- Current Feature Pages
- Security Roadmap
- Design Guidelines
- How to Test the SDK
- Automated Testing
- Historical Notes on Jetpack
Dormant Past Projects
- Jetpack Web Presence Project - an effort to improve the Jetpack project's web presence.
- Work Week Notes
Add-on Builder
The Add-on Builder (codenamed "Flightdeck") provided an online development environment for add-ons hosted in the browser. It is being phased out.