add t/gcap-Pod.t
[gcap.git] / README
blob776d7a146dfb1470670a904068c718209117274f
3     In brief
5 gcap is a command line tool for retrieving Youtube closed captions.
6 The retrieved closed captions are saved in SubRip (srt) file format.
7 The srt files are saved as "$videoid_$langid.srt".
9 Make sure you read the manual page for gcap (see Installation below).
11 Project:
12     <http://gcap.googlecode.com/>
14 Development repository:
15     <git://repo.or.cz/gcap.git>
18     Installation
20 This is an optional step, you could just as well copy the bin/gcap
21 file to your path and start using it. The installation takes care
22 of generating the gcap(1) manual from bin/gcap but you can also
23 use "perldoc bin/gcap" if you want to skip the installation
24 altogether.
26 Prerequisites:
28   * See Makefile.PL for these
30 If you choose to install:
32   * Make sure you REMOVE any earlier version of gcap before you continue
34   * INSTALL_BASE can be passed into Makefile.PL to change where gcap will
35   be installed, e.g.:
37     perl Makefile.PL INSTALL_BASE=/usr/local
39   * Typical steps:
41     perl Makefile.PL
42     make
43     make install
45     Refer to the ExtUtils::MakeMaker documentation when in doubt:
46         <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>