]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/cowsay.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / plugins / contrib / cowsay.mdwn
1 [[!template id=plugin name=cowsay author="[[BrianCandler]]"]]
2 [[!tag type/fun]]
4 This plugin provides the cowsay [[ikiwiki/directive]].
5 This directive allows creation of ASCII-art cows.
7 For example,
9 ~~~
10 \[[!cowsay state="stoned" text="""
11 moo tube!
12 """]]
13 ~~~
15 renders as
17 ~~~
18  ___________
19 < moo tube! >
20  -----------
21         \   ^__^
22          \  (**)\_______
23             (__)\       )\/\
24              U  ||----w |
25                 ||     ||
26 ~~~
28 You must have the [cowsay](https://en.wikipedia.org/wiki/Cowsay) package
29 installed.
31 # Download
33 You can get the source code from [github](https://github.com/candlerb/ikiwiki-cowsay)