<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
	<name>RokStories</name>
	<author>RocketTheme</author>
	<creationDate>April 2009</creationDate>
	<copyright>Copyright (C) 2005 - 2008 RocketTheme, LLC. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>support@rockettheme.com</authorEmail>
	<authorUrl>www.rockettheme.com</authorUrl>
	<version>0.1</version>
	<description>RokStories</description>
	<files>
		<filename module="mod_rokstories">mod_rokstories.php</filename>
		<filename>helper.php</filename>
		<filename>index.html</filename>
		<filename>thumbnail.inc.php</filename>
		<folder>tmpl/</folder>
	</files>
	<params>
		<param name="secid" type="section" default="" label="Section" description="" />
		<param name="catid" type="category" default="" label="Category" description="" />
		<param name="ordering" type="list" default="create_dsc" label="Ordering" description="Ordering options">
			<option value="c_dsc">Recently Added First</option>
			<option value="m_dsc">Recently Modified First</option>
			<option value="o_dsc">Article Order</option>
	  	</param>
		<param name="article_count" type="text" default="4" label="Max Number of Articles" description="Number of articles to display from the section/category" />
		<param name="thumb_width" type="text" default="90" label="Width of thumbnail (px)" description="" />
		<param name="user_id" type="list" default="0" label="Authors" description="A filter for the authors">
			<option value="0">Anyone</option>
			<option value="by_me">Added or modified by me</option>
			<option value="not_me">Not added or modified by me</option>
	  	</param>
		<param name="show_front" type="radio" default="1" label="Frontpage Items" description="Show frontpage articles in this module">
			<option value="1">Show</option>
			<option value="0">Hide</option>
		</param>		
		<param name="start_element" type="text" default="0" label="First article" description="Which article shown as first. First is 0, second 1, etc." />
		<param name="thumbs_opacity" type="text" default="0.3" label="Thumbs Opacity" description="Opacity value of the thumbnails. Goes from 0 (transparent) to 1 (opaque)" />
		<param name="mouse_type" type="list" default="click" label="Navigation Interaction" description="Wheter to change news via click or mouseover">
			<option value="click">Click</option>
			<option value="mouseenter">Mouseover</option>
		</param>
		<param name="autoplay" type="radio" default="0" label="Autoplay" description="Wheter to enable the autoplay">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
	  	<param name="autoplay_delay" type="text" default="5000" label="Autoplay Delay" description="Delay from each update" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="module class suffix" />
	</params>
	<params group="advanced">
		<param name="cache" type="hidden" default="0"/>
		<param name="module_cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module">
			<option value="1">Use global</option>
			<option value="0">No caching</option>
		</param>
		<param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" />
	</params>
</install>
