leaf wrote:
Because the question came up with the Map Editor - are these scripts (and images?) going to be released under the GPL or similar license?

if you know some appropriate place for them

the version i currently have at localhost does fine, i think its release ready - except for lacking comments and a dirty hack (generates non w3c compliant html)
the scripts to generate the images are a different story, I am willing to release them under GPL, but i think they are quite problematic, for they are
1) system dependent (uses sh, and depends on directory structures)
2) use CFJavaEditor (hence depend on a specific version of Java)
3) CFJavaEditor has some memory bug*, the script doesnt have a workaround for that. the script works fine for a small set of images (30) if and only if the editor can use a LOT (512 mb) of ram
4) it is heavily underdocumented
5) its DANGEROUS when used in the wrong location
6) i dont know wether i want it as one script or as a collection of scripts
Anyway, i am still improving that stupid script, i could eliminate 1, 4 and maybe 5.
6 is quite a different problem.
to tackle 3, have to proces a limited number of images at once. (limited by the memory usage) It is possible to start the editor for every single map you have to do, but that's quite an unpleasant method.
*looks like it does not unload maps that are closed
EDIT: also see my later reply on this question