<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall version="1.0.0" type="mambot" group="content">
	<name>RokZoom</name>
	<author>RocketWerx</author>
	<creationDate>May 2007</creationDate>
	<copyright>(C) 2007 RocketWerx. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>support@rockettheme.com</authorEmail>
	<authorUrl>www.rockettheme.com</authorUrl>
	<version>2.0</version>
	<description>To be used with a RokZoom/Slimbox enabled RocketTheme Joomla! template.  Syntax is {rokzoom}image_url{/rokzoom}.  If you want the image to be part of an 'album', you can use the syntax {rokzoom album=|albumname|}image_url{/rokzoom}.  To provide text descriptions, please use the syntax {rokzoom title=|your description|}image_url{/rokzoom}.  you can also use both album and title in the same tag.</description>
	<files>
		<filename mambot="rokzoom">rokzoom.php</filename>
		<filename>rokzoom/imagehandler.php</filename>
	</files>
	<params>
		<param name="compatibility" type="list" default="rokzoom" label="RokZoom or Slimbox support" description="">
			<option value="rokzoom">RokZoom</option>
			<option value="slimbox">Slimbox</option>
			<option value="lightbox">Lightbox</option>
			<option value="litebox">Litebox</option>
		</param>
		<param name="thumb_ext" type="text" default="_thumb" label="Thumbnail Extension" description="If your image is called someimage.jpg, your thumbnail should be called someimage_thumb.jpg in the same directory for example.  Change the extension here">
		</param>
		<param name="thumb_class" type="text" default="album" label="Thumbnail CSS Class" description="album is the default name used in RocketTheme Joomla! Templates for the Slimbox class">
		</param>
		<param name="thumb_custom" type="radio" default="0" label="Use Custom Thumnail Directory" description="">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="thumb_dir" type="text" default="cache" label="Custom Thumbnail Directory" description="Custom directory where auto-generated thumbnails are generated - above option must be Yes for this to be used">
		</param>
		<param name="thumb_width" type="text" default="100" label="Thumbnail width in px" description="This is the width of the generated thumbnail if one is not found with the set thumb extension">
		</param>
		<param name="thumb_height" type="text" default="100" label="Thumbnail height in px" description="This is the height of the generated thumbnail if one is not found with the set thumb extension">
		</param>
		<param name="thumb_quality" type="text" default="90" label="Thumbnail quality in %" description="This is the quality of the generated thumbnail if one is not found with the set thumb extension">
		</param>
	</params>
</mosinstall>
