Title:          bittorrent-gui.dsl
Description:    BitTorrent File Protocol
Version:        3.4.2
Author:         Bram Cohen
Original-site:  http://bitconjurer.org/
Copying-policy: GPL
-----==[  Color = red     Filesize:   8.0M  ]==-----
Extension by:   SaidinUnleashed
Comments:       Based on henrique's earlier submission.
                BitTorrent is a protocol for distributing files.
	        It identifies content by URL and is designed to integrate
                seamlessly with the web. Its advantage over plain HTTP is
	        that when multiple downloads of the same file happen
	        concurrently, the downloaders upload to each other,
	        making it possible for the file source to support
	        very large numbers of downloaders with only a
	        modest increase in its load.
Change-log:     
Current:        01/26/2005 - First Version - Updated python and fixed the gui mode.
			         Added a flua wrapper for easy access to Gui mode, 
					 Curses mode, and Many Curses mode. General improvements.