Thomas Bruederli
2012-08-06 c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4
commit | author | age
48e9c1 1 <?xml version="1.0" encoding="UTF-8"?>
T 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>filesystem_attachments</name>
7     <channel>pear.roundcube.net</channel>
8     <summary>Default database storage for uploaded attachments</summary>
9     <description>
10         This is a core plugin which provides basic, filesystem based
11         attachment temporary file handling. This includes storing
12         attachments of messages currently being composed, writing attachments
13         to disk when drafts with attachments are re-opened and writing
14         attachments to disk for inline display in current html compositions.
15     </description>
16     <lead>
17         <name>Thomas Bruederli</name>
18         <user>thomasb</user>
19         <email>roundcube@gmail.com</email>
20         <active>yes</active>
21     </lead>
22     <developer>
23         <name>Ziba Scott</name>
24         <user>ziba</user>
25         <email>ziba@umich.edu</email>
26         <active>yes</active>
27     </developer>
28     <date>2011-11-21</date>
29     <version>
30         <release>1.0</release>
31         <api>1.0</api>
32     </version>
33     <stability>
34         <release>stable</release>
35         <api>stable</api>
36     </stability>
37     <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
38     <notes>-</notes>
39     <contents>
40         <dir baseinstalldir="/" name="/">
41             <file name="filesystem_attachments.php" role="php">
42                 <tasks:replace from="@name@" to="name" type="package-info"/>
43                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
44             </file>
45         </dir>
46         <!-- / -->
47     </contents>
48     <dependencies>
49         <required>
50             <php>
51                 <min>5.2.1</min>
52             </php>
53             <pearinstaller>
54                 <min>1.7.0</min>
55             </pearinstaller>
56         </required>
57     </dependencies>
58     <phprelease/>
59 </package>