Commit bdfba768 authored by carlosperate's avatar carlosperate

Updated README file before generation of GitHub pages.

parent 67d33207
## Ardublockly ## Ardublockly
"Ardublockly" is a fork of [Blockly](https://developers.google.com/blockly/), a web-based graphical programming editor, that has been updated to work with [Arduino](http://www.arduino.cc/) code. "Ardublockly" is a fork of [Blockly](https://developers.google.com/blockly/), a web-based graphical programming editor, that has been updated to generate [Arduino](http://www.arduino.cc/) code.
This project is influeced by BlocklyDuino, also based on an older version of [Blockly](https://developers.google.com/blockly/). This project is influeced by BlocklyDuino, also based on an older version of [Blockly](https://developers.google.com/blockly/).
...@@ -17,30 +17,23 @@ TBD ...@@ -17,30 +17,23 @@ TBD
### Running Ardublockly ### Running Ardublockly
TBD To run the application execute the "launch_arduino.py".
#### Required Software #### Required Software
* [Python 2.7.x](https://www.python.org/download), currently development is maintaining compatibility with 3.x * [Python 2.7.x](https://www.python.org/download), currently development is maintaining compatibility with 3.x
* [Arduino IDE version 1.5 or higher](http://arduino.cc/en/main/software) * [Arduino IDE version 1.5 or higher](http://arduino.cc/en/main/software)
* Browser of your choice (currently supports Firefox, Chrome, IE8+, Opera and Safary) * Browser of your choice (currently supports Firefox, Chrome, IE8+, Opera and Safary)
#### Usage
TBD
#### Development
TBD
### Original Authors ### Original Authors
Original source is Copyright of Google Inc. [https://developers.google.com/blockly/](https://developers.google.com/blockly/) Original source is Copyright of Google Inc. [https://developers.google.com/blockly/](https://developers.google.com/blockly/)
#### Significant changes #### Significant changes
Added Arduino code generator. Added Arduino code generator and Arduino app.
All changes to the original source code can be review [here](https://github.com/carlosperate/ardublockly/compare/master...blockly-original). All changes to the original source code can be review [here](https://github.com/carlosperate/ardublockly/compare/blockly-original...master).
### License ### License
Licensed under the Apache License, Version 2.0 (the "License"). The full document can be found in the [COPYING](https://github.com/carlosperate/ardublockly/blob/master/COPYING) file. Licensed under the Apache License, Version 2.0 (the "License"). The full document can be found in the [COPYING](https://github.com/carlosperate/ardublockly/blob/master/COPYING) file.
Blockly has moved!
Home page is here:
https://developers.google.com/blockly/
Code repository is here:
https://github.com/google/blockly
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment