We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e2ed commit 5ede9c8Copy full SHA for 5ede9c8
build/fetch.sh
@@ -0,0 +1,6 @@
1
+curl http://arduino.berlios.de/index.php/Reference/HomePage -o index.html
2
+curl http://arduino.berlios.de/pub/skins/arduino/arduino.css -o arduino.css
3
+for i in `grep -o "http://arduino.berlios.de/index.php/Reference/[^']*" index.html | sort -u | grep -v '?' | cut -d '/' -f 6`; do curl http://arduino.berlios.de/index.php/Reference/$i -o $i.html; done
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
0 commit comments