Labs/Jetpack-draft: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__


Welcome the Jetpack Team's project page for the Jetpack Project. This project includes the Add-on SDK and the Add-on Builder. The Add-on SDK is a development environment that allows you to easily build add-ons for Firefox. The Add-on Builder is an online development environment which allows you to create and store your add-ons using the Add-on SDK. If you'd like to learn more about developing add-ons with the Add-on SDK or the Add-on Builder, please visit the [https://addons.allizom.org/z/en-US/developers/builder Add-on Developer Hub].
Welcome to the Jetpack Project. Jetpack's mission is to empower anyone to create add-ons for  extensions with a set of extensible, robust APIs using the language of the web - HTML, CSS, and JavaScript.  


If you'd like to join in with the development of the Add-on SDK, you should find everything you need on this page.  
Right now the project is developing two products: the Add-on SDK and the Add-on Builder.


* The Add-on SDK is a locally-hosted development environment that allows you to easily build add-ons for Firefox.


=== New Participants ===
* The Add-on Builder is an online development environment which allows you to create and store your add-ons using only your browser.
* [http://groups.google.com/group/mozilla-labs-jetpack/topics Jetpack discussion forum]
 
* Join us on the Jetpack IRC channel: [http://mibbit.com/?channel=%23jetpack&server=irc.mozilla.org #jetpack] on [http://irc.mozilla.org/ Mozilla's IRC network]
== Developing Add-ons with the SDK and Builder ==
* [[Labs/Jetpack/Ambassador|Jetpack Ambassador Program]]
 
* [https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK Report a Bug]
If you'd like to learn more about developing add-ons with the Add-on SDK or the Add-on Builder, please visit the [https://addons.allizom.org/z/en-US/developers/builder Add-on Developer Hub]. We've listed some extra resources for add-on developers below:
 
* [[Labs/Jetpack/FAQ|Jetpack FAQ]]
 
* [https://addons.mozilla.org/en-US/developers/docs/sdk/latest/ Add-on SDK Documentation]
 
* [[Labs/Jetpack/Presentations|Presentations]]
 
* [[Labs/Jetpack/Tutorials|Tutorials]]
 
* [[Labs/Jetpack/Examples|Example Add-ons]]
 
* [[Labs/Jetpack/Cookbook|Add-ons Cookbook]]
 
* [[Labs/Jetpack/Modules|Additional Modules]]
 
You can get help in the [http://groups.google.com/group/mozilla-labs-jetpack/topics Jetpack discussion forum], or in the [http://mibbit.com/?channel=%23jetpack&server=irc.mozilla.org #jetpack] IRC channel on [http://irc.mozilla.org/ Mozilla's IRC network]. If you find a problem, you can [https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK report a bug].
 
== Participating in the Jetpack Project ==
 
=== Start Here ===
 
Want to get involved?


=== Source Code ===
* Go get the [https://github.com/mozilla/addon-sdk Add-on SDK Source Code]
* Go get the [https://github.com/mozilla/addon-sdk Add-on SDK Source Code]
* Learn how to [[Labs/Jetpack/Contribution|contribute code]]
 
* Learn hot to [[Labs/Jetpack/SDK/Writing_Documentation|document your code]]
* Talk to us on the [http://groups.google.com/group/mozilla-labs-jetpack/topics Jetpack discussion forum] or the [http://mibbit.com/?channel=%23jetpack&server=irc.mozilla.org #jetpack] channel on [http://irc.mozilla.org/ Mozilla's IRC network].
 
* Browse the list of [https://bugzilla.mozilla.org/buglist.cgi?list_id=507889&resolution=---&resolution=DUPLICATE&query_format=advanced&product=Add-on%20SDK open bugs] or [https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK raise one yourself].
 
* Learn how to [[Labs/Jetpack/Contribution|contribute]] and [[Labs/Jetpack/SDK/Writing_Documentation|document]] your code
 
* Check out the [[Labs/Jetpack/Ambassador|Jetpack Ambassador Program]]


=== Weekly Meeting ===
=== Weekly Meeting ===
* Time: Tuesdays @ 10:00am Pacific Time
We have a weekly project meeting on Tuesdays @ 10:00am Pacific Time. To join in:
* In-person: 2J-JK (Moz HQ - 2nd Floor)
* In person: 2J-JK (Moz HQ - 2nd Floor)
* Skype: "mozilla-jetpack"  
 
* Online: Skype, "mozilla-jetpack" account, ping warner on the [http://mibbit.com/?channel=%23jetpack&server=irc.mozilla.org #jetpack IRC channel] to join
 
* Alternative Call-in: 1-800-707-2533 - password 369 - conference room 347 (tell us on IRC if you need this option)
* Alternative Call-in: 1-800-707-2533 - password 369 - conference room 347 (tell us on IRC if you need this option)
[https://wiki.mozilla.org/Labs/Jetpack/Weekly_Meeting Next meeting's agenda and archive of minutes].


=== More resources ===
=== More resources ===
* [https://jetpack.mozillalabs.com/sdk/latest/docs/ Add-on SDK Documentation]
* [[Labs/Jetpack/Presentations|Presentations]]
* [[Labs/Jetpack/Tutorials|Tutorials]]
* [[Labs/Jetpack/Examples|Example Add-ons]]
* [[Labs/Jetpack/Modules|Additional Modules]]
* [[Labs/Jetpack/FAQ|Jetpack FAQ]]
* [[Labs/Jetpack/Roadmap#High-Level_Product_Roadmap|Product Roadmap]]
* [[Labs/Jetpack/Roadmap#High-Level_Product_Roadmap|Product Roadmap]]
* [[Labs/Jetpack/Security_Roadmap|Security Roadmap]]
* [[Labs/Jetpack/Security_Roadmap|Security Roadmap]]
* [[Labs/Jetpack/Design_Guidelines|Design Guidelines]]
* [[Labs/Jetpack/Design_Guidelines|Design Guidelines]]
* [[Labs/Jetpack/Historical|Historical Notes on Jetpack]]
* [[Labs/Jetpack/Historical|Historical Notes on Jetpack]]


=== Flightdeck ===
=== Flightdeck ===
Add-on Builder, provides an online development environment for add-ons hosted in the browser
The Add-on Builder provides an online development environment for add-ons hosted in the browser
* [https://wiki.mozilla.org/AMO/FlightDeck Add-on Builder]
* [https://wiki.mozilla.org/AMO/FlightDeck Add-on Builder]

Latest revision as of 19:21, 16 June 2011


Welcome to the Jetpack Project. Jetpack's mission is to empower anyone to create add-ons for extensions with a set of extensible, robust APIs using the language of the web - HTML, CSS, and JavaScript.

Right now the project is developing two products: the Add-on SDK and the Add-on Builder.

  • The Add-on SDK is a locally-hosted development environment that allows you to easily build add-ons for Firefox.
  • The Add-on Builder is an online development environment which allows you to create and store your add-ons using only your browser.

Developing Add-ons with the SDK and Builder

If you'd like to learn more about developing add-ons with the Add-on SDK or the Add-on Builder, please visit the Add-on Developer Hub. We've listed some extra resources for add-on developers below:

You can get help in the Jetpack discussion forum, or in 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?

Weekly Meeting

We have a weekly project meeting on Tuesdays @ 10:00am Pacific Time. To join in:

  • In person: 2J-JK (Moz HQ - 2nd Floor)
  • 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.

More resources

Flightdeck

The Add-on Builder provides an online development environment for add-ons hosted in the browser