roundcubemail-plugins-kolab/plugins/odfviewer
2015-01-09 06:13:07 -05:00
..
files Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
images Updated WebODF to the most recent version; implemented the viewer sample which adds zooming 2013-10-03 15:56:23 +02:00
composer.json Fix syntax errors in composer.json of odfviewer and pdfviewer plugin 2015-01-09 06:13:07 -05:00
LICENSE Initial version of the webODF viewer plugin for Roundcube 2011-12-06 08:48:24 +01:00
odf.html Amend js files headers to satisfy LibreJS license detection 2014-04-28 09:12:29 +02:00
odfviewer.php Don't use file extension from message part to avoid abuse 2013-11-22 08:38:22 +01:00
ODFViewerPlugin.js Updated WebODF to the most recent version; implemented the viewer sample which adds zooming 2013-10-03 15:56:23 +02:00
README Fix typos 2011-12-06 09:01:31 +01:00
viewer.css Updated WebODF to the most recent version; implemented the viewer sample which adds zooming 2013-10-03 15:56:23 +02:00
viewer.js Updated WebODF to the most recent version; implemented the viewer sample which adds zooming 2013-10-03 15:56:23 +02:00
webodf.js Updated WebODF to the most recent version; implemented the viewer sample which adds zooming 2013-10-03 15:56:23 +02: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.