sample Textile markup pages."; /** Is the plugin allowed with respect to a given write permission on a page ? * * @param $wperms */ function allow_wperms($wperms) { return 1; } /** Take the Wiki markup and return XHTML. * * @param $input */ function filter($input) { $textile = new Textile(); return $textile->TextileThis($input); } } ?>