<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content">
	<name>Content - RokBox</name>
	<author>RocketTheme, LLC</author>
	<creationDate>March 1, 2010</creationDate>
	<copyright>(C) 2005 - 2010 RocketTheme, LLC. All rights reserved.</copyright>
	<license>${licence}</license>
	<authorEmail>support@rockettheme.com</authorEmail>
	<authorUrl>http://www.rockettheme.com</authorUrl>
	<version>1.5</version>
	<description>To be used with a RokBox enabled RocketTheme Joomla! template.  Syntax is {rokbox}link{/rokbox}.  If you want the image to be part of an 'album', you can use the syntax {rokbox album=|albumname|}link{/rokbox}.  To provide text descriptions, please use the syntax {rokbox title=|your description|}link{/rokbox}. To specify a thumbnail, use the syntax {rokbox thumb=|thumbnail_link.jpg|}link{/rokbox}. If you want to use a text link, you can specify the text using syntax: {rokbox text=|your link text here|}link{/rokbox}. You can also use album, title, thumb and text in the same tag.</description>
	<files>
		<filename plugin="rokbox">rokbox.php</filename>
		<filename>rokbox/imagehandler.php</filename>
	</files>
	<params>
		<param name="remote_sizes" type="radio" default="0" label="Try to load remote images sizes" description="">
			<option value="0">No</option>
			<option value="1">Yes</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="150" 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>
</install>
