| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<package packagerversion="1.0.0" version="1.0" 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" 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>sfThreeColumnLayoutHelperPlugin</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>Symfony Three Column Layout Helper Plugin</summary> |
|---|
| 6 |
<description>Helpers for easily creating a three column layout and managing the slots in the columns.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Jonathan H. Wage</name> |
|---|
| 9 |
<user>jwage</user> |
|---|
| 10 |
<email>jwage@centresource.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<maintainer> |
|---|
| 14 |
<name>Jonathan H. Wage</name> |
|---|
| 15 |
<user>jwage</user> |
|---|
| 16 |
<email>jwage@centresource.com</email> |
|---|
| 17 |
<active>yes</active> |
|---|
| 18 |
</maintainer> |
|---|
| 19 |
<date>2007-02-20</date> |
|---|
| 20 |
<time>15:54:35</time> |
|---|
| 21 |
<release> |
|---|
| 22 |
<version>1.0.0</version> |
|---|
| 23 |
<state>beta</state> |
|---|
| 24 |
</release> |
|---|
| 25 |
<stability> |
|---|
| 26 |
<release>beta</release> |
|---|
| 27 |
<api>beta</api> |
|---|
| 28 |
</stability> |
|---|
| 29 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 30 |
<notes></notes> |
|---|
| 31 |
<contents> |
|---|
| 32 |
<dir name="/"> |
|---|
| 33 |
<file role="data" name="README" /> |
|---|
| 34 |
<file role="data" name="LICENSE" /> |
|---|
| 35 |
<file role="data" name="sfDataGrid.php" /> |
|---|
| 36 |
<dir name="lib"> |
|---|
| 37 |
<dir name="helper"> |
|---|
| 38 |
<file role="data" name="ThreeColumnLayoutHelper.php" /> |
|---|
| 39 |
</dir> |
|---|
| 40 |
</dir> |
|---|
| 41 |
</dir> |
|---|
| 42 |
</contents> |
|---|
| 43 |
<dependencies> |
|---|
| 44 |
<required> |
|---|
| 45 |
<php> |
|---|
| 46 |
<min>5.1.0</min> |
|---|
| 47 |
</php> |
|---|
| 48 |
<pearinstaller> |
|---|
| 49 |
<min>1.4.1</min> |
|---|
| 50 |
</pearinstaller> |
|---|
| 51 |
<package> |
|---|
| 52 |
<name>symfony</name> |
|---|
| 53 |
<channel>pear.symfony-project.com</channel> |
|---|
| 54 |
<min>0.8.1</min> |
|---|
| 55 |
<max>1.1.0</max> |
|---|
| 56 |
<exclude>1.1.0</exclude> |
|---|
| 57 |
</package> |
|---|
| 58 |
</required> |
|---|
| 59 |
</dependencies> |
|---|
| 60 |
<phprelease /> |
|---|
| 61 |
<changelog /> |
|---|
| 62 |
</package> |
|---|