TV RSS 1.8beta by Jason Swan

Please visit http://tvtrss.sf.net/ for any updates or bugs.

Clients Supported:
	So far Official BitTorrent Client, Azureus, and BitTornado
	have shown to work. Any client that takes first argument
	as path to a torrent is compatible.

Dependencies:
	If you're getting an error like:
	Can't locate XML in @INC or
	Can't locate Glib in @INC or
	Can't locate Gtk2 in @INC.

	Install Glib, Gtk2, and XML::RAI Perl modules.

	Glib and Gtk2 Perl modules available here:
	http://search.cpan.org/dist/Glib/
	http://search.cpan.org/dist/Gtk2/

	XML-RSS-Parser Perl module available here:
	http://search.cpan.org/dist/XML-RAI/

	Or with the Perl -MCPAN commands:
	perl -MCPAN -e 'install Glib'
	perl -MCPAN -e 'install Gtk2'
	perl -MCPAN -e 'install XML::RAI'

