• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

BitTorrent.pmH A D22-May-20065.8 KiB279101

MANIFESTH A D21-May-200663 65

Makefile.PLH A D22-May-2006314 1412

READMEH A D22-May-20062 KiB6843

bittorrent.plH A D03-May-2022691 3719

README

1WWW::BitTorrent - Search and Download .torrent(s) files from BitTorrents boards.
2
3= Copyright =
4
5    Copyright (c) 2006 Amit Sides. All rights reserved.
6
7= LICENSE =
8
9    This program is free software; you can redistribute it and/or
10    modify it under the terms of the GNU General Public License as
11    published by the Free Software Foundation; either version 1, or (at
12    your option) any later version.
13
14= LIMITATIONS =
15
16    This program is distributed in the hope that it will be useful, but
17    WITHOUT ANY WARRANTY; without even the implied warranty of
18    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19    General Public License for more details.
20
21= DESCRIPTION =
22
23    "WWW::BitTorrent" provides an object interface to using two BitTorrent
24    based boards: "TBSource", "BrokenStone" (tell me about more).  This
25    boards are being update every day with files.  this module allows you
26    to search for files in a couple of ways.
27
28    NOTE: any use of this module that is illegal is out of my responsi‐
29    bilty.
30
31= INSTALL =
32
33    WWW::BitTorrent uses the following modules:
34
35	LWP::Simple 	- to get the .torrent file
36	LWP::UserAgent 	- to get information from the site using cookies and headers.
37
38    Before installing make sure you have this modules: LWP::Simple , LWP::UserAgent.
39    If you dont: enter cpan command shell (`cpan`) and run install LWP::Simple
40							   install LWP::UserAgent
41    After that run this commands:
42
43            perl Makefile.PL
44            make
45            make test
46            make install
47
48    then perldoc WWW::BitTorrent.
49
50========================================================================================
51
52= COMPATIBILITY =
53
54    This module was developed under Hoary ubunut linux 5.10 and been tested on a couple
55    of bittorrent boards.
56
57= TODO =
58
59    * Support all kind of BitTorrent base boards .
60
61= Bugs =
62
63    for bug reports and comments < amit.sides@gmail.com >
64
65========================================================================================
66
67EOF
68