Add Organizations Back In

This commit is contained in:
The_Grits 2017-02-08 09:12:14 -05:00 committed by GitHub
parent 3f4e40ef5c
commit 1d47e0ef6a
2 changed files with 55 additions and 7 deletions

View file

@ -203,13 +203,64 @@ var Credits = React.createClass({
<h2><FormattedMessage id='credits.supportersTitle' /></h2>
<p><FormattedMessage id='credits.supportersFinancialHeader' /></p>
<p><FormattedHTMLMessage id='credits.supportersFinancialBody' /></p>
<p>
<a href="http://www.nsf.gov/">National Science Foundation</a>,
<a href="http://www.scratchfoundation.org/"> Scratch Foundation</a>,
<a href="http://www.google.org/"> Google</a>,
<a href="http://www.legofoundation.com/"> LEGO Foundation</a>,
<a href="http://www.intel.com/"> Intel</a>,
<a href="http://www.turner.com/company/"> Cartoon Network</a>,
<a href="http://www.fundacaolemann.org.br/lemann-foundation/"> Lemann Foundation</a>,
<a href="https://www.macfound.org/"> MacArthur Foundation</a>.
</p>
<p><FormattedMessage id='credits.supportersServicesHeader' /></p>
<p><FormattedHTMLMessage id='credits.supportersServicesBody' /></p>
<p>
<a href="http://www.advancedinstaller.com/"> Advanced Installer</a>,
<a href="http://aws.amazon.com/"> Amazon Web Services</a>,
<a href="https://codetree.com/"> Codetree</a>,
<a href="https://www.fastly.com/"> Fastly</a>,
<a href="https://www.geckoboard.com"> Geckoboard</a>,
<a href="https://github.com/"> Github</a>,
<a href="https://www.inversoft.com/"> Inversoft</a>,
<a href="http://mailchimp.com/"> MailChimp</a>,
<a href="http://mandrill.com/"> Mandrill</a>,
<a href="http://newrelic.com/"> New Relic</a>,
<a href="https://www.pagerduty.com/"> PagerDuty</a>,
<a href="https://www.pingdom.com/"> Pingdom</a>,
<a href="https://www.rallydev.com/"> Rally</a>,
<a href="https://saucelabs.com/"> SauceLabs</a>,
<a href="https://screenhero.com/"> Screenhero</a>,
<a href="https://getsentry.com/welcome/"> Sentry</a>,
<a href="http://www.git-tower.com/"> Tower</a>,
and <a href="https://travis-ci.org/"> Travis-CI</a>.
</p>
<p><FormattedMessage id='credits.supportersOpenHeader' /></p>
<p><FormattedHTMLMessage id='credits.supportersOpenBody' /></p>
<p>
<a href="https://www.djangoproject.com/"> Django</a>,
<a href="http://djangobb.org/"> DjangoBB</a>,
<a href="https://www.docker.com/"> Docker</a>,
<a href="https://www.elastic.co/"> Elasticsearch</a>,
<a href="http://ganglia.sourceforge.net/"> Ganglia</a>,
<a href="gunicorn.org"> Gunicorn</a>,
<a href="https://jenkins-ci.org/"> Jenkins</a>,
<a href="http://www.linux.org/"> Linux</a>,
<a href="http://memcached.org/"> Memcached</a>,
<a href="https://www.mediawiki.org/wiki/MediaWiki"> MediaWiki</a>,
<a href="http://www.mysql.com/"> MySQL</a>,
<a href="https://www.nagios.org/"> Nagios</a>,
<a href="https://www.nginx.com/resources/wiki/"> Nginx</a>,
<a href="https://nodejs.org/en/"> Node.js</a>,
<a href="http://pootle.translatehouse.org/"> Pootle</a>,
<a href="http://www.postgresql.org/"> PostgreSQL</a>,
<a href="https://www.python.org/"> Python</a>,
<a href="http://redis.io/"> Redis</a>,
<a href="http://saltstack.com/"> SaltStack</a>,
<a href="https://github.com/etsy/statsd/"> StatsD</a>,
<a href="http://www.ubuntu.com/"> Ubuntu</a>,
and <a href="https://www.varnish-cache.org/"> Varnish</a>.
</p>
</div>
);
}

