Mercurial > hg > rc1
comparison plugins/filters/package.xml @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 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>filters</name> | |
| 7 <uri>https://plugins.roundcube.net/packages/roundcube/filters</uri> | |
| 8 <summary>Client-side e-mail filter</summary> | |
| 9 <description>Plugin that adds a new tab to the settings section to create client-side e-mail filtering</description> | |
| 10 <lead> | |
| 11 <name>Roberto Zarrelli</name> | |
| 12 <user>-</user> | |
| 13 <email>zarrelli@unimol.it</email> | |
| 14 <active>yes</active> | |
| 15 </lead> | |
| 16 <lead> | |
| 17 <name>Artur Petrov</name> | |
| 18 <user>6ec123321</user> | |
| 19 <email>admin@gtn18.ru</email> | |
| 20 <active>yes</active> | |
| 21 </lead> | |
| 22 <date>2017-04-12</date> | |
| 23 <version> | |
| 24 <release>2.1.6</release> | |
| 25 <api>2.1.6</api> | |
| 26 </version> | |
| 27 <stability> | |
| 28 <release>stable</release> | |
| 29 <api>stable</api> | |
| 30 </stability> | |
| 31 <license uri="http://www.gnu.org/licenses/agpl.html">GNU GPLv3</license> | |
| 32 <notes>-</notes> | |
| 33 <contents> | |
| 34 <dir baseinstalldir="/" name="/"> | |
| 35 <file name="config.inc.php" role="php"></file> | |
| 36 <file name="filters.php" role="php"></file> | |
| 37 <file name="filters.js" role="data"></file> | |
| 38 <file name="localization/cs_CZ.inc" role="data"></file> | |
| 39 <file name="localization/de_DE.inc" role="data"></file> | |
| 40 <file name="localization/el_GR.inc" role="data"></file> | |
| 41 <file name="localization/en_US.inc" role="data"></file> | |
| 42 <file name="localization/es_ES.inc" role="data"></file> | |
| 43 <file name="localization/fr_FR.inc" role="data"></file> | |
| 44 <file name="localization/it_IT.inc" role="data"></file> | |
| 45 <file name="localization/ja_JP.inc" role="data"></file> | |
| 46 <file name="localization/nl_NL.inc" role="data"></file> | |
| 47 <file name="localization/pl_PL.inc" role="data"></file> | |
| 48 <file name="localization/pt_PT.inc" role="data"></file> | |
| 49 <file name="localization/ro_RO.inc" role="data"></file> | |
| 50 <file name="localization/ru_RU.inc" role="data"></file> | |
| 51 <file name="localization/sk_SK.inc" role="data"></file> | |
| 52 <file name="localization/tr_TR.inc" role="data"></file> | |
| 53 <file name="localization/uk_UA.inc" role="data"></file> | |
| 54 <file name="localization/zh_TW.inc" role="data"></file> | |
| 55 <file name="README.txt" role="data"></file> | |
| 56 <file name="composer.json" role="data"></file> | |
| 57 </dir> | |
| 58 </contents> | |
| 59 <dependencies> | |
| 60 <required> | |
| 61 <php> | |
| 62 <min>5.3.0</min> | |
| 63 </php> | |
| 64 <pearinstaller> | |
| 65 <min>1.3.0</min> | |
| 66 </pearinstaller> | |
| 67 </required> | |
| 68 </dependencies> | |
| 69 <phprelease/> | |
| 70 </package> |
