CONTENTS
========
	1. Installation on Linux systems
	1.1. Install latest 4.4 release of bittorrent
	1.2. Install screen
	2. Installation on Mac OS X
	2.1. Install bittorrent
	2.1.1. Mac OS X with python prior to 2.4
	2.1.2. Mac OS X with python >= 2.4
	2.2. copy files
	2.3. make python bittorrent-aware
	3. Install Tramline/PloneTramline
	4. TODO

1. Installation on Linux systems:
=================================

1.1. Install latest 4.4 release of bittorrent
		wget http://www.bittorrent.com/dl/BitTorrent-Stable.deb
		sudo dpkg -i <deb file>

1.2. Install screen 
		apt-get install screen
		
1.3. Python bindings for BitTorrent
		change to BitTorrent directory
		$ sudo python24 setup.py install

2. Installation on Mac OS X:
============================

2.1. Install bittorrent
2.1.1 Mac OS X with python prior to 2.4
		get http://www.bittorrent.com/dl/BitTorrent-4.3.6.tar.gz
		(you will miss twisted support, think about updating to python 2.4.x)
2.1.2 Mac OS X with python >= 2.4
		get http://www.bittorrent.com/dl/BitTorrent-4.4.0.tar.gz
		-OR- go to http://www.bittorrent.com/dl/ and select the latest version
		in tar.gz format

2.2. copy files to a directory of your choice (like /opt/BitTorrent)

2.3. make python bittorrent-aware:
		$ sudo python /opt/BitTorrent/setup.py install
		
3. Install Tramline/PloneTramline
=================================
		 so that large video files are stored outside the filesystem.
	-OR- else make a file repository area for incoming .torrents
		to synch from the plone server if you are running a seeder/downloader
		on a different server than the zope/plone server
		
4. TODO
=======
	Install Instructions for windows?
	
	WebDAV apach2 config from existing Plone users
	(for external manual pushing of .torrent files)