diff --git a/build/fetch.sh b/build/fetch.sh index 590017833..c947b87e4 100755 --- a/build/fetch.sh +++ b/build/fetch.sh @@ -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/([^']*)|\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|HomePage.html|index.html|g" *.html +perl -i -pe "s|/\\?PHPSESSID=[^\"]*|http://arduino.berlios.de/|g" *.html diff --git a/build/shared/reference.zip b/build/shared/reference.zip new file mode 100644 index 000000000..d8c2b4740 Binary files /dev/null and b/build/shared/reference.zip differ