<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
	<name>RokMicroNews</name>
	<author>RocketTheme</author>
	<creationDate>June 2008</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>RokMicroNews is a news module designed to show section articles in a pleasing format.  Brought to you by RocketTheme</description>
	<files>
		<filename module="mod_rokmicronews">mod_rokmicronews.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="3" label="Number of Articles" description="Number of articles to display from the section/category" />
		<param name="preview_count" type="text" default="200" label="Preview Length" description="Length of characters of article to preview" />
		<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="navigation_position" type="list" default="right" label="Navigation position" description="Position of the navigation">
			<option value="left">Left</option>
			<option value="right">Right</option>
		</param>
		<param name="show_title" type="list" default="0" label="Show titles" description="Select whether to show the articles titles">
			<option value="1">Show</option>
			<option value="0">Hide</option>
		</param>
		<param name="show_controls" type="list" default="1" label="Show Controls" description="Show or Hide move and collapse control buttons">
			<option value="1">Show</option>
			<option value="0">Hide</option>
		</param>
		<param name="image" type="list" default="1" label="Show thumbnail" description="Select whether to show the thumbnail based on the first image in the article">
			<option value="1">Show</option>
			<option value="0">Hide</option>
		</param>
		<param name="thumb_width" type="text" default="160" 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="@spacer" type="spacer" default="" label="" description="" />
		<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="@spacer" type="spacer" default="" label="" description="" />
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="module class suffix" />
		<param name="cssclass" type="text" default="" label="Extra Module CSS Class" description="module CSS class" />
		<param name="use_custom_css" type="list" default="0" label="Use Custom CSS" description="If you select yes, the module will not load it's own CSS file, and you must provide your own">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
	</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>
