1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191

This commit is contained in:
Federico Fissore
2015-05-20 17:10:06 +02:00
parent 026210564d
commit 9166828bfe
140 changed files with 167 additions and 167 deletions

View File

@ -16,7 +16,7 @@ my $verbose = 1;
my $CURL_OPTIONS = "--silent --show-error -u $user:$pass";
my $ARDUINO = 'http://edit.arduino.cc/en_ref'; # base url for reference site
my $PUBLIC = 'http://arduino.cc/en'; # base url for public site
my $PUBLIC = 'http://www.arduino.cc/en'; # base url for public site
my %downloaded = (); # keep track of the pages we download

View File

@ -13,7 +13,7 @@ cd reference
perl ../create_reference.pl || die 'unable to create local reference pages'
mkdir img
curl http://arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
curl http://www.arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
cd ..
zip -r shared/reference.zip reference || die 'unable to create reference.zip archive'

View File

@ -19,6 +19,6 @@
<screenshot type="default" width="624" height="351">http://mavit.fedorapeople.org/appdata/arduino-screenshot.png</screenshot>
<screenshot width="704" height="396">http://mavit.fedorapeople.org/appdata/arduino-photo.jpg</screenshot>
</screenshots>
<url type="homepage">http://arduino.cc/</url>
<url type="homepage">http://www.arduino.cc/</url>
<updatecontact>arduino.appdata.xml@mavit.org.uk</updatecontact>
</application>

View File

@ -5,7 +5,7 @@
Most Arduinos have an on-board LED you can control. On the Uno and
Leonardo, it is attached to digital pin 13. If you're unsure what
pin the on-board LED is connected to on your Arduino model, check
the documentation at http://arduino.cc
the documentation at http://www.arduino.cc
This example code is in the public domain.

View File

@ -21,7 +21,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/ButtonStateChange
http://www.arduino.cc/en/Tutorial/ButtonStateChange
*/

View File

@ -14,7 +14,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone3
http://www.arduino.cc/en/Tutorial/Tone3
*/

View File

@ -12,7 +12,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone
http://www.arduino.cc/en/Tutorial/Tone
*/
#include "pitches.h"

View File

@ -12,7 +12,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone4
http://www.arduino.cc/en/Tutorial/Tone4
*/

View File

@ -14,7 +14,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/Tone2
http://www.arduino.cc/en/Tutorial/Tone2
*/

View File

@ -23,7 +23,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/AnalogInput
http://www.arduino.cc/en/Tutorial/AnalogInput
*/

View File

@ -20,7 +20,7 @@
modified 30 Aug 2011
By Tom Igoe
http://arduino.cc/en/Tutorial/Calibration
http://www.arduino.cc/en/Tutorial/Calibration
This example code is in the public domain.

View File

@ -11,7 +11,7 @@
modified 30 Aug 2011
By Tom Igoe
http://arduino.cc/en/Tutorial/Fading
http://www.arduino.cc/en/Tutorial/Fading
This example code is in the public domain.

View File

@ -21,7 +21,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/IfStatement
http://www.arduino.cc/en/Tutorial/IfStatement
*/

View File

@ -22,7 +22,7 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/WhileLoop
http://www.arduino.cc/en/Tutorial/WhileLoop
*/

View File

@ -8,7 +8,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringAdditionOperator
http://www.arduino.cc/en/Tutorial/StringAdditionOperator
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringAppendOperator
http://www.arduino.cc/en/Tutorial/StringAppendOperator
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringCaseChanges
http://www.arduino.cc/en/Tutorial/StringCaseChanges
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringCharacters
http://www.arduino.cc/en/Tutorial/StringCharacters
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringComparisonOperators
http://www.arduino.cc/en/Tutorial/StringComparisonOperators
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 30 Aug 2011
by Tom Igoe
http://arduino.cc/en/Tutorial/StringConstructors
http://www.arduino.cc/en/Tutorial/StringConstructors
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringIndexOf
http://www.arduino.cc/en/Tutorial/StringIndexOf
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
created 1 Aug 2010
by Tom Igoe
http://arduino.cc/en/Tutorial/StringLengthTrim
http://www.arduino.cc/en/Tutorial/StringLengthTrim
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringLengthTrim
http://www.arduino.cc/en/Tutorial/StringLengthTrim
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringReplace
http://www.arduino.cc/en/Tutorial/StringReplace
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Tom Igoe
http://arduino.cc/en/Tutorial/StringStartsWithEndsWith
http://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
This example code is in the public domain.
*/

