[kupu-dev] Kupu image + link path problem... solved with a xslt
michel buffa
micbuffa at gmail.com
Fri Oct 27 08:51:38 CEST 2006
Hi ! I integrated kupu in SweetWiki, a kupu written in java that relies on
the semantic web technologies (but for "normal users" it just looks like a
nice wysiwyg wiki) . We've been workig on sweetwiki for several months
now...
I wrote a small xslt stylesheet to fix all the "bad paths" that can appear
after drag'n'dropping an image or a local absolute link, with firefox or IE.
<img src=/wiki/pub/image.jpg/> turned into <img src=pub/image.jpg/> in
firefox and <img src=http://host:port/wiki/pub/image.jpg/> in IE...
In case someone is interested I also have written in java the server side
for spellchecking + local link browser so that these functionalities work in
kupu. The server side is pure java code.
You can try our wiki at http://argentera.inria.fr:8080/wiki register and
edit the sandbox if you want to see kupu in action. We added several
functionalities like tagging pages, tagging images in kupu, image + file
upload using the apache upload API, etc...
This is a beta for public testing so it is not perfect yet.
Michel Buffa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://codespeak.net/pipermail/kupu-dev/attachments/20061027/77f75374/attachment.htm
More information about the kupu-dev
mailing list