Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 674567 of Mozilla projects on GitHub

  • Revision slug: Mozilla/Mozilla_on_GitHub
  • Revision title: Mozilla projects on GitHub
  • Revision id: 674567
  • Created:
  • Creator: Sheppy
  • Is current revision? No
  • Comment

Revision Content

Although Mozilla's major, core projects are located on the Mozilla Mercurial server, such as mozilla-central, there are a number of tools, services, and so forth whose code is hosted on GitHub. This article offers a quick guide to getting started with Mozilla code on GitHub as well as a list of many of the most interesting GitHub repositories containing Mozilla project code.

Getting started

You can look at code on GitHub without an account; that's the first thing you should know. To do more—that is, to contribute to the code or to fork it and start your own project based on Mozilla-related code—you'll need a GitHub account. You can learn more about setting up an account on the GitHub site.

Most Mozilla project code is located in repositories owned by the user Mozilla. That's a great place to start looking for any projects not listed below.

Projects

This list covers the larger-scale and more important projects we have hosted on GitHub. It's not an authoritative, complete list, since it's hard to keep track of all the smaller projects that crop up (and even, at times, the large ones!).

Project name Description
PDF.js A Portable Document Format (PDF) reader written entirely in JavaScript.
gecko-dev A read-only mirror of the Mercurial repositories used for Mozilla private code.
Shumway Shumway is a Flash VM and runtime written in JavaScript.
kitsune Kitsune is the platform that drives the Mozilla support web site, SUMO.


{{ListGitHubReposForUser("mozilla")}}

Revision Source

<p><span class="seoSummary">Although Mozilla's major, core projects are located on the Mozilla <a href="/en-US/docs/Mercurial">Mercurial</a> server, such as <a href="/en-US/docs/mozilla-central">mozilla-central</a>, there are a number of tools, services, and so forth whose code is hosted on <a href="/en-US/docs/">GitHub</a>. This article offers a quick guide to getting started with Mozilla code on GitHub as well as a list of many of the most interesting GitHub repositories containing Mozilla project code.</span></p>
<h2 id="Getting_started">Getting started</h2>
<p>You can look at code on GitHub without an account; that's the first thing you should know. To do more—that is, to contribute to the code or to fork it and start your own project based on Mozilla-related code—you'll need a GitHub account. You can learn more about <a href="https://help.github.com/articles/set-up-git">setting up an account</a> on the GitHub site.</p>
<p>Most Mozilla project code is located in repositories owned by <a href="https://github.com/mozilla/">the user Mozilla</a>. That's a great place to start looking for any projects not listed below.</p>
<h2 id="Projects">Projects</h2>
<p>This list covers the larger-scale and more important projects we have hosted on GitHub. It's not an authoritative, complete list, since it's hard to keep track of all the smaller projects that crop up (and even, at times, the large ones!).</p>
<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Project name</th>
   <th scope="col">Description</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td><a href="https://github.com/mozilla/pdf.js">PDF.js</a></td>
   <td>A Portable Document Format (PDF) reader written entirely in JavaScript.</td>
  </tr>
  <tr>
   <td><a href="https://github.com/mozilla/gecko-dev">gecko-dev</a></td>
   <td>A read-only mirror of the Mercurial repositories used for Mozilla private code.</td>
  </tr>
  <tr>
   <td><a href="https://github.com/mozilla/shumway">Shumway</a></td>
   <td>Shumway is a Flash VM and runtime written in JavaScript.</td>
  </tr>
  <tr>
   <td><a href="https://github.com/mozilla/kitsune">kitsune</a></td>
   <td>Kitsune is the platform that drives the <a href="https://support.mozilla.org/">Mozilla support web site</a>, SUMO.</td>
  </tr>
 </tbody>
</table>
<p><br />
 {{ListGitHubReposForUser("mozilla")}}</p>
Revert to this revision