38 lines
1.3 KiB
XML
Executable File
38 lines
1.3 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
|
<plugin version="2">
|
|
<info>
|
|
<version>0.1</version>
|
|
<name>Tracking Plugin</name>
|
|
<title>Tracking Plugin</title>
|
|
<author>Christoph Haas</author>
|
|
<authorURL>http://www.sprinternet.at</authorURL>
|
|
<description>Enables Email Tracking in Webapp</description>
|
|
</info>
|
|
<config>
|
|
<configfile>config.php</configfile>
|
|
</config>
|
|
<components>
|
|
<component>
|
|
<files>
|
|
<server>
|
|
<serverfile>php/plugin.emailtracking.php</serverfile>
|
|
<serverfile type="module" module="plugintrackingmodule">php/class.plugintrackingmodule.php</serverfile>
|
|
</server>
|
|
<client>
|
|
<clientfile load="release">js/emailtracking.js</clientfile>
|
|
<clientfile load="debug">js/emailtracking-debug.js</clientfile>
|
|
<clientfile load="source">js/EmailTrackingPlugin.js</clientfile>
|
|
<clientfile load="source">js/ui/TrackingInfoPanel.js</clientfile>
|
|
<clientfile load="source">js/data/ResponseHandler.js</clientfile>
|
|
</client>
|
|
<resources>
|
|
<resourcefile load="release">resources/css/emailtracking.css</resourcefile>
|
|
<resourcefile load="debug">resources/css/emailtracking.css</resourcefile>
|
|
<resourcefile load="source">resources/css/emailtracking-styles.css</resourcefile>
|
|
</resources>
|
|
</files>
|
|
</component>
|
|
</components>
|
|
</plugin>
|