source: github/plugins/subscriptions_option/package.xml @ 48e9c14

HEADcourier-fixdev-browser-capabilitiespdorelease-0.8
Last change on this file since 48e9c14 was 48e9c14, checked in by thomascube <thomas@…>, 14 months ago

Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
3    http://pear.php.net/dtd/tasks-1.0.xsd
4    http://pear.php.net/dtd/package-2.0
5    http://pear.php.net/dtd/package-2.0.xsd">
6        <name>subscriptions_option</name>
7        <channel>pear.roundcube.net</channel>
8        <summary>Option to disable IMAP subscriptions</summary>
9        <description>
10            A plugin which can enable or disable the use of imap subscriptions.
11        It includes a toggle on the settings page under "Server Settings".
12        The preference can also be locked.
13        </description>
14        <lead>
15                <name>Thomas Bruederli</name>
16                <user>thomasb</user>
17                <email>roundcube@gmail.com</email>
18                <active>yes</active>
19        </lead>
20        <developer>
21            <name>Ziba Scott</name>
22            <user>ziba</user>
23            <email>ziba@umich.edu</email>
24            <active>yes</active>
25        </developer>
26        <date>2012-03-05</date>
27        <version>
28                <release>1.2</release>
29                <api>1.1</api>
30        </version>
31        <stability>
32                <release>stable</release>
33                <api>stable</api>
34        </stability>
35        <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
36        <notes>-</notes>
37        <contents>
38                <dir baseinstalldir="/" name="/">
39                        <file name="subscriptions_option.php" role="php">
40                                <tasks:replace from="@name@" to="name" type="package-info"/>
41                                <tasks:replace from="@package_version@" to="version" type="package-info"/>
42                        </file>
43                        <file name="localization/cs_CZ.inc" role="data"></file>
44                        <file name="localization/de_CH.inc" role="data"></file>
45                        <file name="localization/de_DE.inc" role="data"></file>
46                        <file name="localization/en_US.inc" role="data"></file>
47                        <file name="localization/es_ES.inc" role="data"></file>
48                        <file name="localization/et_EE.inc" role="data"></file>
49                        <file name="localization/gl_ES.inc" role="data"></file>
50                        <file name="localization/ja_JP.inc" role="data"></file>
51                        <file name="localization/pl_PL.inc" role="data"></file>
52                        <file name="localization/ru_RU.inc" role="data"></file>
53                        <file name="localization/sv_SE.inc" role="data"></file>
54                        <file name="localization/zh_TW.inc" role="data"></file>
55                </dir>
56                <!-- / -->
57        </contents>
58        <dependencies>
59                <required>
60                        <php>
61                                <min>5.2.1</min>
62                        </php>
63                        <pearinstaller>
64                                <min>1.7.0</min>
65                        </pearinstaller>
66                </required>
67        </dependencies>
68        <phprelease/>
69</package>
Note: See TracBrowser for help on using the repository browser.