release-0.8
|
Last change
on this file since 8e528fd was
8e528fd,
checked in by Aleksander Machniak <alec@…>, 12 months ago
|
|
hide_blockquote - a new plugin for hiding citation blocks
|
-
Property mode set to
100644
|
|
File size:
1.8 KB
|
| Line | |
|---|
| 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.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>hide_blockquote</name> |
|---|
| 7 | <channel>pear.roundcube.net</channel> |
|---|
| 8 | <summary>Citation blocks hiding for Roundcube</summary> |
|---|
| 9 | <description>This allows to hide long blocks of cited text in messages.</description> |
|---|
| 10 | <lead> |
|---|
| 11 | <name>Aleksander Machniak</name> |
|---|
| 12 | <user>alec</user> |
|---|
| 13 | <email>alec@alec.pl</email> |
|---|
| 14 | <active>yes</active> |
|---|
| 15 | </lead> |
|---|
| 16 | <date>2012-05-23</date> |
|---|
| 17 | <version> |
|---|
| 18 | <release>1.0</release> |
|---|
| 19 | <api>1.0</api> |
|---|
| 20 | </version> |
|---|
| 21 | <stability> |
|---|
| 22 | <release>stable</release> |
|---|
| 23 | <api>stable</api> |
|---|
| 24 | </stability> |
|---|
| 25 | <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> |
|---|
| 26 | <notes>-</notes> |
|---|
| 27 | <contents> |
|---|
| 28 | <dir baseinstalldir="/" name="/"> |
|---|
| 29 | <file name="hide_blockquote.php" role="php"> |
|---|
| 30 | <tasks:replace from="@name@" to="name" type="package-info"/> |
|---|
| 31 | <tasks:replace from="@package_version@" to="version" type="package-info"/> |
|---|
| 32 | </file> |
|---|
| 33 | <file name="hide_blockquote.js" role="data"> |
|---|
| 34 | <tasks:replace from="@name@" to="name" type="package-info"/> |
|---|
| 35 | <tasks:replace from="@package_version@" to="version" type="package-info"/> |
|---|
| 36 | </file> |
|---|
| 37 | <file name="localization/en_US.inc" role="data"></file> |
|---|
| 38 | <file name="localization/pl_PL.inc" role="data"></file> |
|---|
| 39 | <file name="skins/default/style.css" role="data"></file> |
|---|
| 40 | </dir> |
|---|
| 41 | <!-- / --> |
|---|
| 42 | </contents> |
|---|
| 43 | <dependencies> |
|---|
| 44 | <required> |
|---|
| 45 | <php> |
|---|
| 46 | <min>5.2.1</min> |
|---|
| 47 | </php> |
|---|
| 48 | <pearinstaller> |
|---|
| 49 | <min>1.7.0</min> |
|---|
| 50 | </pearinstaller> |
|---|
| 51 | </required> |
|---|
| 52 | </dependencies> |
|---|
| 53 | <phprelease/> |
|---|
| 54 | </package> |
|---|
Note: See
TracBrowser
for help on using the repository browser.