Author: lombardot Date: 2010-04-28 11:38:26 +0200 (Wed, 28 Apr 2010) New Revision: 29291
Added: plugins/sfEmailMeAFireShotPlugin/package.xml Modified: plugins/sfEmailMeAFireShotPlugin/README Log: [sfEmailMeAFireShotPlugin] lombardot package.xml Modified: plugins/sfEmailMeAFireShotPlugin/README =================================================================== --- plugins/sfEmailMeAFireShotPlugin/README 2010-04-28 09:29:38 UTC (rev 29290) +++ plugins/sfEmailMeAFireShotPlugin/README 2010-04-28 09:38:26 UTC (rev 29291) @@ -1,7 +1,7 @@ # sfEmailMeAFireShotPlugin A real client, frequently doesn't know how to do a screenshot, with this plugin, -if your clients are one FireFox and on Windows they could eaysily report you a bug +if your clients are on FireFox and on Windows they could eaysily report you a bug ## Requirements Added: plugins/sfEmailMeAFireShotPlugin/package.xml =================================================================== --- plugins/sfEmailMeAFireShotPlugin/package.xml (rev 0) +++ plugins/sfEmailMeAFireShotPlugin/package.xml 2010-04-28 09:38:26 UTC (rev 29291) @@ -0,0 +1,50 @@ +<?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>sfEmailMeAFireShotPlugin</name> + <channel>pear.symfony-project.com</channel> + <summary>A real client, frequently doesn't know how to do a screenshot, with this plugin, +if your clients are on FireFox and on Windows they could eaysily report you a bug</summary> + <description>A real client, frequently doesn't know how to do a screenshot, with this plugin, +if your clients are on FireFox and on Windows they could eaysily report you a bug</description> + <lead> + <name>Cedric Lombardot</name> + <user>lombardot</user> + <email>[email protected]</email> + <active>yes</active> + </lead> + <date>2010-04-28</date> + <version> + <release>0.9.0</release> + <api>0.9.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> +<license uri="http://www.symfony-project.com/license">MIT</license> + <notes>-</notes> + <contents><dir name="/"><dir name="config"><file name="app.yml" role="data"/></dir><dir name="lib"><dir name="form"><file name="sfEmailMeAFireShotEmailForm.php" role="data"/></dir><dir name="helper"><file name="sfEmailMeAFireShotHelper.php" role="data"/></dir></dir><file name="LICENSE" role="data"/><file name="README" role="data"/><dir name="web"><dir name="js"><file name="fsapi.js" role="data"/></dir></dir></dir></contents> + <dependencies> + <required> + <php> + <min>5.2.0</min> + </php> + <pearinstaller> + <min>1.4.1</min> + </pearinstaller> + <package> + <name>symfony</name> + <channel>pear.symfony-project.com</channel> + <min>1.2.0</min> + <max>1.5.0</max> + <exclude>1.5.0</exclude> + </package> + </required> + </dependencies> + + <phprelease> + </phprelease> + + <changelog> + <release><version><release>0.9.0</release><api>0.9.0</api></version><stability><release>stable</release><api>stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-04-28</date><notes>Initial release</notes></release></changelog> +</package> -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
