Author: skonsoft Date: 2010-02-18 00:58:57 +0100 (Thu, 18 Feb 2010) New Revision: 28100
Modified: plugins/sfTeraWurflPlugin/trunk/package.xml Log: fix plugin description Modified: plugins/sfTeraWurflPlugin/trunk/package.xml =================================================================== --- plugins/sfTeraWurflPlugin/trunk/package.xml 2010-02-17 22:55:22 UTC (rev 28099) +++ plugins/sfTeraWurflPlugin/trunk/package.xml 2010-02-17 23:58:57 UTC (rev 28100) @@ -2,7 +2,9 @@ <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>sfTeraWurflPlugin</name> <channel>pear.symfony-project.com</channel> - <summary>sfTeraWurflPlugin is a symfony plugin that provides an easy way to use Tera-Wurfl library which is a PHP and MySQL based library that uses the Wireless Universal Resource File (WURFL) to identify specific device capabilities and features</summary> + <summary> + The purpose of this plugin is to facilitate the creation of web sites that can be explored properly by mobile browsers such as iphone, nokia, samsung, blackberry... + sfTeraWurflPlugin is a symfony plugin that provides an easy way to use Tera-Wurfl library which is a PHP and MySQL based library that uses the Wireless Universal Resource File (WURFL) to identify specific device capabilities and features</summary> <description>sfTeraWurflPlugin is a symfony plugin that provides an easy way to use Tera-Wurfl library which is a PHP and MySQL based library that uses the Wireless Universal Resource File (WURFL) to identify specific device capabilities and features. to use it, just use the sfTeraWurfl object to access to all data.</description> <lead> @@ -166,4 +168,4 @@ </notes> </release> </changelog> -</package> +</package> \ No newline at end of file -- 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.
