Basics
------

This module requires the upload module to be installed and enabled.
Drupal 4.7 is the only tested version and therefore recommended version.

The module relies on two oss projects (for win32).
 - ODT2XHTML - Copyright (C) 2005-2006 J. David Eisenberg
 - zip - Author: Pierre-Alain Joye <pajoye@php.net>

win32 install
-------------

Simply place the inline_odt folder (with all its contents) inside your modules folder.

*nix install
------------

To get the zip module installed on ubuntu, I did:
sudo apt-get install php5-dev
phpize
make
sudo make install
vim /etc/php5/apache2/php.ini
add "extension=zip.so" at bottom (don't forget a newline afterwards)

# Now add xsl
apt-get install php5-xsl
/etc/init.d/apache2 restart

Configuration
-------------

You can choose whether to display a link to the actual file at the top of where the 
converted document is displayed, or not.
