<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
<name>Custom Module</name>
<author>Joomla! Project</author>
<creationDate>July 2004</creationDate>
<copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>1.0.0</version>
<description>Custom Module</description>
<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="cache" type="radio" default="0" label="Module 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="rssurl" type="text" size="50" default="" label="RSS URL" description="Enter the URL of the RSS/RDF feed" />
<param name="rsstitle" type="radio" default="1" label="Feed Title" description="Display news feed title">
<option value="1">Yes</option>
<option value="0">No</option>
</param>
<param name="rssdesc" type="radio" default="1" label="Feed Description" description="Show the description text for the whole Feed">
<option value="1">Yes</option>
<option value="0">No</option>
</param>
<param name="rssimage" type="radio" default="1" label="Feed Image" description="Show the image associated with the whole Feed">
<option value="1">Yes</option>
<option value="0">No</option>
</param>
<param name="rssitems" type="text" default="3" label="Items" description="Enter number of RSS items to display" />
<param name="rssitemdesc" type="radio" default="1" label="Item Description" description="Show the description or intro text of individual news items">
<option value="1">Yes</option>
<option value="0">No</option>
</param>
<param name="word_count" type="text" size="6" default="0" label="Word Count" description="Allows you to limit the amount of visible item description text. 0 will show all the text" />
<param name="rsscache" type="text" size="6" default="3600" label="RSS Cache time" description="Set the cache time for this RSS feed" />
</params>
</mosinstall>