<?php 
	$category="social";

	$name="RSS/Subscription to Chat Publisher";
	$author="Parg";
	$mail="parg@users.sourceforge.net";
  
	$description="Supports automatic publishing of RSS feeds and Subscriptions to Chat channels.<br>".
  		"See <a href=\"http://wiki.vuze.com/w/RSS_To_Chat\">the Wiki for more information.</a>"; 
  
	$versions = array(
	
		new PluginVersionInfo( "5.7.5.0", "0.4.1", "plugins/azrsstochat_0.4.1.zip", "plugins/azrsstochat_0.4.1.zip",
			"0.4.1: Fixed some truncation issues.<br>".
			"0.4: Pick up correct torrent link." ), 		

		new PluginVersionInfo( "5.7.3.0", "0.3.9", "plugins/azrsstochat_0.3.9.zip", "plugins/azrsstochat_0.3.9.zip",
			"0.3.9: Added nickname option.<br>".
			"0.3.8: Added option to force republish websites.<br>".
			"0.3.7: Added item_associations config.<br>".
			"0.3.6: Added options for minumum seeds and leechers." ), 		
	
		new PluginVersionInfo( "5.7.2.0", "0.3.5", "plugins/azrsstochat_0.3.5.zip", "plugins/azrsstochat_0.3.5.zip",
			"0.3.5: Added option to ignore dates" ),
					
		new PluginVersionInfo( "5.7.0.0", "0.3.4", "plugins/azrsstochat_0.3.4.zip", "plugins/azrsstochat_0.3.4.zip",
			"0.3.4: Add chat url to generated torrent comment; fixed plugin packaging.<br>".
			"0.3.3: Fix multiple items being generated for links with too many webseeds.<br>".
			"0.3.2: Support out-of-order items for non-link presentation.<br>".
			"0.3.1: Fixes.<br>".
			"0.3: Support for publishing websites from RSS feed content." ),		
	
		new PluginVersionInfo( "5.6.0.0", "0.2.5", "plugins/azrsstochat_0.2.5.jar", "plugins/azrsstochat_0.2.5.jar",
			"0.2.5: Added a 'both' value for networks.<br>".
			"0.2.4: Fix feeds that only have details links.<br>".
			"0.2.3: Support for extracting links from RSS feed descriptions.<br>".
			"0.2.2: Minor bug fix.<br>".
			"0.2.1: Added cdp links where available.<br>".
			"0.2: Support different channel types.<br>".
			"0.1: Initial version." )	
 	);
  	
	$cvs_version = 
		new PluginVersionInfo( "5.7.4.1", "0.4.1_CVS", "plugins/azrsstochat_0.4.1.zip", "plugins/azrsstochat_0.4.1.zip",
			"" ); 		
  	
	$compare = compareVersion("5.6.2.1_B37");
				
	if ($compare >= 0){		
	
	
	}
  
  	fillDetailVarsFromArray( $versions, $cvs_version );
?>