Searched zope.org, the z mailing list and google.com (the only search engines I use these days) I'm looking for some tool to convert ZWiki text to MS Word. Reason being that my boss wants it in MS Word, and I do all my typing as ZWiki's.
Any solution is welcomed! Since ZWiki's are CaPs neurotic, some sections are called for example: "OrganiSations" or "PaGe". Also the text has these references.
Bare in mind, that it doesn't have to be a native Zope or python thing, but I post it here in hope.
Hi Peter, It shouldn't be to hard to convert structured text to RTF. RTF is basically just text with nested commandos similar to HTML (bad style HTML anyway). I have a C example lying around here somewhere. Aha: http://www.logictran.com/RTF11406.htm You could also consider combining the ZIE-editor in ZWiki making WikiWeb more WYSIWYG. ZIE (being a MS-spawned beast) are very capable in cutting and pasting from and to MS applications as Word and Excel. You would be stuck with Internet Explorer 4 or higher. Regards, Johan Carlsson