Kupu is a nice web-based WysiwygEditor. It has examples (and screenshots) for Zope 2, Silva (svg example), Plone(svg example) and Apache Lenya.
- Good: BSD-license, small requirements, utf-8.
Bad: works only on IE and gecko, not konqueror or opera. -- SashaPoslavsky
Homepage: http://kupu.oscom.org/
It only does HTML (and can't be hacked to do other markup, as in reality it is the BROWSER generating that markup). So for moin we would have to:
- transform page's wiki markup to html
- feed kupu with that html
- edit using kupu
- get html from kupu
- transform html to wiki markup
Ideas/Facts:
- XSL could do those transforms
- IE generates crappy HTML
- the silva adaptor has some python stuff to look at