We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650c275 commit 2de016cCopy full SHA for 2de016c
build/fetch.sh
@@ -8,6 +8,7 @@
8
mkdir reference
9
cd reference
10
curl http://www.arduino.cc/en/Main/Howto -o howto.html
11
+curl http://www.arduino.cc/en/Main/FAQ -o FAQ.html
12
curl http://www.arduino.cc/en/Reference/HomePage -o index.html
13
curl http://www.arduino.cc/en/pub/skins/arduino/arduino.css -o arduino.css
14
for i in `grep -o "http://www.arduino.cc/en/Reference/[^']*" index.html | sort -u | grep -v '?' | cut -d '/' -f 6`; do curl http://www.arduino.cc/en/Reference/$i -o $i.html; done
@@ -18,4 +19,4 @@ perl -i -pe "s|HomePage.html|index.html|g" *.html
18
19
perl -i -pe "s|href=\"/\"|href=\"http://www.arduino.cc/\"|g" *.html
20
cd ..
21
zip -r shared/reference.zip reference
-rm -rf reference
22
+rm -rf reference
0 commit comments