X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2FTextileMarkup.php;h=251cd6d4055869d25a560cee41f14d9cc98f98de;hb=HEAD;hp=b4095d2aa89b69fcafb96366a8773abf18b35151;hpb=d950012fd97be05390aa91c7671b7e7f73293880;p=diogenes.git diff --git a/plugins/TextileMarkup.php b/plugins/TextileMarkup.php index b4095d2..251cd6d 100644 --- a/plugins/TextileMarkup.php +++ b/plugins/TextileMarkup.php @@ -18,19 +18,19 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -require_once 'Plugin/Skel/Filter.php'; +require_once 'Plugin/Filter.php'; require_once 'classTextile.php'; require_once 'diogenes.text.inc.php'; /** The TextileMarkup plugin allows you to render Textile markup into XHTML. */ -class TextileMarkup extends Diogenes_Plugin_Skel_Filter +class TextileMarkup extends Diogenes_Plugin_Filter { /** Plugin name */ var $name = "TextileMarkup"; /** Plugin description */ - var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some sample Textile markup pages."; + var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some sample Textile markup pages. You can protect HTML code from this plugin by enclosing it between <protect> and </protect> tags."; /** Is the plugin allowed with respect to a given write permission on a page ?