<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
	<name>RokLatest News</name>
	<author>RocketWerx</author>
	<creationDate>June 2007</creationDate>
	<copyright>(C) 2007 RocketTheme. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>support@rocketwerx.com</authorEmail>
	<authorUrl>www.rocketwerx.com</authorUrl>
	<version>2.0</version>
	<description><![CDATA[
	<b>RokLatest News Module</b>
	<p align="justify">RokLatest is an enhanced version of the existing Joomla! latest news module.  RocketTheme has added Mootools to provide a more interactive and space saving way to view the latest news.  This module shows a list of the most recently published Items that are still current (some may have expired even though they are the most recent). Items that are displayed on the Front Page Component are not included in the list.</p>
	<b>This RokLatest module for Joomla is maintained at <a href="http://www.rocketwerx.com" target="_blank">RocketWerx.Com</a></b>


		<br />
		<hr />
		<strong>ChangeLog:</strong>
			<ul>
				<li><strong>2.0</strong>
					<ul>
						<li>Rewritten to use Mootools 1.1+ (<b><a href="http://www.rockettheme.com" target="_blank">Rhuk</a></b>)</li>
					</ul>
				</li>
				<li><strong>1.0.3</strong>
					<ul>
						<li>Fixed News Preview Length (<b><a href="http://www.finlyzone.com" target="_blank">FinLy Arifin</a></b>)</li>
						<li>Fixed Opacity Background for Internet Explorer (<b><a href="http://www.finlyzone.com" target="_blank">FinLy Arifin</a></b>)</li>
						<li>News Title link is optional (<b><a href="http://www.finlyzone.com" target="_blank">FinLy Arifin</a></b>)</li>
						<li>Added Optional News Released Date (<b><a href="http://www.finlyzone.com" target="_blank">FinLy Arifin</a></b>)</li>
						<li>Removed one of two same codes in Line 19-10 : <br />"defined( '_VALID_MOS' ) or die( 'Restricted access' );" (<b><a href="http://www.finlyzone.com" target="_blank">FinLy Arifin</a></b>)</li>
					</ul>
				</li>
				<li><strong>1.0.2</strong>
					<ul>
						<li>RokLatest Version 1.0.2 Released (<b><a href="http://www.rockettheme.com" target="_blank">Rhuk</a></b>)</li>
					</ul>
				</li>
	]]></description>
	<files>
		<filename module="mod_roklatest">mod_roklatest.php</filename>
		<filename>roklatest/mootools.r597.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="start_open" type="radio" default="1" label="Start Open" description="Start with the first item open">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="transparent_slide" type="radio" default="1" label="Transparent Slide" description="Transparent Slide Effect">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name ="slide_speed" type="text" default="200" label="Slide Speed (ms)" description="Self explanatory really" />

		<param name ="slider_bg" type="text" default="#fff" label="Slider Background Color" description="Slider Background Color (eg. #fff for white, none for transparent)" />
		<param name ="slider_sep" type="text" default="#ccc" label="Slider Seperator Color" description="Slider Seperator Color (eg. #ccc)" />
		<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>
		</param>
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<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="text" default="" label="Category ID" description="Selects items from a specific Category or set of Categories (to specify more than one Category, seperate with a comma , )." />
		<param name="secid" type="text" default="" label="Section ID" description="Selects items from a specific Secion or set of Sections (to specify more than one Section, seperate with a comma , )." />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="ntlink" type="radio" default="0" label="Make Title As Link" description="Make News Title As Link Or Not">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="ndate" type="radio" default="0" label="Show Date" description="Show/Hide the displaying of the News Released Date">
			<option value="0">Hide</option>
			<option value="1">Show</option>
		</param>
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="preview_count" type="text" default="200" label="Preview Length" description="Length of characters to show in MooTools preview" />
		<param name="jslib" type="radio" default="0" 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>
	</params>
</mosinstall>
