<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content">
<name>Content - Extended Vote</name>
<author>dimamizou</author>
<creationDate>Juli 2009</creationDate>
<copyright>Copyright (C) 2009 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>dimamizou@users.sourceforge.net</authorEmail>
<authorUrl>zoubkov.info</authorUrl>
<version>1.2</version>
<description>Add extended voting functionality to items</description>
<files>
<filename plugin="voteext">voteext.php</filename>
<filename>voteext/tmpl/default.php</filename>
<filename>voteext/helper.js</filename>
<filename>voteext/tick.gif</filename>
</files>
<params>
<param name="display_at" type="list" label="Display" description="Defines where rating form is displayed" default="1">
<option value="1">before content</option>
<option value="2">after content</option>
<option value="3">after title</option>
</param>
<param name="rate_options" type="list" label="Rating Controls As" description="Defines element to be used for rating controls" default="0">
<option value="0">radio buttons</option>
<option value="1">dropdown list</option>
</param>
<param name="use_script" type="radio" label="Use Scripting" description="If yes voting indicator will directly control vote submission through JavaScript" default="1">
<option value="1">yes</option>
<option value="0">no</option>
</param>
<param name="pluginclass_sfx" type="text" label="CSS class suffix" description="Suffix to be appended to CSS class of the elements" />
</params>
<languages>
<language tag="en-GB">en-GB.plg_content_voteext.ini</language>
<language tag="de-DE">de-DE.plg_content_voteext.ini</language>
</languages>
<administration>
<languages folder="admin">
<language tag="en-GB">en-GB.plg_content_voteext.ini</language>
<language tag="de-DE">de-DE.plg_content_voteext.ini</language>
</languages>
</administration>
</install>