From: https://www.google.com/accounts/o8/id?id=AItOawlSFgIlytGZgMLh_Cw4IA011V8pLKk5dVg Date: Fri, 29 Nov 2013 09:48:47 +0000 (-0400) Subject: (no commit message) X-Git-Tag: debian/3.20140102~34^2~7 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/ee8e5961faa1279138c54a4687f1054338fea3f7 --- diff --git a/doc/plugins/contrib/cowsay.mdwn b/doc/plugins/contrib/cowsay.mdwn new file mode 100644 index 000000000..b8aa04fee --- /dev/null +++ b/doc/plugins/contrib/cowsay.mdwn @@ -0,0 +1,33 @@ +[[!template id=plugin name=cowsay author="[[BrianCandler]]"]] +[[!tag type/fun]] + +This plugin provides the [[ikiwiki/directive/cowsay]] [[ikiwiki/directive]]. +This directive allows creation of ASCII-art cows. + +For example, + +~~~ +\[[!cowsay state="stoned" text=""" +moo tube! +"""]] +~~~ + +renders as + +~~~ + ___________ +< moo tube! > + ----------- + \ ^__^ + \ (**)\_______ + (__)\ )\/\ + U ||----w | + || || +~~~ + +You must have the [cowsay](https://en.wikipedia.org/wiki/Cowsay) package +installed. + +# Download + +You can get the source code from [github](https://github.com/candlerb/ikiwiki-cowsay)