mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
m misc
This commit is contained in:
parent
a7c30368ba
commit
6b84680fa3
4 changed files with 17 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Version 2.1.1
|
||||||
|
|
||||||
|
Nothing worth mentioning.
|
||||||
|
|
||||||
|
|
||||||
Version 2.1
|
Version 2.1
|
||||||
|
|
||||||
Pony renamed: applebumkin to applebumpkin
|
Pony renamed: applebumkin to applebumpkin
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
@documentlanguage en
|
@documentlanguage en
|
||||||
@finalout
|
@finalout
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
@set VERSION 2.1
|
@set VERSION 2.1.1
|
||||||
|
|
||||||
@copying
|
@copying
|
||||||
This manual is for ponysay
|
This manual is for ponysay
|
||||||
|
@ -343,7 +343,6 @@ extension @command{kmsponies4ponysay}.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@node Limitations
|
@node Limitations
|
||||||
@chapter Limitations
|
@chapter Limitations
|
||||||
@cindex limitations
|
@cindex limitations
|
||||||
|
@ -523,7 +522,7 @@ Used for compressing manuals.
|
||||||
Required to run the make script.
|
Required to run the make script.
|
||||||
@item coreutils
|
@item coreutils
|
||||||
The make script uses @command{install}, @command{unlink}, @command{rm}, @command{ln},
|
The make script uses @command{install}, @command{unlink}, @command{rm}, @command{ln},
|
||||||
@command{mkdir} and @command{cp}.
|
@command{mkdir} and @command{cp} and @command{cut}.
|
||||||
@item sed
|
@item sed
|
||||||
Used by the make script for @command{PREFIX} customisation.
|
Used by the make script for @command{PREFIX} customisation.
|
||||||
@end table
|
@end table
|
||||||
|
@ -826,6 +825,11 @@ and @code{$/$}. @code{$$} has a dollar sign (@code{$}) as its value, while @code
|
||||||
and @code{$/$} contains the characters for the link to the balloon directed in the
|
and @code{$/$} contains the characters for the link to the balloon directed in the
|
||||||
same direction as the variable name's slash.
|
same direction as the variable name's slash.
|
||||||
|
|
||||||
|
Variables those name begin with @code{balloon} are parsed as balloon inserts, it
|
||||||
|
can be either @code{balloon}, @code{balloonX}, @code{balloon,Y} or @code{balloonX,Y},
|
||||||
|
whether @code{X} is the minimum width of the balloon and @code{Y} is the minimum
|
||||||
|
height of the balloon.
|
||||||
|
|
||||||
Prior to version 2.1 the pony files were cow files used by @command{cowsay}, they
|
Prior to version 2.1 the pony files were cow files used by @command{cowsay}, they
|
||||||
are partial Perl-scripts that assign a value to a scalar variable named @code{$the_cow}.
|
are partial Perl-scripts that assign a value to a scalar variable named @code{$the_cow}.
|
||||||
Cow files use a predefined scalar variable named @code{$thoughts}, these are used
|
Cow files use a predefined scalar variable named @code{$thoughts}, these are used
|
||||||
|
@ -1026,6 +1030,10 @@ first pony file in common.
|
||||||
@cindex versions
|
@cindex versions
|
||||||
@cindex previous releases
|
@cindex previous releases
|
||||||
|
|
||||||
|
@heading Version 2.1.1
|
||||||
|
|
||||||
|
Nothing worth mention.
|
||||||
|
|
||||||
@heading Version 2.1
|
@heading Version 2.1
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
Binary file not shown.
2
ponysay
2
ponysay
|
@ -24,7 +24,7 @@ from subprocess import Popen, PIPE
|
||||||
'''
|
'''
|
||||||
The version of ponysay
|
The version of ponysay
|
||||||
'''
|
'''
|
||||||
VERSION = '2.1'
|
VERSION = '2.1.1'
|
||||||
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue