Webdev/MDN/GetInvolved: Difference between revisions
No edit summary |
Groovecoder (talk | contribs) |
||
Line 1: | Line 1: | ||
<h1> Welcome </h1> | |||
Glad you're interested in helping with Mozilla Developer Network | <p>Glad you're interested in helping with MDN. <a href="https://developer.mozilla.org">Mozilla Developer Network</a> empowers developers to build a better web that servers the greater good. To that end, the MDN community provides documentation, technology demos, and promotes developer resources and events. As Mozilla's primary developer engagement site, our work is critical - advocating for open web technologies to fellow developers who drive the direction of the Internet.<br /> | ||
</p><p>As you get involved, please reach out to us with any questions: | |||
We're in #mdn on irc.mozilla.org. Check with groovecoder and lorchard about how to get started. Just send a groovecoder: or lorchard: message and we should see get a notification even if we're not immediately available. Or you can email us. | </p> | ||
<h2> IRC </h2> | |||
If you're more comfortable with email, you can email lcrouch at mozilla dot com or lorchard at mozilla dot com. We get lots of mail but we'll try to respond quickly. | <p>We're in #mdn on irc.mozilla.org. Check with groovecoder and lorchard about how to get started. Just send a groovecoder: or lorchard: message and we should see get a notification even if we're not immediately available. Or you can email us ... | ||
</p> | |||
<h2> email </h2> | |||
<p>If you're more comfortable with email, you can email lcrouch at mozilla dot com or lorchard at mozilla dot com. We get lots of mail but we'll try to respond quickly. | |||
</p> | |||
= How to contribute = | = How to contribute = |
Revision as of 20:05, 15 October 2011
Welcome
Glad you're interested in helping with MDN. <a href="https://developer.mozilla.org">Mozilla Developer Network</a> empowers developers to build a better web that servers the greater good. To that end, the MDN community provides documentation, technology demos, and promotes developer resources and events. As Mozilla's primary developer engagement site, our work is critical - advocating for open web technologies to fellow developers who drive the direction of the Internet.
As you get involved, please reach out to us with any questions:
IRC
We're in #mdn on irc.mozilla.org. Check with groovecoder and lorchard about how to get started. Just send a groovecoder: or lorchard: message and we should see get a notification even if we're not immediately available. Or you can email us ...
If you're more comfortable with email, you can email lcrouch at mozilla dot com or lorchard at mozilla dot com. We get lots of mail but we'll try to respond quickly.
How to contribute
There are a few ways to contribute to MDN:
- Code
- Localization
- MDN Documentation
- Demos
Code
We always like to see more coders around! MDN code is something of a hodge-podge - we run an instance of MindTouch to power the documentation wiki alongside a django site very close to, but not derived from, the standard Mozilla playdoh site. So our technology stack is primarily python, django, html, javascript, and css.
It's best to contribute to the django code. Our repository is on github - https://github.com/mozilla/kuma. Make a fork, and then either do a local installation, or use a ready-made virtual machine.
Local Installation
Follow the installation instructions. We try to keep them updated, but if you run into issues, ping us on irc or email so we can help fix them.