mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-24 21:08:00 +01:00
Remove trailing whitespace from "README".
This commit is contained in:
parent
e4092ed7fa
commit
a5574ab257
1 changed files with 6 additions and 6 deletions
12
README
12
README
|
@ -28,11 +28,11 @@ System Pony
|
||||||
|
|
||||||
systempony is a script which shows a pony and system information.
|
systempony is a script which shows a pony and system information.
|
||||||
It can be installed system-wide with make install (PREFIX selects the directory).
|
It can be installed system-wide with make install (PREFIX selects the directory).
|
||||||
Global config is found in $PREFIX/share/ascii-pony/systempony.conf,
|
Global config is found in $PREFIX/share/ascii-pony/systempony.conf,
|
||||||
(or ./systempony.conf if not installed), user config is in ~/.systempony.
|
(or ./systempony.conf if not installed), user config is in ~/.systempony.
|
||||||
|
|
||||||
Config Variables:
|
Config Variables:
|
||||||
* PONY : pony identifier or "random",
|
* PONY : pony identifier or "random",
|
||||||
see "./systempony --list" for a list of identifiers
|
see "./systempony --list" for a list of identifiers
|
||||||
* INFO : array of system info to display, "./systempony -h" for a list
|
* INFO : array of system info to display, "./systempony -h" for a list
|
||||||
* FSTYPE : file system type used to calculate disk usage (Uses df),
|
* FSTYPE : file system type used to calculate disk usage (Uses df),
|
||||||
|
@ -56,15 +56,15 @@ It produces the following kinds of output:
|
||||||
|
|
||||||
Being a PHP script it requires PHP in order to run it.
|
Being a PHP script it requires PHP in order to run it.
|
||||||
|
|
||||||
The makefile will compile all of the above, the plaintext in the same directory
|
The makefile will compile all of the above, the plaintext in the same directory
|
||||||
as the parent of the directory containing the various part files, everything else
|
as the parent of the directory containing the various part files, everything else
|
||||||
in /rendered.
|
in /rendered.
|
||||||
It will also call Inkscape to generate PNG images from the SVG.
|
It will also call Inkscape to generate PNG images from the SVG.
|
||||||
|
|
||||||
You can cat the colored files on a terminal to see the fancy output (as long as
|
You can cat the colored files on a terminal to see the fancy output (as long as
|
||||||
the terminal supports colors).
|
the terminal supports colors).
|
||||||
|
|
||||||
Some blank ponies and a template directory can be found inside the
|
Some blank ponies and a template directory can be found inside the
|
||||||
directory /Generic
|
directory /Generic
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@ -73,4 +73,4 @@ License
|
||||||
Dual:
|
Dual:
|
||||||
|
|
||||||
* GPLv3+ http://www.gnu.org/licenses/gpl.html
|
* GPLv3+ http://www.gnu.org/licenses/gpl.html
|
||||||
* CC-BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/
|
* CC-BY-SA 3.0 http://creativecommons.org/licenses/by-sa/3.0/
|
||||||
|
|
Loading…
Reference in a new issue