update changes.
[umph.git] / README
blobc11994ecdc249bc37467a2c33710aa3e06aa98ad
2 About
3 -----
5 umph is a command line tool for parsing Youtube playlists. It prints
6 playlist video links, each separated with a newline, to the standard
7 output stream, while everything else gets printed to the standard
8 error stream. umph can be run with a simple interactive prompt to
9 select the printed video links.
11 Project:
12   http://umph.googlecode.com/
14 Development repository:
15   git clone git://repo.or.cz/umph.git
18 Installation
19 ------------
21 Note that installation is *optional*. You can just as well copy the
22 bin/umph file manually to your path and start using it. The Makefile.PL
23 (and friends) exist primarily to ease the distribution process of umph.
25 * See Makefile.PL for prerequisites
27 * Make sure you remove any earlier versions of umph before you continue
29 * INSTALL_BASE can be passed into Makefile.PL to change where clive will
30 be installed. For example:
32     perl Makefile.PL INSTALL_BASE=/usr/local
34 Typical installation:
36 perl Makefile.PL
37 make
38 make install
40 For ExtUtils::MakeMaker documentation, see:
41   http://search.cpan.org/perldoc?ExtUtils::MakeMaker