diff --git a/src/views/developers/developers.jsx b/src/views/developers/developers.jsx index 4733bcd35..ff764985e 100644 --- a/src/views/developers/developers.jsx +++ b/src/views/developers/developers.jsx @@ -1,6 +1,9 @@ var React = require('react'); var render = require('../../lib/render.jsx'); +var FormattedHTMLMessage = require('react-intl').FormattedHTMLMessage; +var FormattedMessage = require('react-intl').FormattedMessage; + var Page = require('../../components/page/www/page.jsx'); var FlexRow = require('../../components/flex-row/flex-row.jsx'); var SubNavigation = require('../../components/subnavigation/subnavigation.jsx'); @@ -15,38 +18,36 @@ var Developers = React.createClass({
- On this page, you’ll find information about open source projects created and maintained{' '}
- by the Scratch Team at MIT, as well{' '}
- as our thoughts on best practices for designing learning experiences for children.
+
- The following projects are open source and available for any purpose.
+
- Scratch Blocks is a new development project for the next generation of{' '}
- graphical programming blocks, based on a collaboration between Google and MIT’s{' '}
- Scratch Team — building on Google’s{' '}
- Blockly technology{' '}
- and informed by the Scratch Team’s expertise in developing creative{' '}
- learning tools for young people. Scratch Blocks will provide a framework{' '}
- for building programming blocks in both vertical (text-based) and horizontal{' '}
- (icon-based) formats. You can access the code (currently as a{' '}
- developer-preview) and documentation{' '}
- here.
+
- This first release includes code for Scratch’s Horizontal Grammar. Looking{' '}
- ahead, we plan to release additional code including but not limited to the{' '}
- Vertical Grammar (currently used by Scratch), a new Rendering Engine to support{' '}
- sprites and graphic effects, and a new Audio Engine to support creation with{' '}
- sound and music.
+
- Scratch-www is a standalone web client for the Scratch Community, built{' '}
- using React and Redux. Access the code and documentation{' '}
- here.
+
- We created Scratch to empower young people to think creatively, reason systematically,{' '}
- and work collaboratively. We are guided by a set of Learning Principles and{' '}
- Design Principles that we hope you will follow as you develop new tools and{' '}
- technologies with Scratch Blocks.
+
- We are pleased to provide Scratch free of charge. If you enjoy using Scratch, please{' '}
- consider making a donation{' '}
- to support Scratch. Donations of any size are appreciated.
+
- Your donation to the Scratch Foundation will be used to support future development of{' '}
- Scratch software and the Scratch website.
+
- Thanks for supporting Scratch!
+
- The creation and maintenance of this open source code would not be possible without{' '}
- generous technical and financial support from our partners:
+
- Scratch is a free programming language and online community where young{' '}
- people can create their own interactive stories, games, and animations.{' '}
- Scratch is a project of the{' '}
- Lifelong Kindergarten{' '}
- Group at the MIT Media Lab.{' '}
- You can learn more about Scratch{' '}
- here.
+
- You may use this code in accordance with the license which governs{' '}
- each project. We also strongly encourage you to consider the learning{' '}
- and design principles (above, on this page) when building creative{' '}
- learning experiences for kids of all ages.
+
- If you wish, you can publicly state that your application is powered by{' '}
- Scratch Blocks. If you do so, we would also encourage you to link back to{' '}
- the code repository.
+
- We plan to open source additional code relating to the Scratch programming{' '}
- language over the next few months. Keep an eye on this page!
+
- Scratch Blocks builds upon the Blockly code base, and is specifically{' '}
- designed with our principles in mind to support creative learning experiences.
+
- You can reach us over on github or{' '}
- you can send an email to{' '}
- help@scratch.mit.edu.{' '}
- We look forward to hearing from you!
+