<?xml version="1.0" encoding="utf-8"?> <extension version="2.5" type="plugin" group="system" method="upgrade"> <name>System - Avatar Tool</name> <author>Nguyen Quang Trung</author> <creationDate>7/1/2012</creationDate> <copyright>Copyright (C) 2011 - 2012 JoomAvatar.com</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>hide@address.com</authorEmail> <authorUrl>www.joomavatar.com</authorUrl> <version>2.0.0</version> <edition>Free</edition> <description>PLG_AVATAR_TOOL_XML_DESCRIPTION</description> <files> <filename plugin="avatar_tool">avatar_tool.php</filename> <folder>helpers</folder> <folder>lib</folder> <folder>controllers</folder> <folder>views</folder> <folder>assets</folder> <filename>index.html</filename> <filename>app.php</filename> <filename>defined.php</filename> <filename plugin="themeclassic">install.mysql.sql</filename> <filename plugin="themeclassic">uninstall.mysql.sql</filename> </files> <languages> <language tag="en-GB">en-GB.plg_system_avatar_tool.ini</language> <language tag="en-GB">en-GB.plg_system_avatar_tool.sys.ini</language> </languages> <install> <sql> <file charset="utf8" driver="mysqli">install.mysql.sql</file> </sql> </install> <uninstall> <sql> <file charset="utf8" driver="mysqli">uninstall.mysql.sql</file> </sql> </uninstall> <config> <fields name="params" addfieldpath="/plugins/system/avatar_tool/helpers/fields/"> <fieldset name="basic"> <field name="optimize" type="list" default="0" description="PLG_AVATAR_TOOL_OPTIMIZE_DESC" label="PLG_AVATAR_TOOL_OPTIMIZE" > <option value="0">JNO</option> <option value="1">PLG_AVATAR_TOOL_CSS</option> <option value="2">PLG_AVATAR_TOOL_JS</option> <option value="3">PLG_AVATAR_TOOL_CSS_AND_JS</option> <option value="4">PLG_AVATAR_TOOL_CSS_JS_AND_GZIP</option> </field> <field name="lifetime" type="text" default="10" description="PLG_AVATAR_TOOL_CACHE_TIME_DESC" label="PLG_AVATAR_TOOL_CACHE_TIME" filter="integer" /> </fieldset> <fieldset name="ToolBar"> <field name="except_extension" type="text" default="K2" size="80" description="PLG_AVATAR_TOOL_EXCEPT_EXTENSIONS_DESC" label="PLG_AVATAR_TOOL_EXCEPT_EXTENSIONS" /> </fieldset> </fields> </config> </extension>