<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.0" method="upgrade">
	<name>MiwoPolls</name>
	<author>Miwisoft</author>
	<creationDate>October 2013</creationDate>
	<authorEmail>info@miwisoft.com</authorEmail>
	<authorUrl>http://miwisoft.com</authorUrl>
	<copyright>2009-2016 Miwisoft</copyright>
	<license>GNU/GPL, http://www.gnu.org/licenses/gpl-2.0.html</license>
	<version>1.0.5</version>
	<description>MiwoPolls is a simple and flexible component for voting. It shows vote results in 2 types, a nice pie chart or default Joomla way.</description>
	
	<files folder="site">
		<filename>miwopolls.php</filename>
		<filename>index.html</filename>
		<filename>jomsocial_rule.xml</filename>
		<filename>router.php</filename>
		<folder>models</folder>
		<folder>views</folder>
	</files>
	<languages folder="languages/site">
		<language tag="en-GB">en-GB.com_miwopolls.ini</language>
	</languages>

    <media folder="media" destination="miwopolls">
        <folder>js</folder>
        <folder>swf</folder>
        <folder>images</folder>
    </media>

	<administration>
		<menu img="../media/miwopolls/images/miwopolls.png" link="option=com_miwopolls">MiwoPolls</menu>
		<submenu>
			<menu link="option=com_miwopolls&amp;controller=polls">COM_MIWOPOLLS_POLLS</menu>
			<menu link="option=com_miwopolls&amp;controller=votes">COM_MIWOPOLLS_VOTES</menu>
		</submenu>
		
		<files folder="admin">
			<filename>miwopolls.php</filename>
			<filename>config.xml</filename>
			<filename>index.html</filename>
			<filename>toolbar.php</filename>
			<folder>assets</folder>
			<folder>elements</folder>
			<folder>helpers</folder>
			<folder>models</folder>
			<folder>mvc</folder>
			<folder>tables</folder>
			<folder>views</folder>
		</files>
		
		<languages folder="languages/admin">
			<language tag="en-GB">en-GB.com_miwopolls.ini</language>
			<language tag="en-GB">en-GB.com_miwopolls.menu.ini</language>
			<language tag="en-GB">en-GB.com_miwopolls.sys.ini</language>
		</languages>		
	</administration>
	
	<installfile>install.php</installfile>
	<uninstallfile>uninstall.php</uninstallfile>
</install>