View File

@ -7,7 +7,7 @@
modified 2 Apr 2012
by Zach Eveland
http://arduino.cc/en/Tutorial/StringSubstring
http://www.arduino.cc/en/Tutorial/StringSubstring
This example code is in the public domain.
*/

View File

@ -15,7 +15,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -13,7 +13,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -17,7 +17,7 @@
by Scott Fitzgerald
Thanks to Federico Vanzati for improvements
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -13,7 +13,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -13,7 +13,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -15,7 +15,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -14,7 +14,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -16,7 +16,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -17,7 +17,7 @@
by Scott Fitzgerald
Thanks to Federico Vanzati for improvements
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -16,7 +16,7 @@
Created 13 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -21,7 +21,7 @@
by Scott Fitzgerald
Thanks to Federico Vanzati for improvements
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -13,12 +13,12 @@
Software required :
CapacitiveSensor library by Paul Badger
http://arduino.cc/playground/Main/CapacitiveSensor
http://www.arduino.cc/playground/Main/CapacitiveSensor
Created 18 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -15,7 +15,7 @@
Created 18 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/
@ -55,7 +55,7 @@ void loop() {
colorMode(HSB, 255);
// load the Arduino logo into the PImage instance
logo = loadImage("http://arduino.cc/en/pub/skins/arduinoWide/img/logo.png");
logo = loadImage("http://www.arduino.cc/en/pub/skins/arduinoWide/img/logo.png");
// make the window the same size as the image
size(logo.width, logo.height);

View File

@ -13,7 +13,7 @@
Created 18 September 2012
by Scott Fitzgerald
http://arduino.cc/starterKit
http://www.arduino.cc/starterKit
This example code is part of the public domain
*/

View File

@ -100,7 +100,7 @@ editor.reserved_word_2.style = #00979C,plain
editor.literal_char.style = #00979C,plain
editor.literal_string_double_quote.style = #00979C,plain
# http://arduino.cc/
# http://www.arduino.cc/
editor.url.style = #0000ff,underlined
# e.g. + - = /

View File

@ -333,7 +333,7 @@ HISTORY
RESOURCES
---------
Web site: <http://arduino.cc/>
Web site: <http://www.arduino.cc/>
Help on projects and programming: <http://forum.arduino.cc/>

View File

@ -494,7 +494,7 @@ ARDUINO 1.5 BETA - 2012.10.22
* Everything is in beta, most features or libraries are still missing
or incomplete.
* For more info refer to this press release:
http://arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
http://www.arduino.cc/blog/2012/10/22/arduino-1-5-support-for-the-due-and-other-processors-easier-library-installation-simplified-board-menu-etc/
ARDUINO 1.0.7
@ -726,7 +726,7 @@ ARDUINO 1.0.1 - 2012.05.21
* The IDE has been internationalized and translated into multiple languages.
Thanks to Shigeru Kanemoto for the internationalization and Japanese
translation and many others for the other translations. For more
information, see: http://arduino.cc/playground/Main/LanguagesIDE
information, see: http://www.arduino.cc/playground/Main/LanguagesIDE
* Added preference for selecting the language in which to display the
Arduino software. Defaults to the operating system locale.
@ -981,7 +981,7 @@ ARDUINO 0022 - 2010.12.24
* Adding an SD card library based on sdfatlib by Bill Greiman and the
MemoryCard library by Philip Lindsay (follower) for SparkFun.
http://arduino.cc/en/Reference/SD
http://www.arduino.cc/en/Reference/SD
* Added character manipulation macros (from Wiring): isAlphaNumeric(),
isAlpha(), isAscii(), isWhitespace(), isControl(), isDigit(), isGraph(),