2015-06-02 21:40:54 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
|
|
|
<plugin version="2">
|
|
|
|
<info>
|
2015-06-17 02:11:21 +02:00
|
|
|
<version>1.0.3</version>
|
2015-06-02 21:40:54 +02:00
|
|
|
<name>fileviewer</name>
|
|
|
|
<title>PDF and ODF attachments preview</title>
|
|
|
|
<author>Christoph Haas</author>
|
|
|
|
<authorURL>http://www.sprinternet.at</authorURL>
|
|
|
|
<description>Default viewer for PDF and ODF document attachments</description>
|
|
|
|
</info>
|
|
|
|
<config>
|
|
|
|
<configfile>config.php</configfile>
|
|
|
|
</config>
|
|
|
|
<components>
|
|
|
|
<component>
|
|
|
|
<info>
|
|
|
|
<name>fileviewerplugin</name>
|
|
|
|
<title>FileviewerPlugin</title>
|
|
|
|
<author>Zarafa</author>
|
|
|
|
<description>A Zarafa Webapp plugin enabling the use of ViewerJS for opening PDF and ODF attachments in e-mails.</description>
|
|
|
|
</info>
|
|
|
|
<files>
|
|
|
|
<server>
|
|
|
|
<serverfile>php/plugin.fileviewer.php</serverfile>
|
|
|
|
</server>
|
|
|
|
<client>
|
|
|
|
<clientfile load="release">js/fileviewer.js</clientfile>
|
|
|
|
<clientfile load="debug">js/fileviewer-debug.js</clientfile>
|
|
|
|
<clientfile load="source">js/FileviewerPlugin.js</clientfile>
|
|
|
|
<clientfile load="source">js/ViewerPanel.js</clientfile>
|
|
|
|
<clientfile load="source">js/ABOUT.js</clientfile>
|
|
|
|
</client>
|
|
|
|
</files>
|
|
|
|
</component>
|
|
|
|
</components>
|
|
|
|
</plugin>
|