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

Commit 83ffd8b

Browse files
authored
Merge pull request #2052 from palant/deprecate-repo r=Mossop
Deprecate the standalone SDK repository
2 parents 0ecebf2 + 486f13f commit 83ffd8b

File tree

988 files changed

+5
-134737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

988 files changed

+5
-134737
lines changed

.gitattributes

-5
This file was deleted.

.gitignore

-36
This file was deleted.

.hgignore

-15
This file was deleted.

.hgtags

Whitespace-only changes.

.jpmignore

-18
This file was deleted.

.travis.yml

-26
This file was deleted.

CONTRIBUTING.md

-54
This file was deleted.

LICENSE

-30
This file was deleted.

README.md

+5-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,7 @@
1-
# Mozilla Add-on SDK [![Build Status](https://travis-ci.org/mozilla/addon-sdk.png)](https://travis-ci.org/mozilla/addon-sdk)
1+
# Mozilla Add-on SDK has moved!
22

3-
We suggest that developers of new add-ons [should look at using WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions).
3+
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:
44

5-
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.
6-
7-
If you find a problem, please [report the bug here](https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK).
8-
9-
## Developing Add-ons
10-
11-
These resources offer some help:
12-
13-
* [Add-on SDK Documentation](https://developer.mozilla.org/en-US/Add-ons/SDK)
14-
* [Community Developed Modules](https://github.com/mozilla/addon-sdk/wiki/Community-developed-modules)
15-
* [Jetpack FAQ](https://wiki.mozilla.org/Jetpack/FAQ)
16-
* [StackOverflow Questions](http://stackoverflow.com/questions/tagged/firefox-addon-sdk)
17-
* [Mailing List](https://wiki.mozilla.org/Jetpack#Mailing_list)
18-
* #jetpack on irc.mozilla.org
19-
20-
## Contributing Code
21-
22-
Please read these two guides if you wish to make some patches to the addon-sdk:
23-
24-
* [Contribute Guide](https://github.com/mozilla/addon-sdk/blob/master/CONTRIBUTING.md)
25-
* [Style Guide](https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide)
26-
27-
## Issues
28-
29-
We use [bugzilla](https://bugzilla.mozilla.org/) as our issue tracker, here are some useful links:
30-
31-
* [File a bug](https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK)
32-
* [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)
33-
* [Good first bugs](https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard=[good+first+bug]&&resolution=---&product=Add-on+SDK)
34-
* [Good next bugs](https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard=[good+next+bug]&&resolution=---&product=Add-on+SDK)
5+
* [Add-on SDK Overview](https://github.com/mozilla/gecko-dev/blob/master/addon-sdk/source/README.md)
6+
* [Reporting a bug](https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK)
7+
* [Contribution Guide](https://github.com/mozilla/gecko-dev/blob/master/addon-sdk/source/CONTRIBUTING.md)

app-extension/application.ini

-11
This file was deleted.

0 commit comments

Comments
 (0)