<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="1.6.0" client="site" method="upgrade">
<name>RSS Browser 3.3</name>
<author>Horst Lindlbauer</author>
<creationDate>Oct 2013</creationDate>
<copyright>(C) 2008-2013 Horst Lindlbauer. All Rights Reserved</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>info@lbm-services.de</authorEmail>
<authorUrl>http://lbm-services.de</authorUrl>
<version>3.3.2</version>
<description>
	<![CDATA[
	RSS Browser module to import RSS Feeds and show full-text feed messages in a customizable modal window with navigation. <br />
   RSS news page opens in a modal window, so the user does not have to leave your site or switch to another window to read all news provided.<br/><br />
   	native Joomla 1.6/1.7/2.5 build, using Joomla's included Mootools and Simplepie libraries.<br />

Some more features:
<ul>
<li>UNLIMITED number of feeds (use reasonably!)</li>
<li>Adjustable caching time</li>
<li>Support for UTF-8 or any character set</li>
<li>Allows to override joomla character set or convert RSS feed to default joomla encoding</li>
<li>Displayed news titles can be limited in number and characters to be displayed. </li>
<li>Tooltip can be limited to display title or title/description (to be limited by word count). </li>
<li>Customizable height and  width of news browser.</li>
<li>Display full news in a modal window or alternatively in a new browser window/tab </li>
</ul>
<br />
To run a compatibility check for Simple Pie click <a href="../modules/mod_thick_rss/simplepie/sp_compatibility_test.php" target="_new">here</a>.<br/>
If you like RSS Browser, we appreciate your donation at <a href="http://www.lbm-services.de/component/remository" target="_blank">http://www.lbm-services.de</a>. <br/>
	
	]]>
	</description>
	<files>
	<filename module="mod_thick_rss">mod_thick_rss.php</filename>
	<filename module="mod_thick_rss">helper.php</filename>
	<filename module="mod_thick_rss">tmpl/default.php</filename>
	<filename>simplepie/sp_compatibility_test.php</filename>
    <filename>includes/smoothbox.css</filename>
    <filename>includes/smoothbox.js</filename>
	<filename>images/loadingAnimation.gif</filename>
	<filename>images/close.jpg</filename>
	
	</files>
<config>
        <fields name="params">
<fieldset name="basic">
		<field 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" />
		<field name="rsscache" type="text" size="6" default="60" label="RSS Cache time (min.)" description="Set the cache time for this RSS feed in minutes!" />
		<field name="rssurl" type="textarea" cols="50" rows="5" default="" label="RSS URLs" description="Enter the URLs of the RSS/RDF feed (delimited by line feed)" />
		<field name="rsstitle" type="radio" default="1" label="Feed Title" description="Display news feed title">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</field>
		<field 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>
		</field>
		<field 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>
		</field>
		<field name="rssitems" type="text" default="5" label="Items" description="Enter number of RSS items to display" />
		<field name="word_count_title" type="text" size="6" default="0" label="Char Count Title" description="Allows you to limit the visible item title text (chars). 0 will show all the text" />		
		<field name="newsWinX" type="text" size="6" default="850" label="News Box Width" description="Enter width of news box." />
		<field name="newsWinY" type="text" size="6" default="650" label="News Box Height" description="Enter height of news box." />
		<field name="rssdesc_2" type="radio" default="0" label="Item Description" description="Show the complete description text of each feed item (below url).">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</field>
		<field name="desc_limit" type="text" size="6" default="0" label="Item Description Char Limit" description="Limit number of characters for description if Item Description is set. 0 = complete description is displayed (default: 0)" />
			<field name="@spacer" type="spacer" default="" label="Date Settings" description="These settings below are related to item date" />
		<field name="showdate" type="checkbox" default="0" value="1" label="Show date " description="Show date of each feed item" />
		<field name="dateformat" type="text" size="10" default="" label="Date Format" description="Leave empty for using feed item's original date format. Override feed item's date format, e.g. for German date format use: d.m.Y. H:i (where d : day, m : short month, Y: 4 digit year, H : hour, i : Minute with leading zero" />
		<field name="dateposition" type="radio" default="0" label="Position" description="Position of feed item's date">
			<option value="1">prepend</option>
			<option value="0">append</option>
		</field>
		</fieldset>
		<fieldset name="advanced">
			<field name="@spacer" type="spacer" default="" label="Tooltip Settings" description="These settings below are related to the mouseover tooltip" />
		<field name="enable_tooltip" type="radio" default="yes" label="Enable Tooltip" description="Show tooltip? e.g this one!">
			<option value="yes">Yes</option>
			<option value="no">No</option>
		</field>
		<field name="rssitemdesc" type="radio" default="1" label="Enable Description in Tooltip" description="Show item description in mouseover tooltip? e.g this one!">
		<option value="1">Yes</option>
		<option value="0">No</option>
		</field>
            <field name="disable_modal" type="radio" default="0" label="Disable Modal Window" description="Feed Links are opened in new browser window / tab">
                <option value="1">Yes</option>
                <option value="0">No</option>
            </field>
		<field name="word_count_descr" type="text" size="6" default="25" label="Word Count Description" description="Allows you to limit the amount of visible item description text (in tooltip). 0 will show all the text" />
</fieldset>
        </fields>
</config>
</extension>
