This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_1_0.xml
124 lines (121 loc) · 4.34 KB
/
package_1_0.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8"?>
<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.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>sfMediaLibraryPlugin</name>
<channel>pear.symfony-project.com</channel>
<summary>Asset management plugin</summary>
<description>The sfMediaLibraryPlugin provides an easy-to-use interface to manage web assets (images, PDF documents, Flash objects, and so on). It also provides an extension to tinyMCE so that the media inclusion feature of rich text editors uses the assets uploaded through the plugin's module.</description>
<lead>
<name>Fabien Potencier</name>
<user>fabpot</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>François Zaninotto</name>
<user>fzaninotto</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2008-08-26</date>
<version>
<release>0.9.2</release>
<api>0.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<notes>-</notes>
<contents>
<dir name="/">
<file name="LICENSE" role="data"/>
<file name="README" role="data"/>
<dir name="lib">
<dir name="helper">
<file name="sfMediaLibraryHelper.php" role="data"/>
</dir>
</dir>
<dir name="modules">
<dir name="sfMediaLibrary">
<dir name="actions">
<file name="actions.class.php" role="data"/>
</dir>
<dir name="config">
<file name="view.yml" role="data"/>
</dir>
<dir name="i18n">
<file name="sfMediaLibrary.de.xml" role="data"/>
<file name="sfMediaLibrary.es.xml" role="data"/>
<file name="sfMediaLibrary.fa.xml" role="data"/>
<file name="sfMediaLibrary.fi.xml" role="data"/>
<file name="sfMediaLibrary.fr.xml" role="data"/>
<file name="sfMediaLibrary.hu.xml" role="data"/>
<file name="sfMediaLibrary.it.xml" role="data"/>
<file name="sfMediaLibrary.nl_NL.xml" role="data"/>
<file name="sfMediaLibrary.pt_BR.xml" role="data"/>
</dir>
<dir name="lib">
<file name="BasesfMediaLibraryActions.class.php" role="data"/>
</dir>
<dir name="templates">
<file name="choiceSuccess.php" role="data"/>
<file name="indexSuccess.php" role="data"/>
<file name="renameSuccess.php" role="data"/>
<file name="_block.php" role="data"/>
<file name="_dirs.php" role="data"/>
<file name="_files.php" role="data"/>
</dir>
</dir>
</dir>
<dir name="web">
<dir name="css">
<file name="media.css" role="data"/>
</dir>
<dir name="images">
<file name="archive.png" role="data"/>
<file name="bin.png" role="data"/>
<file name="delete.png" role="data"/>
<file name="doc.png" role="data"/>
<file name="edit.png" role="data"/>
<file name="filenew.png" role="data"/>
<file name="folder.png" role="data"/>
<file name="folder_new.png" role="data"/>
<file name="folder_open.png" role="data"/>
<file name="html.png" role="data"/>
<file name="image.png" role="data"/>
<file name="pdf.png" role="data"/>
<file name="ppt.png" role="data"/>
<file name="txt.png" role="data"/>
<file name="unknown.png" role="data"/>
<file name="up.png" role="data"/>
<file name="xls.png" role="data"/>
</dir>
<dir name="js">
<file name="main.js" role="data"/>
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.0.0</min>
<max>1.1.0</max>
<exclude>1.1.0</exclude>
</package>
</required>
</dependencies>
<phprelease>
</phprelease>
<changelog>
</changelog>
</package>