🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Kris Maglione 4804f14dff Make Docker runs friendlier to the contents of the host filesystem, particularly for Linux users. 2015-08-07 21:35:52 -07:00
apps Add fallback error handling to the final stage of validation tasks. 2015-08-04 12:43:12 -07:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
docs Fix Docker build to use a more recent version of PIP, and clean up Dockerfile to avoid unnecessary image cache busting and file copying. 2015-08-07 21:35:50 -07:00
lib Add the google analytics scripts to the discovery pages (bug 1191391) 2015-08-06 16:57:06 +02:00
locale Pontoon: Update English (en-GB) localization of AMO. 2015-08-04 17:13:15 -07:00
media Revert "Bug 1041873: Add mass deletion tool." 2014-08-06 10:00:08 +02:00
migrations Fix syntax error in migration 820. 2015-07-31 12:03:30 -07:00
requirements Fix Docker build to use a more recent version of PIP, and clean up Dockerfile to avoid unnecessary image cache busting and file copying. 2015-08-07 21:35:50 -07:00
scripts Make Docker runs friendlier to the contents of the host filesystem, particularly for Linux users. 2015-08-07 21:35:52 -07:00
services Add the file hash to the update link answer (bug 1158738) 2015-04-27 14:11:41 +02:00
sites Bug 1185021: Part 2 - Let the validator handle errors, particularly soft timeouts, internally. 2015-07-30 16:36:46 -07:00
static Merge pull request #640 from magopian/1190745-fix-bg-header 2015-08-04 22:28:39 +02:00
templates Merge pull request #627 from magopian/factorize-template-base-nav 2015-08-02 22:47:10 +02: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 Make Docker runs friendlier to the contents of the host filesystem, particularly for Linux users. 2015-08-07 21:35:52 -07: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 Temporary fix for travis builds, revert tox version 2015-03-23 11:52:08 +01:00
CONTRIBUTING.rst Improve contributing instructions (bug 1041234) 2014-08-27 11:03:28 +02:00
Dockerfile Fix Docker build to use a more recent version of PIP, and clean up Dockerfile to avoid unnecessary image cache busting and file copying. 2015-08-07 21:35:50 -07:00
LICENSE Update LICENSE 2013-01-31 23:22:29 +00:00
Makefile Fix Docker build to use a more recent version of PIP, and clean up Dockerfile to avoid unnecessary image cache busting and file copying. 2015-08-07 21:35:50 -07: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
docker-compose.yml Make Docker runs friendlier to the contents of the host filesystem, particularly for Linux users. 2015-08-07 21:35:52 -07:00
docker-mysql.repo Use mkt's centos base images for our docker installs (bug 1162462) 2015-05-12 16:07:03 +02:00
fabfile.py Update fabfile to include rpm cleanup. 2015-04-02 17:49:59 -04: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 Bug 1185021: Part 2 - Let the validator handle errors, particularly soft timeouts, internally. 2015-07-30 16:36:46 -07:00
settings_test.py Don't configure signing endpoints by default for tests 2015-04-20 20:51:22 +02:00
setup.py Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
tox.ini Make sure we only install packages from pyrepo 2015-07-28 09:51:54 +02: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