i see, stupid issue. Must have sneaked in in version 0.30. I have now added parameter
script_dir
to configuration section, which defaults now to
/xowiki
, since most people will need it for the time being with xowiki. however, with the default configuration, /xowiki must be mounted.
This configuration option can be reset to the old behavior with the javascript
option xinha_config.script_dir = '.';
in the widget specification (see http://media.wu-wien.ac.at/download/xowiki-doc/#js and/or the template::widget::richtext in the api-browser) or it can be hard-coded in e.g. blank-master.tcl.
I'll commit the issue to 5-2 and head.
-gustaf