home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 April / com_0405_1.iso / opensource / BTpp-0.5.4-bin.exe / $INSTDIR / README.txt < prev    next >
Encoding:
Text File  |  2005-01-07  |  5.4 KB  |  99 lines

  1. +----------------------------------------------------------------------+
  2. | BitTorrent++                                                         |
  3. |                                                                      |
  4. | Latest Version: http://sf.net/projects/btplusplus/                   |
  5. |                                                                      |
  6. | Copyright (c) 2003 Florian "SirElvis" Wagner                         |
  7. |                    and                                               |
  8. |                    Joshua "xamphear" Cantara                         |
  9. |                                                                      |
  10. | Contact: sir.elvis@gmx.de                                            |
  11. |          jcantara@grappone.com                                       |
  12. +----------------------------------------------------------------------+
  13. | This file is part of BitTorrent++.                                   |
  14. |                                                                      |
  15. | BitTorrent++ is free software; you can redistribute it and/or modify |
  16. | it under the terms of the GNU General Public License as published    |
  17. | by the Free Software Foundation; either version 2 of the License,    |
  18. | or (at your option) any later version.                               |
  19. |                                                                      |
  20. | BitTorrent++ is distributed in the hope that it will be useful, but  |
  21. | WITHOUT ANY WARRANTY; without even the implied warranty of           |
  22. | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the         |
  23. | GNU General Public License for more details.                         |
  24. |                                                                      |
  25. | You should have received a copy of the GNU General Public License    |
  26. | along with BitTorrent++; if not, write to the                        |
  27. |                                                                      |
  28. | Free Software Foundation, Inc.                                       |
  29. | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA                |
  30. |                                                                      |
  31. | The Initial Developer of the Original Code is Florian Wagner.        |
  32. | All Rights Reserved.                                                 |
  33. |                                                                      |
  34. | A copy of the license can be found in the file 'LICENSE.rtf'.        |
  35. +----------------------------------------------------------------------+
  36. | All files contained in the 'core' subdirectory of BitTorrent++ are   |
  37. | directly copied (and sometimes modified) from the original           |
  38. | BitTorrent client and thus are licensed under "The MIT License" and  |
  39. | are                                                                  |
  40. |                                                                      |
  41. | Copyright (C) 2001-2002 Bram Cohen                                   |
  42. |                                                                      |
  43. | A copy of the license can be found in the file 'LICENSE.rtf'.        |
  44. +----------------------------------------------------------------------+
  45.  
  46. ************************
  47. ***   INTRODUCTION   ***
  48. ************************
  49.  
  50.  BitTorrent++ is a client for the BitTorrent peer-to-peer file sharing
  51.  solution. Based on the original BitTorrent software it is also written
  52.  in Python using wxPython for the GUI, thus allowing it to run on Win32
  53.  as well as Linux like platforms(hopfully). It improves(or will improve)
  54.  many parts of the original software, like downloading of multiple files
  55.  at once, configuration of upload and download speeds as well as other
  56.  behaviours. The GUI and usability is also to be improved greatly.
  57.  
  58. ************************
  59. ***   INSTALLATION   ***
  60. ************************
  61.  
  62.  Windows:
  63.    Use the installer!!
  64.    
  65.  Unix / Linux:
  66.    1 - Install Python(http://www.python.org)
  67.    2 - Install wxWindows + wxPython(http://www.wxpython.org)
  68.    3 - Unpack the tar.gz / tar.bz
  69.    either
  70.    4 - go to the src directory and use 'python BT++.py' to start BT++
  71.        (on some systems with both python 1.x and 2.x you might have to use
  72.        'python2' instead of 'python')
  73.    or
  74.    4 - make BT++.py in the src directory executable ('chmod +x BT++.py')
  75.    5 - go to the src directory and use './BT++.py' to start BT++
  76.        (be sure the first line in BT++.py points to your python 2.x executable)
  77.  
  78. ************************
  79. ***      USAGE       ***
  80. ************************
  81.  
  82.  When starting the tool the first time it will create four subdirectories.
  83.  In the one called 'torrent', you have to put the downloaded torrent
  84.  files. Files that are currently downloaded are put in the 'temp' dir and
  85.  moved to 'incoming' after they are finished. 'history' will contain all
  86.  the torrents of finished files.
  87.   
  88.  Depending on your settings BT++ will start new downloads and background
  89.  hashing automatically.
  90.  
  91.  There is some kind of priority implemented. If set to auto download BT++
  92.  will start the downloads at the top of the list first. You can move items
  93.  by using the 'Move Up/Down' options in the right-click-popup.
  94.  
  95.  If you want to use BT++ for seeding torrents simply put the torrent you
  96.  want to seed into the history directory and the finished file in the
  97.  incoming directory. This will make the torrent appear in the history tab
  98.  in BT++. Resume the file to start uploading.
  99.