8822905da3
Last move was unfinished Added .idea folder to gitignore Prevent adding of jetbrains IDEs configs Added a forgotten semi-colon Maybe something to do to declare globally undefined variable format Not needed comma Unused variable Unused variable Unused params Could be confusing Unused params Could be confusing JShint validation JSON dot notation + Strict compare between integers + Missing semi-colon + Unused variables + Unused params Fixing migration from config.json to .jshintrc Last move was unfinished Added .idea folder to gitignore Prevent adding of jetbrains IDEs configs Added a forgotten semi-colon Maybe something to do to declare globally undefined variable format Not needed comma Unused variable Unused variable Unused params Could be confusing Unused params Could be confusing |
||
---|---|---|
apps | ||
configs/init.d | ||
docs | ||
lib | ||
locale | ||
media | ||
migrations | ||
requirements | ||
scripts | ||
services | ||
sites | ||
static | ||
templates | ||
tmp | ||
wsgi | ||
.git-wtfrc | ||
.gitignore | ||
.gitmodules | ||
.jshintrc | ||
.travis.yml | ||
CONTRIBUTING.rst | ||
LICENSE | ||
Makefile | ||
README.rst | ||
__init__.py | ||
fabfile.py | ||
manage.py | ||
package.json | ||
settings.py | ||
settings_ci.py | ||
settings_test.py |
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