<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content" method="upgrade">
	<name>bretteleben.de Simple Picture Slideshow</name>
	<author>Andreas Berger</author>
	<creationDate>2010-04-14</creationDate>	
	<copyright>Copyright (c) 2010 Andreas Berger - http://www.bretteleben.de</copyright>
	<license>This extension is released under the GNU/GPL License - http://www.gnu.org/copyleft/gpl.html</license>
	<authorEmail>andreas_berger@bretteleben.de</authorEmail>
	<authorUrl>http://www.bretteleben.de</authorUrl>
	<version>1.5.4</version>
	<description>Slideshow. Include with {besps}foldername{/besps}. Start automatically or by link/button.</description>

	<params addpath="/plugins/content/plugin_besps/">
		<param name="desc" type="bexml" view="intro" label=" " description="" />
		<param name="@spacer" type="spacer" default="" label="" description="" />

		<param name="slideshow" type="bexml" view="slideshow" label=" " description="" />
		<param name="im_width" type="text" default="400" size="5" label="Slideshow width" description="Width of the slideshow in pixels." />
		<param name="im_height" type="text" default="300" size="5" label="Slideshow height" description="Height of the slideshow in pixels." />
		<param name="im_align" type="list" default="1" label="Align the slideshow" description="This setting tells the plugin how to align the slideshow in relation to the available space.">
			<option value="2">left</option>
			<option value="1">center</option>
			<option value="0">right</option>
			<option value="3">float left</option>
			<option value="4">float right</option>
		</param>
		<param name="sl_bgcol" type="text" default="FFFFFF" size="8" label="Backgroundcolor (hex.)" description="The background color of the DIV-container holding the images (without leading #)." />
		<param name="bs_sort" type="list" default="0" label="Sort order" description="The sort order your images get displayed.">
			<option value="0">A-Z</option>
			<option value="1">Z-A</option>
			<option value="2">old-new</option>
			<option value="3">new-old</option>
			<option value="4">random</option>
		</param>

		<param name="animation" type="bexml" view="animation" label=" " description="" />
		<param name="sl_sdur" type="text" default="3" size="5" label="Time to show (sec.)" description="Time to show a picture in seconds." />
		<param name="sl_fdur" type="text" default="1" size="5" label="Duration of fading (sec.)" description="Duration of fading in seconds." />
		<param name="sl_steps" type="text" default="20" size="5" label="Fading steps" description="Steps to fade out a picture (1-100)." />
		<param name="autostart" type="radio" default="1" label="Start at pageload?" description="If set to yes, the slideshow starts automatically at pageload. If set to no, one has to use the following controls.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>

		<param name="controls" type="bexml" view="controls" label=" " description="" />
		<param name="ctrl_show" type="radio" default="1" label="Show controls?" description="If set to yes, the text or image you enter will be displayed below the slideshow. To use images upload them to 'images/stories/besps_buttons' and insert the filenames e.g. 'start.png'. The plugin detects '.jpg', '.gif' and '.png'.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="ctrl_sort" type="text" default="1-2345" size="15" label="Sort" description="The sort order and alignment of the control elements. '-' marks the split between left and right. if it is not present, controls are shown right. '1' marks the counter." />
		<param name="ctrl_start" type="text" default="" size="15" label="Start (2)" description="Text/image for the link to start the slideshow (leave empty for default button). This element is represented by the number 2 in sorting." />
		<param name="ctrl_stop" type="text" default="" size="15" label="Stop (3)" description="Text/image for the link to stop the slideshow (leave empty for default button). This element is represented by the number 3 in sorting." />
		<param name="ctrl_back" type="text" default="" size="15" label="Back (4)" description="Text/image for the link to the previous image (leave empty for default button). This element is represented by the number 4 in sorting." />
		<param name="ctrl_fwd" type="text" default="" size="15" label="Forward (5)" description="Text/image for the link to the next image (leave empty for default button). This element is represented by the number 5 in sorting." />
		<param name="captions" type="bexml" view="captions" label=" " description="" />
		<param name="cap_show" type="radio" default="1" label="Show captions?" description="If set to yes, found captions are shown, if set to no, they get hidden.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="cap_pos" type="radio" default="1" label="Position of captions?" description="Choose where to show the captions, inside the main image or below.">
			<option value="1">Inside</option>
			<option value="0">Below</option>
		</param>
		<param name="links" type="bexml" view="links" label=" " description="" />
		<param name="link_use" type="radio" default="1" label="Use links?" description="Choose whether to use found links.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>

		<param name="others" type="bexml" view="others" label=" " description="" />
		<param name="preld" type="text" default="" size="5" label="Preload" description="Number of pictures statically loaded (minimum: 3, default: all). Visit bretteleben.de for more information on how to use this feature." />
		<param name="setid" type="radio" default="0" label="Foldername as ID?" description="If set to yes, the name of the given folder is also set as identity of the toplevel DIV, allowing the use of custom styles for each slideshow.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
	</params>
	<files>
		<filename plugin="besps">besps.php</filename>
		<filename plugin="besps">plugin_besps/besps.css</filename>
		<filename plugin="besps">plugin_besps/besps.js</filename>
		<filename plugin="besps">plugin_besps/besps.png</filename>
		<filename plugin="besps">plugin_besps/bespshelper.php</filename>
		<filename plugin="besps">plugin_besps/bexml.php</filename>
		<filename plugin="besps">plugin_besps/fwd.png</filename>
		<filename plugin="besps">plugin_besps/bwd.png</filename>
		<filename plugin="besps">plugin_besps/start.png</filename>
		<filename plugin="besps">plugin_besps/stop.png</filename>
	</files>
</install>