TorrentSniff:

TorrentSniff reports status information for a given torrent including the
current number of complete copies (seeds) and incomplete copies (leeches)
currently active.  TorrentSniff is derived from TorrentSpy 0.1.0.3-BETA.

TorrentSniff home page:
http://www.highprogrammer.com/alan/perl/torrentsniff.html

TorrentSniff comes AS IS with NO WARRANTY OF ANY SORT.  See the COPYRIGHT
section below for more details.

---------------------------------------------------------------------------
REQUIREMENTS:

- Digest::SHA1
	Version 2.02 works fine:
	http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.02.tar.gz

	On Unix-like systems if you've installed TorrentSniff in its own
	directory, something like the following should install Digest::SHA1 for
	TorrentSniff only.  Be sure to replace PATH_TO_TORRENTSNIFF_INSTALL!
	(Use common sense while running the below!  This documentation is
	provided AS IS with no warranty!)

	cd /tmp
	wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.02.tar.gz
	tar -xvzf Digest-SHA1-2.02.tar.gz
	rm Digest-SHA1-2.02.tar.gz
	cd Digest-SHA1-2.02
	perl Makefile.PL PREFIX=PATH_TO_TORRENTSNIFF_INSTALL
	make
	make test
	make install
	cd ..
	\rm -rf Digest-SHA1-2.02/



---------------------------------------------------------------------------
COPYRIGHT:

- Copyright 2003 Alan De Smet.  Released under MIT License.
- Derived from TorrentSpy 0.1.0.3, Copyright 2003 "knowbuddy" at
  users.sourceforge.net.  Released under MIT License.

The MIT License:

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
