Browse Source

* Update the cacademo manpage to reflect the merge.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
36aa270da2
2 changed files with 22 additions and 34 deletions
  1. +2
    -6
      doc/Makefile.am
  2. +20
    -28
      doc/cacafire.1

+ 2
- 6
doc/Makefile.am View File

@@ -50,11 +50,7 @@ if BUILD_DOCUMENTATION
sed 's/man3caca/man3/g' $$man >$(DESTDIR)$(mandir)/man3/$${man##*/}; \
done
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacaball.1
rm -f $(DESTDIR)$(mandir)/man1/cacamoir.1
ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacamoir.1
rm -f $(DESTDIR)$(mandir)/man1/cacaplas.1
ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacaplas.1
rm -f $(DESTDIR)$(mandir)/man1/cacademo.1
ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacademo.1
endif


+ 20
- 28
doc/cacafire.1 View File

@@ -1,33 +1,25 @@
.TH libcaca 1 "2006-3-6" "libcaca"
.TH libcaca 1 "2006-9-23" "libcaca"
.SH NAME
cacaball, cacafire, cacamoir, cacaplas \- libcaca's demonstration
applications
cacademo, cacafire \- libcaca's demonstration applications
.SH SYNOPSIS
cacaball
cacademo
.PP
cacafire
.PP
cacamoir
.PP
cacaplas
.RI
.SH DESCRIPTION
This manual page documents briefly the cacaball, cacafire, cacamoir
and cacaplas programs.
This manual page documents briefly the cacademo and cacafire programs.
.PP
.B cacaball
displays ASCII art metaballs.
.B cacademo
displays ASCII art effects with animated transitions: metaballs, moire pattern
of concentric circles, old school plasma, Matrix-like scrolling.
.PP
.B cacafire
displays burning ASCII art flames.
.PP
.B cacamoir
displays a coloured ASCII art moire pattern of concentric circles.
.PP
.B cacaplas
displays an old school ASCII art plasma effect.
.SH KEYS
.TP
.B n
forces an effect transition to happen
.TP
.B Space
pauses and resumes the program
.TP
@@ -36,21 +28,21 @@ exits the program
.SH BUGS
Please report any bugs you find to <libcaca@lists.zoy.org>.
.SH LICENSE
cacaball, cacamoir and cacaplas are covered by the Do What The
Fuck You Want To Public License (WTFPL).
cacafire is covered by the GNU Lesser General Public License (LGPL).
cacademo is covered by the Do What The Fuck You Want To Public License
(WTFPL). cacafire is covered by the GNU Lesser General Public License (LGPL).
.SH AUTHORS
.B cacamoir
and this manual page were written by Sam Hocevar <sam@zoy.org>.
.B cacademo's
moire and matrix effects and this manual page were written by Sam Hocevar
<sam@zoy.org>.
.PP
.B cacaball
was written by Jean-Yves Lamoureux <jylam@lnxscene.org>,
.B cacademo's
metaball effect was written by Jean-Yves Lamoureux <jylam@lnxscene.org>,
.B cacafire
is a port of AAlib's
.B aafire
written by Jan Hubicka <hubicka@freesoft.cz> and
.B cacaplas
is a port of an SDL plasma effect written and put in the public domain by
Michele Bini <mibin@tin.it>.
.B cacademo's
plasma effect is a port of an SDL plasma effect written and put in the
public domain by Michele Bini <mibin@tin.it>.
.SH SEE ALSO
cacaview(1), aafire(1)

Loading…
Cancel
Save