roundcubemail-plugins-kolab/plugins/odfviewer
2012-11-17 17:05:40 +01:00
..
files Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
LICENSE Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
odf.html Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
odfviewer.php Adapt to recent changes in core regarding the client_mimetype settings 2012-11-17 17:05:40 +01:00
package.xml Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
README Fix typos 2011-12-06 09:01:31 +01:00
webodf.css Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
webodf.js Updated to latest WebODF version from git 2012-03-16 21:26:34 +01:00

Roundcube Open Documents Viewer
-------------------------------
The rendering of open documents is based on the WebODF library written
by Tobias Hintze. See http://webodf.org for more information.


INSTALLATION
------------
Make the the folder 'files' in this directory writeable for the webserver.
It is used to temporarily store attachment files. Also make sure in the
webserver configuraton that this directory is not browsable. For Apache
webservers the included .htaccess file should already do the job.

Add 'odfviewer' to the list of plugins in the config/main.inc.php file
of your Roundcube installation.