Subversion Repositories wimsdev

Rev

Rev 12542 | Rev 16660 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12542 Rev 14710
Line 45... Line 45...
45
	d.charset='utf-8';
45
	d.charset='utf-8';
46
 
46
 
47
just before something like this:
47
just before something like this:
48
 
48
 
49
	d.src=e+'js/properties_keys_'
49
	d.src=e+'js/properties_keys_'
50
	
50
 
51
Don't forget to clean your browser cache, and then
51
Don't forget to clean your browser cache, and then
52
 
52
 
53
## Publish new GGBWeb version into WIMS
53
## Publish new GGBWeb version into WIMS
54
* duplicate your geogebraweb folder
54
* duplicate your geogebraweb folder
55
* rename it "GeoGebraWeb-WIMS-5.X.YYY.0", so it contains the new version number
55
* rename it "GeoGebraWeb-WIMS-5.X.YYY.0", so it contains the new version number
56
* zip it
56
* zip it
57
* If you'r on MacOS X : 
57
* If you'r on MacOS X :
58
	* `for file in *.zip; do zip "$file" -qd "__MACOSX/*"; done`
58
	* `for file in *.zip; do zip "$file" -qd "__MACOSX/*"; done`
59
* send it to wims.unice.fr/download server (ask his administrator [bado@unice.fr](mailto:bado@unice.fr))
59
* send it to wims.univ-cotedazur.fr/download server (ask his administrator [bado@unice.fr](mailto:bado@unice.fr))
60
* Update the variable vGeogebra in the ./compile file at WIMS root, so it contains the new Geogebra number version
60
* Update the variable vGeogebra in the ./compile file at WIMS root, so it contains the new Geogebra number version
61
* remove the duplicated folder and the zip archive
61
* remove the duplicated folder and the zip archive
62
 
62
 
63
## See More...
63
## See More...
64
Nb : if you're curious to see non-obfuscated geogebra code, you have to follow these explanations :
64
Nb : if you're curious to see non-obfuscated geogebra code, you have to follow these explanations :