<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content" method="upgrade">
	<name>Content - JoomSimple Steps</name>
	<author>Eugene Bendersky</author>
	<creationDate>February 2010</creationDate>
	<copyright>Copyright (C) 2010 JoomSimple</copyright>
	<license>http://www.gnu.org/licenses/gpl.html - GNU GENERAL PUBLIC LICENSE</license>
	<authorEmail>ugn@jsimple.info</authorEmail>
	<authorUrl>jsimple.info</authorUrl>
	<version>1.01</version>
	<description>This plugin transforms your simple one-page manual into guided step-by-step tutorial and makes your users happier :)</description>
	
	<files>
		
		<filename plugin="joomsimplesteps">joomsimplesteps.php</filename>
	</files>
	<params>
		<param name="title_tag" type="text" default="h5" label="Title tag" description="This tag will be used to detect slide title in text. Choose any tag that you normally don't use." /> 
		<param name="link_tag" type="text" default="h6" label="Next button tag" description="This tag will be used to detect next slide button in text. Choose any tag that you normally don't use." />
		<param name="font_size" type="text" default="2em" label="Slides title font size" description="You can set slides title font size here. This goes straight to css so any units will work." />
		<param name="border_width" type="text" default="3" label="Border width" description="This option will set border width for buttons and border around the slides if you turn it on." />
		<param name="border_color" type="text" default="#696969" label="Border color" description="This color will be used for both button and slide borders." />
		<param name="text_color" type="text" default="#696969" label="Text color" description="This color will be used for slide title and button text." />
		
		<param name="slide_border" type="radio" default="0" label="Set border around slides" description="Choose yes if you want to have a border around slides.">
			<option value="0">No</option>
			<option value="1">Yes</option>    	
		</param>
		<param name="jss_enable" type="radio" default="1" label="Enable the plugin" description="Please use this setting to enable or disable the plugin instead of standart one on your left. This one is smarter :)">
			<option value="0">No</option>
			<option value="1">Yes</option>    	
		</param>
	</params>
					
</install>