Skip to content

Commit 505c544

Browse files
committed
Added reference zip file and updated script to fetch reference from web.
1 parent dc04cce commit 505c544

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/fetch.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ for i in `grep -o "http://arduino.berlios.de/index.php/Reference/[^']*" index.ht
44
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/[^?\"']*\?[^'\"]*|#|g" *.html
55
perl -i -pe "s|http://arduino.berlios.de/index.php/Reference/([^']*)|\1.html|g" *.html
66
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
Binary file not shown.

0 commit comments

Comments
 (0)