Compatible with DokuWiki
2009-12-25
Similar to mundart
This plugin runs the text of all pages through a filter to convert it to pirate speak. The filter rules are based on Dongal Campell's Text Filter Suite Plugin for WordPress.
Download and install the plugin using the Plugin Manager using the download link given above. Refer to Plugins on how to install plugins manually.
If you like to have all your pages rendered through this plugin on Talk-like-a-Pirate-Day, put the following in your conf/local.protected.php:
<?php if('0919' == date('md')) $conf['renderer_xhtml'] = 'pirate';