Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2052 from palant/deprecate-repo r=Mossop
Browse files Browse the repository at this point in the history
Deprecate the standalone SDK repository
  • Loading branch information
Mossop committed Sep 9, 2016
2 parents 0ecebf2 + 486f13f commit 83ffd8b
Show file tree
Hide file tree
Showing 988 changed files with 5 additions and 134,737 deletions.
5 changes: 0 additions & 5 deletions .gitattributes

This file was deleted.

36 changes: 0 additions & 36 deletions .gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions .hgignore

This file was deleted.

Empty file removed .hgtags
Empty file.
18 changes: 0 additions & 18 deletions .jpmignore

This file was deleted.

26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

54 changes: 0 additions & 54 deletions CONTRIBUTING.md

This file was deleted.

30 changes: 0 additions & 30 deletions LICENSE

This file was deleted.

37 changes: 5 additions & 32 deletions README.md
@@ -1,34 +1,7 @@
# Mozilla Add-on SDK [![Build Status](https://travis-ci.org/mozilla/addon-sdk.png)](https://travis-ci.org/mozilla/addon-sdk)
# Mozilla Add-on SDK has moved!

We suggest that developers of new add-ons [should look at using WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions).
Add-on SDK is now part of the Firefox codebase, you can find the current code in the corresponding [Git](https://github.com/mozilla/gecko-dev/tree/master/addon-sdk/source) or [Mercurial](https://hg.mozilla.org/mozilla-central/file/tip/addon-sdk/source) repository. Additional resources:

Using the Add-on SDK you can create Firefox add-ons using standard Web technologies: JavaScript, HTML, and CSS. The SDK includes JavaScript APIs which you can use to create add-ons, and tools for creating, running, testing, and packaging add-ons.

If you find a problem, please [report the bug here](https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK).

## Developing Add-ons

These resources offer some help:

* [Add-on SDK Documentation](https://developer.mozilla.org/en-US/Add-ons/SDK)
* [Community Developed Modules](https://github.com/mozilla/addon-sdk/wiki/Community-developed-modules)
* [Jetpack FAQ](https://wiki.mozilla.org/Jetpack/FAQ)
* [StackOverflow Questions](http://stackoverflow.com/questions/tagged/firefox-addon-sdk)
* [Mailing List](https://wiki.mozilla.org/Jetpack#Mailing_list)
* #jetpack on irc.mozilla.org

## Contributing Code

Please read these two guides if you wish to make some patches to the addon-sdk:

* [Contribute Guide](https://github.com/mozilla/addon-sdk/blob/master/CONTRIBUTING.md)
* [Style Guide](https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide)

## Issues

We use [bugzilla](https://bugzilla.mozilla.org/) as our issue tracker, here are some useful links:

* [File a bug](https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK)
* [Open bugs](https://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&columnlist=bug_severity%2Cpriority%2Cassigned_to%2Cbug_status%2Ctarget_milestone%2Cresolution%2Cshort_desc%2Cchangeddate&product=Add-on%20SDK&query_format=advanced&order=priority)
* [Good first bugs](https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard=[good+first+bug]&&resolution=---&product=Add-on+SDK)
* [Good next bugs](https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard=[good+next+bug]&&resolution=---&product=Add-on+SDK)
* [Add-on SDK Overview](https://github.com/mozilla/gecko-dev/blob/master/addon-sdk/source/README.md)
* [Reporting a bug](https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK)
* [Contribution Guide](https://github.com/mozilla/gecko-dev/blob/master/addon-sdk/source/CONTRIBUTING.md)
11 changes: 0 additions & 11 deletions app-extension/application.ini

This file was deleted.

0 comments on commit 83ffd8b

Please sign in to comment.