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>userinfo</name> |
|
7 |
<channel>pear.roundcube.net</channel> |
|
8 |
<summary>Information about logged in user</summary> |
|
9 |
<description> |
|
10 |
Sample plugin that adds a new tab to the settings section |
|
11 |
to display some information about the current user. |
|
12 |
</description> |
|
13 |
<lead> |
|
14 |
<name>Thomas Bruederli</name> |
|
15 |
<user>thomasb</user> |
|
16 |
<email>roundcube@gmail.com</email> |
|
17 |
<active>yes</active> |
|
18 |
</lead> |
|
19 |
<date>2011-11-21</date> |
|
20 |
<version> |
|
21 |
<release>1.0</release> |
|
22 |
<api>1.0</api> |
|
23 |
</version> |
|
24 |
<stability> |
|
25 |
<release>stable</release> |
|
26 |
<api>stable</api> |
|
27 |
</stability> |
|
28 |
<license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> |
|
29 |
<notes>-</notes> |
|
30 |
<contents> |
|
31 |
<dir baseinstalldir="/" name="/"> |
|
32 |
<file name="userinfo.php" role="php"> |
|
33 |
<tasks:replace from="@name@" to="name" type="package-info"/> |
|
34 |
<tasks:replace from="@package_version@" to="version" type="package-info"/> |
|
35 |
</file> |
|
36 |
<file name="userinfo.js" role="data"> |
|
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="localization/cs_CZ.inc" role="data"></file> |
|
41 |
<file name="localization/da_DK.inc" role="data"></file> |
|
42 |
<file name="localization/de_CH.inc" role="data"></file> |
|
43 |
<file name="localization/en_US.inc" role="data"></file> |
|
44 |
<file name="localization/es_ES.inc" role="data"></file> |
|
45 |
<file name="localization/et_EE.inc" role="data"></file> |
|
46 |
<file name="localization/fr_FR.inc" role="data"></file> |
|
47 |
<file name="localization/gl_ES.inc" role="data"></file> |
|
48 |
<file name="localization/ja_JP.inc" role="data"></file> |
|
49 |
<file name="localization/pl_PL.inc" role="data"></file> |
|
50 |
<file name="localization/pt_BR.inc" role="data"></file> |
|
51 |
<file name="localization/pt_PT.inc" role="data"></file> |
|
52 |
<file name="localization/ro_RO.inc" role="data"></file> |
|
53 |
<file name="localization/ru_RU.inc" role="data"></file> |
|
54 |
<file name="localization/sv_SE.inc" role="data"></file> |
|
55 |
<file name="localization/zh_TW.inc" role="data"></file> |
|
56 |
</dir> |
|
57 |
<!-- / --> |
|
58 |
</contents> |
|
59 |
<dependencies> |
|
60 |
<required> |
|
61 |
<php> |
|
62 |
<min>5.2.1</min> |
|
63 |
</php> |
|
64 |
<pearinstaller> |
|
65 |
<min>1.7.0</min> |
|
66 |
</pearinstaller> |
|
67 |
</required> |
|
68 |
</dependencies> |
|
69 |
<phprelease/> |
|
70 |
</package> |