| 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.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"> |
|---|
| 3 |
<name>sfMediaLibraryPlugin</name> |
|---|
| 4 |
<channel>plugins.symfony-project.org</channel> |
|---|
| 5 |
<summary>Asset management plugin</summary> |
|---|
| 6 |
<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> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Fabien Potencier</name> |
|---|
| 9 |
<user>fabpot</user> |
|---|
| 10 |
<email>fabien.potencier@symfony-project.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<lead> |
|---|
| 14 |
<name>François Zaninotto</name> |
|---|
| 15 |
<user>fzaninotto</user> |
|---|
| 16 |
<email>francois.zaninotto@symfony-project.com</email> |
|---|
| 17 |
<active>yes</active> |
|---|
| 18 |
</lead> |
|---|
| 19 |
<date>2008-08-26</date> |
|---|
| 20 |
<version> |
|---|
| 21 |
<release>0.9.2</release> |
|---|
| 22 |
<api>0.9.0</api> |
|---|
| 23 |
</version> |
|---|
| 24 |
<stability> |
|---|
| 25 |
<release>stable</release> |
|---|
| 26 |
<api>stable</api> |
|---|
| 27 |
</stability> |
|---|
| 28 |
<license uri="http://www.symfony-project.org/license">MIT license</license> |
|---|
| 29 |
<notes>-</notes> |
|---|
| 30 |
<contents> |
|---|
| 31 |
<dir name="/"> |
|---|
| 32 |
<file name="LICENSE" role="data"/> |
|---|
| 33 |
<file name="README" role="data"/> |
|---|
| 34 |
<dir name="lib"> |
|---|
| 35 |
<dir name="helper"> |
|---|
| 36 |
<file name="sfMediaLibraryHelper.php" role="data"/> |
|---|
| 37 |
</dir> |
|---|
| 38 |
</dir> |
|---|
| 39 |
<dir name="modules"> |
|---|
| 40 |
<dir name="sfMediaLibrary"> |
|---|
| 41 |
<dir name="actions"> |
|---|
| 42 |
<file name="actions.class.php" role="data"/> |
|---|
| 43 |
</dir> |
|---|
| 44 |
<dir name="config"> |
|---|
| 45 |
<file name="view.yml" role="data"/> |
|---|
| 46 |
</dir> |
|---|
| 47 |
<dir name="i18n"> |
|---|
| 48 |
<file name="sfMediaLibrary.de.xml" role="data"/> |
|---|
| 49 |
<file name="sfMediaLibrary.es.xml" role="data"/> |
|---|
| 50 |
<file name="sfMediaLibrary.fa.xml" role="data"/> |
|---|
| 51 |
<file name="sfMediaLibrary.fi.xml" role="data"/> |
|---|
| 52 |
<file name="sfMediaLibrary.fr.xml" role="data"/> |
|---|
| 53 |
<file name="sfMediaLibrary.hu.xml" role="data"/> |
|---|
| 54 |
<file name="sfMediaLibrary.it.xml" role="data"/> |
|---|
| 55 |
<file name="sfMediaLibrary.nl_NL.xml" role="data"/> |
|---|
| 56 |
<file name="sfMediaLibrary.pt_BR.xml" role="data"/> |
|---|
| 57 |
</dir> |
|---|
| 58 |
<dir name="lib"> |
|---|
| 59 |
<file name="BasesfMediaLibraryActions.class.php" role="data"/> |
|---|
| 60 |
</dir> |
|---|
| 61 |
<dir name="templates"> |
|---|
| 62 |
<file name="choiceSuccess.php" role="data"/> |
|---|
| 63 |
<file name="indexSuccess.php" role="data"/> |
|---|
| 64 |
<file name="renameSuccess.php" role="data"/> |
|---|
| 65 |
<file name="_block.php" role="data"/> |
|---|
| 66 |
<file name="_dirs.php" role="data"/> |
|---|
| 67 |
<file name="_files.php" role="data"/> |
|---|
| 68 |
</dir> |
|---|
| 69 |
</dir> |
|---|
| 70 |
</dir> |
|---|
| 71 |
<dir name="web"> |
|---|
| 72 |
<dir name="css"> |
|---|
| 73 |
<file name="media.css" role="data"/> |
|---|
| 74 |
</dir> |
|---|
| 75 |
<dir name="images"> |
|---|
| 76 |
<file name="archive.png" role="data"/> |
|---|
| 77 |
<file name="bin.png" role="data"/> |
|---|
| 78 |
<file name="delete.png" role="data"/> |
|---|
| 79 |
<file name="doc.png" role="data"/> |
|---|
| 80 |
<file name="edit.png" role="data"/> |
|---|
| 81 |
<file name="filenew.png" role="data"/> |
|---|
| 82 |
<file name="folder.png" role="data"/> |
|---|
| 83 |
<file name="folder_new.png" role="data"/> |
|---|
| 84 |
<file name="folder_open.png" role="data"/> |
|---|
| 85 |
<file name="html.png" role="data"/> |
|---|
| 86 |
<file name="image.png" role="data"/> |
|---|
| 87 |
<file name="pdf.png" role="data"/> |
|---|
| 88 |
<file name="ppt.png" role="data"/> |
|---|
| 89 |
<file name="txt.png" role="data"/> |
|---|
| 90 |
<file name="unknown.png" role="data"/> |
|---|
| 91 |
<file name="up.png" role="data"/> |
|---|
| 92 |
<file name="xls.png" role="data"/> |
|---|
| 93 |
</dir> |
|---|
| 94 |
<dir name="js"> |
|---|
| 95 |
<file name="main.js" role="data"/> |
|---|
| 96 |
</dir> |
|---|
| 97 |
</dir> |
|---|
| 98 |
</dir> |
|---|
| 99 |
</contents> |
|---|
| 100 |
|
|---|
| 101 |
<dependencies> |
|---|
| 102 |
<required> |
|---|
| 103 |
<php> |
|---|
| 104 |
<min>5.1.0</min> |
|---|
| 105 |
</php> |
|---|
| 106 |
<pearinstaller> |
|---|
| 107 |
<min>1.4.1</min> |
|---|
| 108 |
</pearinstaller> |
|---|
| 109 |
<package> |
|---|
| 110 |
<name>symfony</name> |
|---|
| 111 |
<channel>pear.symfony-project.com</channel> |
|---|
| 112 |
<min>1.1.0</min> |
|---|
| 113 |
<max>1.2.0</max> |
|---|
| 114 |
<exclude>1.2.0</exclude> |
|---|
| 115 |
</package> |
|---|
| 116 |
</required> |
|---|
| 117 |
</dependencies> |
|---|
| 118 |
|
|---|
| 119 |
<phprelease> |
|---|
| 120 |
</phprelease> |
|---|
| 121 |
|
|---|
| 122 |
<changelog> |
|---|
| 123 |
</changelog> |
|---|
| 124 |
</package> |
|---|