info manual update + readme update

This commit is contained in:
Mattias Andrée 2012-07-25 05:19:26 +02:00
parent 179fab9809
commit 7dce0c81ea
4 changed files with 19 additions and 8 deletions

11
README
View file

@ -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.

View file

@ -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
---

View file

@ -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

Binary file not shown.