<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
	<name>RokNewsRotator News</name>
	<author>RocketTheme</author>
	<creationDate>December 2007</creationDate>
	<copyright>(C) 2007 RocketTheme. 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>1.0.1</version>
	<description><![CDATA[
	<h2>RokNewsRotator Module</h2>
	<p>NewsRotator module created for rt_mediamogul template - images are supported via &lt;!--IMAGE *image_url* IMAGE--&gt; at the top of the intotext</p>
	]]></description>
	<files>
		<filename module="mod_roknewsrotator">mod_roknewsrotator.php</filename>
		<filename>roknewsrotator/mootools-release-1.11.js</filename>
		<filename>roknewsrotator/roknewsrotator-packed.js</filename>
	</files>
	<params>
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="type" type="list" default="0" label="Module Mode" description="Allows you to control which type of Content to display in the module">
			<option value="1">Content Items only</option>
			<option value="2">Static Content only</option>
			<option value="3">Both</option>
			<option value="4">Frontpage Items only</option>
		</param>
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="linktitle" type="radio" default="1" label="Link Title" description="Use the Title to link to the main article" >
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="linkimage" type="radio" default="1" label="Link Image" description="Use the Image to link to the main article" >
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="show_front" type="radio" default="1" label="Frontpage Items" description="Show/Hide items designated for the Frontpage - only works when in Content Items only mode">
			<option value="1">show</option>
			<option value="0">hide</option>
		</param>
		<param name="count" type="text" default="5" label="Count" description="The number of items to display (default 5)" />
		<param name="catid" type="mos_category" default="" label="Category" description="Selects items from a specific Category." />
		<param name="secid" type="mos_section" default="" label="Section" description="Selects items from a specific Secion." />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="jslib" type="radio" default="true" label="Include Mootools JS Library" description="Select whether to include the JS lib as part of this module, Select No if the template already loads this">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="readmore" type="text" default="Read More" label="Read More Label" description="Text to display for readmore if titles are NOT linked" />
        <param name="duration" type="text" default="800" label="Transition Duration" description="Duration in ms of cross-blend transition" />
        <param name="delay" type="text" default="7000" label="Delay Length" description="Time in ms of time between newsrotatores" />
		<param name="corners" type="radio" default="1" label="Show Image Corners" description="Show image corners" >
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="autoplay" type="radio" default="1" label="AutoPlay Rotator" description="Start playing onload" >
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="preview_count" type="text" default="300" label="Preview Length" description="Length of characters to show in MooTools preview" />
	</params>
</mosinstall>