AMO:Developers: Difference between revisions
Jump to navigation
Jump to search
m (→Website Developers: add https://addons-dev.allizom.org) |
m (The amo repository linked has not been updated in the last year or so. Updated it to the mozilla github repository) |
||
| Line 4: | Line 4: | ||
*'''Code Name:''' Zamboni (previously Update(-07), Remora (2007-10)) | *'''Code Name:''' Zamboni (previously Update(-07), Remora (2007-10)) | ||
*'''Start Date:''' Jan 2010 | *'''Start Date:''' Jan 2010 | ||
*'''Site Repositories:''' https://github.com/ | *'''Site Repositories:''' https://github.com/mozilla/zamboni and https://github.com/mattbasta/amo-validator/ | ||
*'''Demo Site (off trunk):''' https://preview.addons.mozilla.org/ https://addons-dev.allizom.org/ | *'''Demo Site (off trunk):''' https://preview.addons.mozilla.org/ https://addons-dev.allizom.org/ | ||
*'''Demo Site (off the next branch):''' https://next.addons.mozilla.org/ | *'''Demo Site (off the next branch):''' https://next.addons.mozilla.org/ | ||
| Line 13: | Line 13: | ||
== Want to help contribute? == | == Want to help contribute? == | ||
=== Coding and Development === | === Coding and Development === | ||
* Zamboni is a Django based python application. You can see a list of required libraries in the requirements*.txt files in the repository. See the [http:// | * Zamboni is a Django based python application. You can see a list of required libraries in the requirements*.txt files in the repository. See the [http://mozilla.github.com/zamboni/ full instructions for installing zamboni] | ||
* amo-validator is a python-based tool that tests add-ons for vulnerabilities and incompatibilities. You can find everything you need to know at https://github.com/mozilla/amo-validator. | * amo-validator is a python-based tool that tests add-ons for vulnerabilities and incompatibilities. You can find everything you need to know at https://github.com/mozilla/amo-validator. | ||
Revision as of 03:05, 22 July 2012
Website Developers
- Project: addons.mozilla.org (AMO)
- Code Name: Zamboni (previously Update(-07), Remora (2007-10))
- Start Date: Jan 2010
- Site Repositories: https://github.com/mozilla/zamboni and https://github.com/mattbasta/amo-validator/
- Demo Site (off trunk): https://preview.addons.mozilla.org/ https://addons-dev.allizom.org/
- Demo Site (off the next branch): https://next.addons.mozilla.org/
- Production Site: https://addons.mozilla.org/
- Bugs: Current Bugs || file a bug
- Development Contact: Join #amo on irc.mozilla.org
Want to help contribute?
Coding and Development
- Zamboni is a Django based python application. You can see a list of required libraries in the requirements*.txt files in the repository. See the full instructions for installing zamboni
- amo-validator is a python-based tool that tests add-ons for vulnerabilities and incompatibilities. You can find everything you need to know at https://github.com/mozilla/amo-validator.