mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Added reference zip file and updated script to fetch reference from web.
This commit is contained in:
@ -4,3 +4,5 @@ for i in `grep -o "http://arduino.berlios.de/index.php/Reference/[^']*" index.ht
|
|||||||
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/[^?\"']*\?[^'\"]*|#|g" *.html
|
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/[^?\"']*\?[^'\"]*|#|g" *.html
|
||||||
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/([^']*)|\1.html|g" *.html
|
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/([^']*)|\1.html|g" *.html
|
||||||
perl -i -pe "s|http://arduino.berlios.de/pub/skins/arduino/arduino.css|arduino.css|g" *.html
|
perl -i -pe "s|http://arduino.berlios.de/pub/skins/arduino/arduino.css|arduino.css|g" *.html
|
||||||
|
perl -i -pe "s|HomePage.html|index.html|g" *.html
|
||||||
|
perl -i -pe "s|/\\?PHPSESSID=[^\"]*|http://arduino.berlios.de/|g" *.html
|
||||||
|
BIN
build/shared/reference.zip
Normal file
BIN
build/shared/reference.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user