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