roundcubemail-plugins-kolab/plugins/odfviewer
2013-09-07 18:32:58 +02: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 Fix undefined or unused variable errors caught in static code analysis 2013-05-07 12:16:11 +02:00
package.xml Correct download link for odfviewer plugin (#2192) 2013-09-07 18:32:58 +02: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.