Added reference zip file and updated script to fetch reference from web.

This commit is contained in:
David A. Mellis 2006-01-13 00:03:30 +00:00
parent dc04ccefa1
commit 505c54461b
2 changed files with 2 additions and 0 deletions

View File

@ -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

BIN
build/shared/reference.zip Normal file

Binary file not shown.