<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content" method="upgrade">
	<name>Very Simple Image Gallery Plugin</name>
	<author>Fotis Evangelou - George Chouliaras (JoomlaWorks), mod. Andreas Berger</author>
	<creationDate>2010-03-28</creationDate>	
	<copyright>Copyright (c) 2008 JoomlaWorks.gr - http://www.joomlaworks.gr
	Modifications 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.6.1</version>
	<description>Image Gallery, large Picture with Thumbnails. Include with {vsig}foldername{/vsig}</description>

	<params addpath="/plugins/content/plugin_vsig/">
		<param name="desc" type="bexml" view="intro" label=" " description="" />
		<param name="@spacer" type="spacer" default="" label="" description="" />

		<param name="gallery" type="bexml" view="gallery" label=" " description="" />
		<param name="im_width" type="text" default="400" size="5" label="Gallery width" description="Adjust the width of your gallery." />
		<param name="im_height" type="text" default="" size="5" label="max. Image height" description="Set the maximum image height in relation to the set gallery width. Left empty, images get scaled using the full available width." />
		<param name="im_quality" type="text" default="90" size="5" label="Image quality" description="Adjust the quality of the generated main image. Values range from 0 to 100, with 100 giving the best possible result (and a large image file size). Values between 80 to 90 should be OK, too! Remember: the lower this value is, the lower the size of the generated image will be." />
		<param name="im_align" type="list" default="1" label="Align the gallery" description="This setting tells the plugin how to align the gallery 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="thumbs" type="bexml" view="thumbs" label=" " description="" />
		<param name="th_width" type="text" default="120" size="5" label="Thumbnail width" description="Adjust the thumbnail width in pixels." />
		<param name="th_height" type="text" default="90" size="5" label="Thumbnail height" description="Adjust the thumbnail height in pixels." />
		<param name="th_keep" type="list" default="keep" label="Crop thumbnails" description="Set if to treat the set dimensions as maximum values and keep proportions or to crop the thumbnails to fit them exactly.">
			<option value="keep">keep proportions</option>
			<option value="crop">crop</option>
		</param>
		<param name="th_quality" type="text" default="80" size="5" label="Thumbnail quality" description="Adjust the quality of the generated thumbnail. Values range from 0 to 100, with 100 giving the best possible result. Values between 60 to 70 should be OK, too! Remember: the lower this value is, the lower the size of the generated thumbnail will be." />
		<param name="th_space" type="text" default="5" size="5" label="Space between thumbs." description="The free horizonal and vertical space between your thumbnails in pixel."/>
		<param name="th_right" type="list" default="2" label="Thumbnails are shown" description="Choose where to display the thumbnails in relation to the main image.">
			<option value="0">Below the main image</option>
			<option value="2">Justified - below the main image</option>
			<option value="1">Right of the main image</option>
		</param>
		<param name="th_area" type="text" default="30" size="5" label="Place for thumbnails in percent of gallery width." description="Having set the gallery width to 500px, a value of 40 will use 200px for the thumbnails. This setting is of relevance only if thumbnails are set to be displayed right of the main image."/>
		<param name="th_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="sets" type="bexml" view="sets" label=" " description="" />
		<param name="sets_use" type="text" default="" size="15" label="Use sets of size" description="Set the maximum thumbnails to show in one set and use bttons to navigate between them." />
		<param name="sets_txt" type="text" default="Set" size="15" label="Label sets" description="Label the navigation: Set, Album, ...." />
		<param name="ctrl_fwd" type="text" default="" size="15" label="Link/button forward" description="Set the text or image filename for the link/button forward or leave empty for default button." />
		<param name="ctrl_back" type="text" default="" size="15" label="Link/button backward" description="Set the text or image filename for the link/button backward or leave empty for default button." />


		<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="imagepath" type="text" default="/images/stories/" size="50" label="Image root" description="The path to the root folder in which your folders with images are stored (by default /images/stories/).This part of the path is added by the plugin automatically to the foldername/path you specify in the code in your article. Usually there is no need to change this." />
		<param name="buttonpath" type="text" default="/images/stories/vsig_buttons/" size="50" label="Buttonfolder" description="If you have set custom buttons for sets, this is the folder the plugin looks for them (by default /images/stories/vsig_buttons/)." />
		<param name="usescript" type="radio" default="1" label="Use JavaScript?" description="If set to yes, a click on a thumbnail changes the large picture on the same page. If set to no, the click reloads the page to change the large picture.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<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 gallery.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="gd" type="bexml" view="gd" label=" " description="" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
	</params>
  
	<files>
		<filename plugin="vsig">vsig.php</filename>
		<filename plugin="vsig">plugin_vsig/vsighelper.php</filename>
		<filename plugin="vsig">plugin_vsig/shadow.gif</filename>
		<filename plugin="vsig">plugin_vsig/shadowAlpha.png</filename>
		<filename plugin="vsig">plugin_vsig/fwd.png</filename>
		<filename plugin="vsig">plugin_vsig/bwd.png</filename>
		<filename plugin="vsig">plugin_vsig/vsig.css</filename>
		<filename plugin="vsig">plugin_vsig/vsig.js</filename>
		<filename plugin="vsig">plugin_vsig/bexml.php</filename>
	</files>
</install>