🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Mathieu Agopian 7b4db95b33 Merge pull request #472 from magopian/1142449-dont-delete-non-existent-footer
Don't try to delete non-existent theme url (bug 1142449)
2015-03-12 16:08:44 +01:00
apps Don't try to delete non-existent theme url (bug 1142449) 2015-03-12 15:43:28 +01:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
dockerfiles/memcached Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
docs Merge pull request #392 from magopian/django-nose-cleanup 2014-12-22 16:09:53 +01:00
lib Get rid of bogus File.can_be_signed (bug 1141068) 2015-03-09 15:59:38 +01:00
locale Extract/compile script. Today's lucky number is 16704. 2015-03-11 11:08:28 -07:00
media Revert "Bug 1041873: Add mass deletion tool." 2014-08-06 10:00:08 +02:00
migrations Add the 'Addons:ReviewUnlisted' permission to the 'Senior Add-On Reviewers' group (bug 1121239) 2015-02-11 16:19:40 +01:00
requirements upgrade amo-validator to 1.5.3 (bug 1138662) 2015-03-04 10:37:22 +01:00
scripts Add support for SCL python27. 2015-03-06 10:38:42 -05:00
services Bug 1122133 - Serve prelim versions as updates to disabled versions, when applicable. 2015-01-15 10:55:03 -08:00
sites Run update_product_details daily (bug 1137864) 2015-03-05 18:17:17 +01:00
static Merge pull request #435 from kmaglione/devhub-cleanup 2015-02-05 07:46:25 +01:00
templates New URLs for legal & privacy links (bug 1005598) 2014-10-28 14:39:52 +01:00
tmp Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
wsgi Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
.git-wtfrc tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
.gitignore Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
.gitmodules Use django-moz-header as django app (bug 1054306) 2014-09-01 12:22:59 +02:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.travis.yml disable travis cache (too slow) 2015-01-20 11:56:02 +01:00
CONTRIBUTING.rst Improve contributing instructions (bug 1041234) 2014-08-27 11:03:28 +02:00
Dockerfile Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
LICENSE Update LICENSE 2013-01-31 23:22:29 +00:00
Makefile update pep8 to 1.6.1 2015-02-11 10:14:04 +01:00
README.rst Proper travis badge, with link to builds 2014-09-01 19:29:59 +02:00
__init__.py THIS IS ZAMBONI 2009-10-20 16:31:15 -07:00
conftest.py properly use settings_tests for tests 2014-12-19 18:32:48 +01:00
contribute.json Add contribute.json file. 2015-02-26 09:46:35 -08:00
fabfile.py Add support for SCL python27. 2015-03-06 10:38:42 -05:00
fig.yml Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
manage.py update pep8 to 1.6.1 2015-02-11 10:14:04 +01:00
package.json Bump clean-css, uglify-js versions 2013-12-11 10:48:00 -08:00
pytest.ini Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
settings.py Don't use X-SENDFILE for local dev 2015-03-07 19:23:18 +01:00
settings_test.py But still use X-SENDFILE for tests 2015-03-07 19:48:55 +01:00
setup.py Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
tox.ini pin dev requirements 2015-02-10 10:29:28 +01:00

README.rst

.. image:: https://travis-ci.org/mozilla/olympia.svg?branch=master
    :target: https://travis-ci.org/mozilla/olympia

Welcome to Olympia!  This is `addons.mozilla.org`_.

We have some good `install docs`_ if you want to try it out.  We'd love
your help!  You can come talk to us on `irc://irc.mozilla.org/amo` if you
have questions.

If you like what we've done, you may want to check out Mozilla's `Playdoh`_.
We took all the cool stuff we did in AMO, SUMO and our other websites, and
created a base template for new websites.

Please report bugs or suggest features here: https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`install docs`: http://olympia.readthedocs.org/en/latest/topics/install-olympia/index.html
.. _`irc://irc.mozilla.org/amo`: irc://irc.mozilla.org/amo
.. _`Playdoh`: https://github.com/mozilla/playdoh