

Public Member Functions | |
| allow_wperms ($wperms) | |
| filter ($input) | |
Public Attributes | |
| $name = "TextileMarkup" | |
| $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some <a href=\"http://www.textism.com/tools/textile/\">sample Textile markup pages</a>. You can protect HTML code from this plugin by enclosing it between <protect> and </protect> tags." | |
Definition at line 27 of file TextileMarkup.php.
| TextileMarkup::allow_wperms | ( | $ | wperms | ) |
Is the plugin allowed with respect to a given write permission on a page ?
| $wperms |
Reimplemented from Diogenes_Plugin_Skel.
Definition at line 40 of file TextileMarkup.php.
| TextileMarkup::filter | ( | $ | input | ) |
Take the Wiki markup and return XHTML.
| $input |
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 50 of file TextileMarkup.php.
| TextileMarkup::$name = "TextileMarkup" |
Plugin name
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 30 of file TextileMarkup.php.
| TextileMarkup::$description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some <a href=\"http://www.textism.com/tools/textile/\">sample Textile markup pages</a>. You can protect HTML code from this plugin by enclosing it between <protect> and </protect> tags." |
Plugin description
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 33 of file TextileMarkup.php.
1.5.1