Hello. I'm evaluating a number of open source community/CMS packages on which to base a system for creative writing workshops. After finishing a simple ground-up PHP test for 2 workshops, I've looked at some frameworks: PHP solutions (Xaraya, XOOPS, Drupal), Zope X3, and just started looking at OpenACS.
One of the key functions for my site will be the ability to upload Microsoft Word documents (or RTFs) and have it auto-converted to HTML. I don't like the idea of having writers share Word files (file size, macro viruses, inability to print stories directly from any browser). In my test system, I had authors "Save As" to HTML and upload, then made a filter cleaning up unwanted tags. But with WebDAV-enabled directories, it might make more sense to allow direct editing of Word files and do an on-demand HTML conversion.
I've done some OpenACS searching and found "Word uploading and HTML conversion" as a wish list point, but there's also a reference to "content repository uses the INSO libraries included with Intermedia to support conversion of binary files such as Microsoft Word documents to HTML." Initially, I thought I'd have to figure out how to patch in OpenOffice filters. Have others come up with a solution or thought about use of OpenOffice components for conversions?