commit | author | age
|
70bbab
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
TB |
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>zipdownload</name> |
|
7 |
<channel>pear.roundcube.net</channel> |
|
8 |
<summary>Download multiple attachments or messages in one zip file</summary> |
|
9 |
<description>Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file and the download of entire folders.</description> |
|
10 |
<lead> |
|
11 |
<name>Philip Weir</name> |
|
12 |
<user>JohnDoh</user> |
|
13 |
<email>roundcube@tehinterweb.co.uk</email> |
|
14 |
<active>no</active> |
|
15 |
</lead> |
|
16 |
<lead> |
|
17 |
<name>Thomas Bruederli</name> |
|
18 |
<user>bruederli</user> |
|
19 |
<email>roundcube@gmail.com</email> |
|
20 |
<active>yes</active> |
|
21 |
</lead> |
|
22 |
<date>2012-09-20</date> |
|
23 |
<time>19:16:00</time> |
|
24 |
<version> |
|
25 |
<release>2.0</release> |
|
26 |
<api>2.0</api> |
|
27 |
</version> |
|
28 |
<stability> |
|
29 |
<release>stable</release> |
|
30 |
<api>stable</api> |
|
31 |
</stability> |
|
32 |
<license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> |
|
33 |
<notes>Repo only</notes> |
|
34 |
<contents> |
|
35 |
<dir baseinstalldir="/" name="/"> |
|
36 |
<file name="zipdownload.php" role="php"> |
|
37 |
<tasks:replace from="@name@" to="name" type="package-info"/> |
|
38 |
<tasks:replace from="@package_version@" to="version" type="package-info"/> |
|
39 |
</file> |
|
40 |
<file name="zipdownload.js" role="data"> |
|
41 |
<tasks:replace from="@name@" to="name" type="package-info"/> |
|
42 |
<tasks:replace from="@package_version@" to="version" type="package-info"/> |
|
43 |
</file> |
|
44 |
<file name="config.inc.php.dist" role="data"/> |
|
45 |
<file name="CHANGELOG" role="data"/> |
|
46 |
<file name="README" role="data"/> |
|
47 |
<file name="localization/ca_ES.inc" role="data"/> |
|
48 |
<file name="localization/cs_CZ.inc" role="data"/> |
|
49 |
<file name="localization/da_DK.inc" role="data"/> |
|
50 |
<file name="localization/de_CH.inc" role="data"/> |
|
51 |
<file name="localization/de_DE.inc" role="data"/> |
|
52 |
<file name="localization/en_GB.inc" role="data"/> |
|
53 |
<file name="localization/en_US.inc" role="data"/> |
|
54 |
<file name="localization/es_AR.inc" role="data"/> |
|
55 |
<file name="localization/es_ES.inc" role="data"/> |
|
56 |
<file name="localization/et_EE.inc" role="data"/> |
|
57 |
<file name="localization/fr_FR.inc" role="data"/> |
|
58 |
<file name="localization/gl_ES.inc" role="data"/> |
|
59 |
<file name="localization/hu_HU.inc" role="data"/> |
|
60 |
<file name="localization/it_IT.inc" role="data"/> |
|
61 |
<file name="localization/nl_NL.inc" role="data"/> |
|
62 |
<file name="localization/pl_PL.inc" role="data"/> |
|
63 |
<file name="localization/pt_BR.inc" role="data"/> |
|
64 |
<file name="localization/ro_RO.inc" role="data"/> |
|
65 |
<file name="localization/ru_RU.inc" role="data"/> |
|
66 |
<file name="localization/tr_TR.inc" role="data"/> |
|
67 |
<file name="skins/classic/zip.png" role="data"/> |
|
68 |
<file name="skins/classic/zipdownload.css" role="data"/> |
|
69 |
<file name="skins/larry/zipdownload.css" role="data"/> |
|
70 |
</dir> |
|
71 |
<!-- / --> |
|
72 |
</contents> |
|
73 |
<dependencies> |
|
74 |
<required> |
|
75 |
<php> |
|
76 |
<min>5.2.1</min> |
|
77 |
</php> |
|
78 |
<pearinstaller> |
|
79 |
<min>1.7.0</min> |
|
80 |
</pearinstaller> |
|
81 |
<extension> |
|
82 |
<name>zip</name> |
|
83 |
<channel>pecl.php.net</channel> |
|
84 |
<providesextension>zip</providesextension> |
|
85 |
</extension> |
|
86 |
</required> |
|
87 |
</dependencies> |
|
88 |
<phprelease/> |
|
89 |
</package> |