diff --git a/.gitignore b/.gitignore index 54d94ffce..f61a9a6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ build/macosx/libastylej* build/macosx/appbundler*.jar build/macosx/appbundler*.zip build/macosx/appbundler +build/macosx/appbundler-1.0ea-arduino2 build/linux/work/ build/linux/dist/*.tar.gz build/linux/dist/*.tar.bz2 diff --git a/README.md b/README.md index 0c0e41751..be799fddc 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The boards can be assembled by hand or purchased preassembled; the open-source -IDE can be downloaded for free. +IDE can be downloaded for free at http://arduino.cc/en/Main/Software * For more information, see the website at: http://www.arduino.cc/ -or the forums at: http://arduino.cc/forum/ +or the forums at: http://arduino.cc/forum/ +You can also follow Arduino on twitter at: https://twitter.com/arduino or like Arduino on Facebook at: https://www.facebook.com/official.arduino * To report a *bug* in the software or to request *a simple enhancement* go to: http://github.com/arduino/Arduino/issues diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties index 088d7c60f..ad4a6d686 100644 --- a/libraries/SD/library.properties +++ b/libraries/SD/library.properties @@ -1,7 +1,7 @@ name=SD version=1.0 -author= -maintainer= +author=Arduino, SparkFun +maintainer=Arduino sentence=Enables reading and writing on SD cards. For all Arduino boards. paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card. category=Data Storage