<?xml version="1.0" encoding="UTF-8"?>
<cbinstall version="1.0" type="plugin" group="user">
<name>CB My Rss</name>
<author>Kinshuk Kulshreshtha</author>
<creationDate>September 2007 - 2007.09.10</creationDate>
<copyright>(C) 2007 www.kulshreshtha.net</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>kkulshreshtha@gmail.com</authorEmail>
<authorUrl>www.kulshreshtha.net</authorUrl>
<version>1.0</version>
<description>Show your favourate Rss feeds in CB Profiles. Provided by Kinshuk Kulshreshtha</description>

<files>
<filename plugin="cb.rss">cb.rss.php</filename>
<filename>cb.rss.js</filename>
<filename>myrss.inc</filename>
<filename>none-arrow.gif</filename>
<filename>index.html</filename>
</files>

<tabs>
<tab name="My Rss" description="" class="getrssTab" fields="0"
position="cb_tabmain" displaytype="tab">
<params>
<param name="Announcerss" type="list" default="0" label="Announce rss" description="Announce rss addition by users in Shoutbox?">
<option value="1">Yes</option>
<option value="0">No</option>
</param>
<param name="rsslimit" type="text" default="1" label="Rss per User" description="Max number of Rss that can be uploaded by a user"/>

<param name="rssdesc" type="radio" default="0" label="Feed Description" description="Show the description text for each news feed">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="rssimage" type="radio" default="0" label="Feed Image" description="Show the image associated with each news feed">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="rssitems" type="text"  size="6" default="5" label="Number of Items" description="Enter number of RSS items to display for each RSS feed" />
		<param name="rssitemtitle_words" type="text" size="6" default="15" label="Item Title Word Count " description="Allows you to limit the amount of visible item title text. 0 will show all the text" />
		<param name="rssitemdesc" type="radio" default="0" label="Item Description Text" description="Show description text for each RSS item in the main list.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="rssitemdesc_words" type="text" size="6" default="25" label="Item Description Word Count" description="Maximum number of words to display for each RSS item description. 0 will show all the text" />
		<param name="rssitemdesc_images" type="radio" default="1" label="Item Description Text Images" description="Allow images in the item description text in the main list.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="link_target" type="radio" default="1" label="RSS Feed Link Target" description="Open RSS feed links in this window or a new window?">
			<option value="1">New Window</option>
			<option value="0">Same Window</option>
		</param>
		<param name="rssitem_show_enclosure" type="radio" default="1" label="Show Enclosure Tag Links" description="The enclosure tag is used to include multimedia links in RSS feeds. e.g  a link like (mpeg 8MB). You can show or hide the link here">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="override_charset" type="radio" default="0" label="Override Default Encoding" description="Override default Joomla charset with RSS charset (use if you have trouble with international character sets)">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="translate_encoding" type="radio" default="1" label="Change Feed Encoding to match Joomla Default" description="If the feed encoding is different from your default joomla encoding, allow the translation of news item characters into your current Joomla default charset.">
			<option value="1">Enable</option>
			<option value="0">Disable</option>
		</param>		
		<param name="@spacer" type="spacer" default="" label="Tooltip Settings" description="The settings below are related to the mouseover tooltip" />
		<param name="enable_tooltip" type="radio" default="yes" label="Enable Tooltip" description="Show item description in mouseover tooltip? e.g this one!">
			<option value="yes">Yes</option>
			<option value="no">No</option>
		</param>
		<param name="t_word_count_title" type="text" size="6" default="25" label="Tooltip Title Word Count" description="Allows you to limit the amount of visible item title text in the tooltip. 0 will show all the text" />
		<param name="t_word_count_desc" type="text" size="6" default="25" label="Tooltip Description Word Count" description="Allows you to limit the amount of visible item description text in the tooltip. 0 will show all the text" />
		<param name="tooltip_desc_images" type="radio" default="1" label="Tooltip Description Text Images" description="Allow images in the tooltip description text">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="tooltip_bgcolor" type="text" default="#000000" size="8" label="Tooltip Caption Background Color" description="Color of tooltip caption background and border in hexidecimal notation e.g. #24537d" />
		<param name="tooltip_capcolor" type="text" default="#ffffff" size="8" label="Tooltip Caption Font Color" description="Color of tooltip caption font in hexidecimal notation e.g. #ffffff" />
		<param name="tooltip_fgcolor" type="text" default="#ffffff" size="8" label="Tooltip Body Background Color" description="Color of tooltip body background in hexidecimal notation e.g. #E1F0FF" />
		<param name="tooltip_textcolor" type="text" default="#000000" size="8" label="Tooltip Body Font Color" description="Color of tooltip body font in hexidecimal notation e.g. #000000" />
		<param name="tooltip_border" type="text" default="1" size="5" label="Tooltip Border Width" description="Width of tooltip border in pixels e.g 2" />
		
</params>
</tab>


</tabs>
<install>
<queries>
<query>
CREATE TABLE IF NOT EXISTS `#__comprofiler_plug_rss` (
`id` int(11) unsigned NOT NULL auto_increment,
`userid` int(11) unsigned default NULL,
`name` varchar(255) NOT NULL default '',
`rss` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
</query>
</queries>
</install>

</cbinstall>