The project that powers MDN.
Python HTML CSS JavaScript PHP Shell Other
Latest commit d3bf579 Jul 14, 2017 @koehlermichael koehlermichael committed with mozilla-pontoon Pontoon: Update German (de) localization of MDN
Localization authors:
- Michael Köhler <[email protected]>
Permalink
Failed to load latest commit information.
Jenkinsfiles Merge pull request #4197 from mozilla/meinheld Apr 26, 2017
configs bug 584543: remove Hunspell word list Mar 30, 2017
docker bug 1308168: Remove more accidental code Nov 15, 2016
docs Merge pull request #4076 from jwhitlock/sample_database_wip_1271509 Jul 7, 2017
etc bug 1271509: Add script to create sample database Jun 12, 2017
jinja2 bug 1379288: Include optional locale-specific CSS Jul 11, 2017
k8s Eliminate redundant rm & heritage Mar 14, 2017
kuma bug 1377671: Move email tag to template Jul 13, 2017
kumascript @ 9d19109 Upgrade KumaScript, PRs 213,222-226,228,230-232 Jul 10, 2017
locale Pontoon: Update German (de) localization of MDN Jul 14, 2017
media bug 1341770: No content experiment docs for robots Mar 10, 2017
requirements bug 1352492: Upgrade hashin Jun 6, 2017
scripts Merge pull request #4076 from jwhitlock/sample_database_wip_1271509 Jul 7, 2017
templates Merge pull request #3763 from mozilla/1228442-crossorigin-for-scripts Jan 21, 2016
tests Merge pull request #4267 from jwhitlock/lint-tests-957802 Jul 11, 2017
webroot Added webroot/.exists to ensure directory exists Jun 8, 2011
wsgi Bug 1119433 - Moved settings and URLconf into kuma namespace. Feb 3, 2016
.coveragerc Bug 1119433 - Updated docs and Makefile to normalize test method. Feb 3, 2016
.csslintrc Fix bug 1139508: Remove the /media/redesign folder Mar 17, 2015
.dockerignore fix bug 1352232: Remove Ansible provisioning May 19, 2017
.editorconfig Combine EditorConfig rules using {...} notation Apr 18, 2014
.env-dist.deis bug 1218563: Cretae Deis-specific .env file Feb 10, 2017
.env-dist.dev bug 1218563: Add .env-dist.dev for development Feb 16, 2017
.eslintignore Nobug : Adds eslint and husky for linting goodness (#4199) Apr 28, 2017
.eslintrc.js Nobug : Adds eslint and husky for linting goodness (#4199) Apr 28, 2017
.gitignore bug 1352232: Add SCL3 section to ignore files May 12, 2017
.gitmodules Bug 1057293 - Refactored Python requirements. Jan 5, 2016
.jshintrc Fix Bug 1276371: Hide IP address on dashboard after filter applied Nov 10, 2016
.stylelintignore Copy .stylelintrc from bedrock & update, make .scss files conform Apr 4, 2017
.stylelintrc Copy .stylelintrc from bedrock & update, make .scss files conform Apr 4, 2017
.travis.yml bug 1352232: Use appropriate bash May 17, 2017
CONTRIBUTING.md bug 957802: Doc - titles and lists standardized Dec 16, 2016
Dockerfile bug 1352232: Docker is now preferred to Vagrant May 12, 2017
Dockerfile-base Upgrade gunicorn and use meinheld worker Apr 26, 2017
DockerfileIntegrationTests [bug 1314708] Jenkins pipeline refactor and integration tests. (#4102) Jan 30, 2017
Jenkinsfile Add demo deploy Feb 9, 2017
LICENSE add just a MPL2 LICENSE file Jun 6, 2013
Makefile bug 957802: Add flake8 testing for docs and tests Jun 14, 2017
Procfile Add API service to demo deploys Mar 14, 2017
README.rst bug 957802: Update links to PRs, What's Deployed Jan 23, 2017
bower.json Fix Bug 1238616: Update to jQuery 2.2 Jan 26, 2016
contribute.json bug 957802: Update contribute.json Feb 22, 2017
docker-compose.test.yml bug 1218563: fix make compose-test Dec 14, 2016
docker-compose.yml Upgrade gunicorn and use meinheld worker Apr 26, 2017
gulpfile.js bug 1379288: Build locale scss with gulp Jul 11, 2017
manage.py Bug 1119433 - Moved settings and URLconf into kuma namespace. Feb 3, 2016
npm-shrinkwrap.json fix npm-shrinkwrap.json Apr 10, 2017
package.json Nobug : Adds eslint and husky for linting goodness (#4199) Apr 28, 2017
pytest.ini Bug 1119433 - Moved settings and URLconf into kuma namespace. Feb 3, 2016
settings.py Bug 1119433 - Added work-around settings for current deploy target. Feb 3, 2016
tox.ini bug 957802: Add flake8 testing for docs and tests Jun 14, 2017

README.rst

Kuma

Build Status Code Coverage Status Requirements Status License

Kuma is the platform that powers MDN (developer.mozilla.org)

Development

Code:

https://github.com/mozilla/kuma

Issues:

http://mzl.la/mdn_backlog (Product)

Pull Request Queues

Dev Docs:

https://kuma.readthedocs.io/en/latest/installation.html

CI Server:

https://travis-ci.org/mozilla/kuma

Mailing list:

https://lists.mozilla.org/listinfo/dev-mdn

IRC:

irc://irc.mozilla.org/mdndev

http://logs.glob.uno/?c=mozilla%23mdndev (logs)

Servers:

What's Deployed on MDN?

https://developer.allizom.org/ (stage)

https://developer.mozilla.org/ (prod)

Getting started

Want to help make MDN great? Our contribution guide lists some good first projects and offers direction on submitting code.