From 7dce0c81ea6767171e53724967b014b05c216411 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 25 Jul 2012 05:19:26 +0200 Subject: info manual update + readme update --- README | 11 ++++++----- README.md | 9 +++++++-- manuals/ponysay.texinfo | 7 ++++++- ponysay.pdf | Bin 223692 -> 223906 bytes 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README b/README index c04f3c2..ef6a531 100644 --- a/README +++ b/README @@ -36,7 +36,10 @@ Optional runtime dependencies ============================= ponyquotes4ponysay : for support of My Little Pony quotes with associated pony - -- Available for Arch:ers in AUR (https://aur.archlinux.org/packages.php?ID=60988) + -- Included as a submodule, and can easily be removed by edit Makefile. + + kmsponies4ponysay : improving TTY support under KMS support + -- Available for Arch:ers in AUR (https://aur.archlinux.org/packages.php?ID=61111) -- and on github at https://github.com/maandree/ponyquotes4ponysay @@ -51,6 +54,8 @@ Package building dependencies coreutils : make script uses install, unlink, rm, ln, mkdir and cp + git : required for submodules + Dependencies for pony providers =============================== @@ -115,10 +120,6 @@ Pony fortune on terminal startup Pony quotes =========== -Installing ponyquotes4ponysay will enable My Little Pony quotes with associated pony. -It is available at: https://github.com/maandree/ponyquotes4ponysay - https://aur.archlinux.org/packages.php?ID=60988 - Running `ponysay -q` will give you a random pony saying one it its quote from MLP:FiM. Add one or more argument after `-q` to sepecify a set of ponies from which one will be selected randomly. diff --git a/README.md b/README.md index 68d6a54..0060458 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Today your terminal, tomorrow the world! + Installation on GNU/Linux (or other Unix implementations) --------------------------------------------------------- @@ -17,7 +18,7 @@ In the terminal, `cd` into the ponysay directory and `make && make install`. This will install ponysay into the $PREFIX (`/usr` by default, meaning you may need to `make install` as root, e.g. `sudo make install`.) If either `make` or `make install` fails you be missing one of the standard packages: -[gcc](ftp://ftp.gnu.org/gnu/gcc/), [gzip](ftp://ftp.gnu.org/gnu/gzip/), [make](ftp://ftp.gnu.org/gnu/make/) or [coreutils](ftp://ftp.gnu.org/gnu/coreutils/). +[gcc](ftp://ftp.gnu.org/gnu/gcc/), [gzip](ftp://ftp.gnu.org/gnu/gzip/), [make](ftp://ftp.gnu.org/gnu/make/) or [coreutils](ftp://ftp.gnu.org/gnu/coreutils/), or [git](http://git-scm.com/). In order to use ponysay, run: @@ -62,7 +63,6 @@ set of ponies from which one will be selected randomly. When running `ponysay -l` or `ponysay -L` the ponies which have quotes will be printed bold or bright (depending on terminal). - ### Ponies in TTY (Linux VT) If you have a custom colour palette edit your `~/.bashrc` and add @@ -75,10 +75,12 @@ If you have a custom colour palette edit your `~/.bashrc` and add } fi + Installation on Microsoft™ Windows® ----------------------------------- [¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png) + Dependencies ------------ @@ -104,6 +106,9 @@ Dependencies `coreutils`: make script uses install, unlink, rm, ln, mkdir and cp +`git`: required for submodules + + FAQ --- diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index a41177d..24cbe03 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -423,15 +423,20 @@ Required to run @command{ponysay -l} and @command{ponysay -L}. @section Optional runtime dependencies @cindex extensions @cindex optional dependencies -@cindex ponyquotes4ponysay @table @option @item ponyquotes4ponysay +@cindex ponyquotes4ponysay For support of My Little Pony quotes with associated pony: the @code{-q} option. It can be downloaded at @url{https://github.com/maandree/ponyquotes4ponysay}. Since version 1.2, this module is included in ponysay. You can edit ponysay's @code{Makefile} to remove it. + +@item kmsponies4ponysay +@cindex kmsponies4ponysay +For improved TTY support for user with custom colour palette and KMS support. +It can be downloaded at @url{https://github.com/maandree/kmsponies4ponysay}. @end table diff --git a/ponysay.pdf b/ponysay.pdf index 914c450..cea9a25 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ -- cgit