<?xml version="1.0" encoding="utf-8"?>
<mosinstall type="module" version="1.0.1">
	<name>News Scroller</name>
	<author>Mitra&JoomlaMarket Project</author>
	<creationDate>October 2006</creationDate>
	<copyright>2006 JoomlaMarket Club</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>admin@studentsdesign.de</authorEmail>
	<authorUrl>www.joomlamarket.de</authorUrl>
	<version>1.0.2</version>
	<description>Scrolls your News. With many modification options.</description>
	<files>
		<filename module="mod_news_sc">mod_news_sc.php</filename>
	</files>
	<params>
		<param name="moduleclass_sfx" type="text" default="" label="Modul 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="width" type="text" default="" label="Width" description="width of Scroll" />
		<param name="height" type="text" default="" label="Height" description="height of Scroll" />
			<param name="scrolldelay" type="text" default="100" label="Delay" description="scrolldelay of Scroll" />
			<param name="scrollamount" type="text" default="5" label="Amount" description="scrollamount of Scroll" />
			<param name="boullet" type="text" default="::" label="Seperator" description="Boullet of Scroll" />
			<param name="color" type="text" default="#FF0000" label="Color of Seperator" description="Color of boullet" />
		<param name="behavior" type="radio" default="slide" label="Behavior" description="Behavior Scroll">
			<option value="scroll">Scroll</option>
			<option value="slide">Slide</option>
			<option value="alternate">Alternate</option>
		</param>
		<param name="order" type="radio" default="a.created" label="Method" description="Method of Content Display">
			<option value="a.created">Latest News</option>
			<option value="a.hits">Popular News</option>
		</param>
		<param name="direction" type="list" default="up" label="Scroll Direction" description="Scroll Direction">
			<option value="up">bottom -> top</option>
			<option value="down">top -> bottom</option>
			<option value="left">right -> left</option>
			<option value="right">left -> right</option>
		</param>
				<param name="position" type="list" default="sc" label="Position" description="Scroll Position">
			<option value="sc">horizontal</option>
			<option value="br">vertical</option>
		</param>
<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="cache" type="radio" default="0" label="Select whether to cache the content of this modul" 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="Content" description="Allows you to control which type of Content to display in the module">
			<option value="1">All news Section</option>
			<option value="2">Static Content</option>
			<option value="3">Both</option>
		</param>
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="show_front" type="radio" default="1" label="Show/Hide Frontpage" 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="ItemsNumber" description="The number of items to display (default 5)" />
		<param name="catid" type="text" default="" label="Category" 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" description="Selects items from a specific Secion or set of Sections (to specify more than one Section, seperate with a comma , )." />
	</params>
</mosinstall>
