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##*/}; \ sed 's/man3caca/man3/g' $$man >$(DESTDIR)$(mandir)/man3/$${man##*/}; \
done done
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(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 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 .SH NAME
cacaball, cacafire, cacamoir, cacaplas \- libcaca's demonstration
applications
cacademo, cacafire \- libcaca's demonstration applications
.SH SYNOPSIS .SH SYNOPSIS
cacaball
cacademo
.PP .PP
cacafire cacafire
.PP
cacamoir
.PP
cacaplas
.RI .RI
.SH DESCRIPTION .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 .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 .PP
.B cacafire .B cacafire
displays burning ASCII art flames. 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 .SH KEYS
.TP .TP
.B n
forces an effect transition to happen
.TP
.B Space .B Space
pauses and resumes the program pauses and resumes the program
.TP .TP
@@ -36,21 +28,21 @@ exits the program
.SH BUGS .SH BUGS
Please report any bugs you find to <libcaca@lists.zoy.org>. Please report any bugs you find to <libcaca@lists.zoy.org>.
.SH LICENSE .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 .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 .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 .B cacafire
is a port of AAlib's is a port of AAlib's
.B aafire .B aafire
written by Jan Hubicka <hubicka@freesoft.cz> and 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 .SH SEE ALSO
cacaview(1), aafire(1) cacaview(1), aafire(1)

Loading…
Cancel
Save