From 19d68ff25611742fc0c31929eab7601b8d3c97b4 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 9 Aug 2011 19:51:54 +0300 Subject: [PATCH] Revise README, add INSTALL --- INSTALL | 29 +++++++++++++++++++++++++++++ MANIFEST | 1 + README | 61 +++++++++++++++++++++---------------------------------------- 3 files changed, 51 insertions(+), 40 deletions(-) create mode 100644 INSTALL rewrite README (98%) diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..789bc27 --- /dev/null +++ b/INSTALL @@ -0,0 +1,29 @@ + + +PREREQUISITES + + * Getopt::ArgvFile + * XML::DOM + +Additionally, to install: + * ExtUtils::MakeMaker + + +INSTALLATION + + * Uninstall earlier versions of umph if you have any installed + +To install: + + perl Makefile.PL + make + make install + + * Note that you can specify install prefix with INSTALL_BASE + e.g. perl Makefile.PL INSTALL_BASE=/usr/local + +Recommended reading if you are new to ExtUtils::MakeMaker: + * + * + +# vim: set ts=2 sw=2 tw=72 expandtab: diff --git a/MANIFEST b/MANIFEST index dcb5d2d..8f17c7f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -7,4 +7,5 @@ MANIFEST doc/man1/umph.1.pod NEWS README +INSTALL t/umph-Pod.t diff --git a/README b/README dissimilarity index 98% index cfa2df7..5992e38 100644 --- a/README +++ b/README @@ -1,40 +1,21 @@ - - - In brief - -umph is a command line tool for parsing video links from Youtube feeds, -such as playlists, favorites and uploads. The parsed video links are -printed to the standard output each separated with a newline. - -WWW: -GIT: - - -PREREQUISITES - -See the Makefile.PL file. - - -INSTALLATION - -You can skip this step, if you like, and instead just run "bin/umph". -This should work as long as the prerequisites are found. - -If you choose to install: - - * Highly recommended - - Remove / uninstall any earlier version you have installed - - * You can specify install prefix with INSTALL_BASE - e.g. perl Makefile.PL INSTALL_BASE=/usr/local - -To install: - - perl Makefile.PL - make - make install - - More: - FAQ: - - + + +GENERAL + +umph is a command line tool for parsing YouTube feeds. It can parse +playlists, favorite lists, and user upload lists. + +umph prints the found URLs to the standard output, each URL separated +with a newline. It can be used to select the feed items using the +--interactive prompt. + +Home : +gitweb: + + +LICENSE + +umph is free software, licensed under the GPLv3+. + + +vim: set ts=2 sw=2 tw=72 expandtab: -- 2.11.4.GIT