We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc04cce commit 505c544Copy full SHA for 505c544
build/fetch.sh
@@ -4,3 +4,5 @@ for i in `grep -o "http://arduino.berlios.de/index.php/Reference/[^']*" index.ht
4
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/[^?\"']*\?[^'\"]*|#|g" *.html
5
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/([^']*)|\1.html|g" *.html
6
perl -i -pe "s|http://arduino.berlios.de/pub/skins/arduino/arduino.css|arduino.css|g" *.html
7
+perl -i -pe "s|HomePage.html|index.html|g" *.html
8
+perl -i -pe "s|/\\?PHPSESSID=[^\"]*|http://arduino.berlios.de/|g" *.html
build/shared/reference.zip
34.9 KB
0 commit comments