Skip to content

Commit

Permalink
Add Gaia repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Aug 1, 2012
1 parent 0f8c0dd commit 777e870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -44,7 +44,7 @@
["media", "Media"], ["mobile", "Mobile (Android)"], ["ff", "Firefox UI"],
["devtools", "Firefox Developer Tools"], ["releng", "Release Engineering"],
["automation", "Test Automation"], ["sync", "Firefox Sync"], ["thunderbird", "Thunderbird"],
["seamonkey", "SeaMonkey"], ["calendar", "Calendar"], ["b2g", "Boot2Gecko"]]);
["seamonkey", "SeaMonkey"], ["calendar", "Calendar"], ["b2g", "Boot2Gecko / Firefox OS"]]);
</script>
<br><br>
Do you know: <br><br>
Expand Down Expand Up @@ -100,7 +100,7 @@
addExtra('sync', 'Extra information for Firefox Sync' , 'Get involved with the <a href="https://wiki.mozilla.org/Services/Sync#Get_Involved" target="_blank">Sync</a> team');
addExtra('seamonkey', 'Extra information for SeaMonkey', 'Get involved with the <a href="http://www.seamonkey-project.org" target="_blank">SeaMonkey Project</a>');
addExtra('js', 'Extra information for JS', 'Get involved with the <a href="http://github.com/mozilla/pdf.js" target="_blank">pdf2js project</a><br>Get involved with the <a href="https://github.com/kripken/emscripten/">emscripten project</a>');
addExtra('b2g', 'Extra information for Boot2Gecko', 'Get involved with the <a href="https://wiki.mozilla.org/B2G/Hacking" target="_blank">Boot2Gecko project</a>');
addExtra('b2g', 'Extra information for Boot2Gecko', 'Get involved with the <a href="https://wiki.mozilla.org/B2G" target="_blank">Boot2Gecko project</a> and/or the <a href="http://wiki.mozilla.org/Gaia">Gaia project</a>');
addExtra('devtools', 'Extra information for Developer Tools', 'Get involved with the <a href="https://wiki.mozilla.org/DevTools/GetInvolved" target="_blank">devtools team</a>');

function initial_state() {
Expand Down
1 change: 1 addition & 0 deletions magic.js
Expand Up @@ -168,6 +168,7 @@ addComponentMapping('seamonkey', 'SeaMonkey');
addComponentMapping('calendar', 'Calendar');
addComponentMapping('b2g', 'Boot2Gecko');
addComponentMapping('b2g', 'Core', ['DOM: Device Interfaces', 'Hardware Abstraction Layer (HAL)']);
addGithubComponentMapping('b2g', 'mozilla-b2g/gaia', 'mentored');

addLanguageMapping('py', 'py');
addLanguageMapping('sh', 'shell');
Expand Down

0 comments on commit 777e870

Please sign in to comment.