View file

@ -15,9 +15,6 @@
"credits.acknowledgementsInfluencers": "The ideas of Seymour Papert and Alan Kay have deeply inspired and influenced our work on Scratch.",
"credits.supportersTitle": "Supporting Organizations",
"credits.supportersFinancialHeader": "The following organizations have provided major financial support for Scratch:",
"credits.supportersFinancialBody": "<a href=\"http://www.nsf.gov/\">National Science Foundation</a>, <a href=\"http://www.scratchfoundation.org/\">Scratch Foundation</a>, <a href=\"http://www.google.org/\">Google</a>, <a href=\"http://www.legofoundation.com/\">LEGO Foundation</a>, <a href=\"http://www.intel.com/\">Intel</a>, <a href=\"http://www.turner.com/company/\">Cartoon Network</a>, <a href=\"http://www.fundacaolemann.org.br/lemann-foundation/\">Lemann Foundation</a>, and the <a href=\"https://www.macfound.org/\">MacArthur Foundation</a>.",
"credtis.supportersServicesHeader": "The following organizations donate their services to help keep the Scratch project running:",
"credits.supportersServicesBody": "<a href=\"http://www.advancedinstaller.com/\">Advanced Installer</a>, <a href=\"http://aws.amazon.com/\">Amazon Web Services</a>, <a href=\"https://codetree.com/\">Codetree</a>, <a href=\"https://www.fastly.com/\">Fastly</a>, <a href=\"https://www.geckoboard.com/\">Geckoboard</a>, <a href=\"https://github.com/\">Github</a>, <a href=\"https://www.inversoft.com/\">Inversoft</a>, <a href=\"http://mailchimp.com/\">MailChimp</a>, <a href=\"http://mandrill.com/\">Mandrill</a>, <a href=\"http://newrelic.com/\">New Relic</a>, <a href=\"https://www.pagerduty.com/\">PagerDuty</a>, <a href=\"https://www.pingdom.com/\">Pingdom</a>, <a href=\"https://www.rallydev.com/\">Rally</a>, <a href=\"https://saucelabs.com/\">SauceLabs</a>, <a href=\"https://screenhero.com/\">Screenhero</a>, <a href=\"https://getsentry.com/welcome/\">Sentry</a>, <a href=\"http://www.git-tower.com/\">Tower</a>, and <a href=\"https://travis-ci.org/\">Travis-CI</a>.",
"credits.supportersOpenHeader": "Scratch would not be possible without free and open source software, including:",
"credits.supportersOpenBody": "<a href=\"https://www.djangoproject.com/\">Django</a>, <a href=\"http://djangobb.org/\">DjangoBB</a>, <a href=\"https://www.docker.com/\">Docker</a>, <a href=\"https://www.elastic.co/\">Elasticsearch</a>, <a href=\"http://ganglia.sourceforge.net/\">Ganglia</a>, <a href=\"https://scratch.mit.edu/info/credits/gunicorn.org\">Gunicorn</a>, <a href=\"https://jenkins-ci.org/\">Jenkins</a>, <a href=\"http://www.linux.org/\">Linux</a>, <a href=\"http://memcached.org/\">Memcached</a>, <a href=\"https://www.mediawiki.org/wiki/MediaWiki\">MediaWiki</a>, <a href=\"http://www.mysql.com/\">MySQL</a>, <a href=\"https://www.nagios.org/\">Nagios</a>, <a href=\"https://www.nginx.com/resources/wiki/\">Nginx</a>, <a href=\"https://nodejs.org/en/\">Node.js</a>, <a href=\"http://pootle.translatehouse.org/\">Pootle</a>, <a href=\"http://www.postgresql.org/\">PostgreSQL</a>, <a href=\"https://www.python.org/\">Python</a>, <a href=\"http://redis.io/\">Redis</a>, <a href=\"http://saltstack.com/\">SaltStack</a>, <a href=\"https://github.com/etsy/statsd/\">StatsD</a>, <a href=\"http://www.ubuntu.com/\">Ubuntu</a>, and <a href=\"https://www.varnish-cache.org/\">Varnish</a>."
"credits.supportersOpenHeader": "Scratch would not be possible without free and open source software, including:"
}