The project that powers MDN.
HTML Python JavaScript CSS PHP Shell Other
Latest commit c5539bf Oct 7, 2016 @stephaniehobson stephaniehobson committed on GitHub Merge pull request #4004 from MatonAnthony/add_revision_note_on_diff
Bug 1308300 - Add a "comment" field above the diff when updating a page
Permalink
Failed to load latest commit information.
configs Fix bug 1238041, bug 1238037: Redirect Demo Studio Jan 13, 2016
docker bug 1218563: Use named volume for mysql container Sep 24, 2016
docs bug 1218563: Promote Docker, deprecate Vagrant Sep 29, 2016
jinja2 Merge pull request #3974 from mozilla/1260487-nav-header-home Oct 6, 2016
k8s bug 1218653: Add Jenkinsfile and assoc. utils Sep 30, 2016
kuma Merge pull request #4004 from MatonAnthony/add_revision_note_on_diff Oct 7, 2016
kumascript @ c33c5a0 bug 1218563: Enable page rendering in Docker Sep 21, 2016
locale Pontoon: Update Kabyle (kab) localization of MDN Oct 7, 2016
logs Bug 1218563 - Add logs/ folder to git for docker logs. Mar 24, 2016
media bug 1281270 - robots.txt edits: Part II (#3891) Jun 21, 2016
provisioning bug 1302459: Stop provisioning product_details Sep 21, 2016
requirements Merge pull request #3992 from jgmize/doc-build-base-latest Sep 27, 2016
scripts update v2 of docker-compose.travis.yml Sep 28, 2016
templates Merge pull request #3763 from mozilla/1228442-crossorigin-for-scripts Jan 21, 2016
tests bug 957802 - Update paths to readthedocs.io Aug 12, 2016
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 bug 1218563: Omit more files from Docker Oct 7, 2016
.editorconfig Combine EditorConfig rules using {...} notation Apr 18, 2014
.env-dist bug 1218653: Add Jenkinsfile and assoc. utils Sep 30, 2016
.gitignore bug 1218563: Add .dockerignore Oct 7, 2016
.gitmodules Bug 1057293 - Refactored Python requirements. Jan 5, 2016
.jshintrc bug 1055078 - Make syntax-prism.js pass jshint Oct 8, 2014
.travis.yml [Bug 1218563] Run test in Docker environment with Travis CI Sep 28, 2016
CONTRIBUTING.md bug 957802 - Fix markup for Pontoon link Aug 12, 2016
Dockerfile bug 1218563: Compile locales in deploy image Sep 28, 2016
Dockerfile-base bug 1302459: Stop provisioning product_details Sep 21, 2016
Jenkinsfile bug 1218653: Add Jenkinsfile and assoc. utils Sep 30, 2016
LICENSE add just a MPL2 LICENSE file Jun 6, 2013
Makefile bug 1218653: Add Jenkinsfile and assoc. utils Sep 30, 2016
Procfile bug 957802 - Run two worker threads for KumaScript May 4, 2016
README.rst bug 950945: Adjust README.rst for dev docs Aug 30, 2016
Vagrantfile bug 1302459: Stop provisioning product_details Sep 21, 2016
bower.json Fix Bug 1238616: Update to jQuery 2.2 Jan 26, 2016
contribute.json bug 957802 - Update paths to readthedocs.io Aug 12, 2016
docker-compose.test.yml bug 1218653: Add Jenkinsfile and assoc. utils Sep 30, 2016
docker-compose.yml bug 1218563: Use named volume for mysql container Sep 24, 2016
kumascript_settings_local.json-dist bug 976744 - Stop loading unused DekiScript modules Sep 30, 2014
manage.py Bug 1119433 - Moved settings and URLconf into kuma namespace. Feb 3, 2016
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 increase the wait time Sep 28, 2016

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)

https://prs.paas.allizom.org/mozilla:kuma,kuma-lib,kumascript,mozhacks (PR Queue)

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:

http://mzl.la/whats-deployed (What's Deployed)

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.