Is there any way to prevent all transformations completely? I want to place some perl code on the wiki but obviously some of the characeters are interpreted as links or what have you. Gracias.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
btw, i know how to prevent links on an individual basis. i'm looking for a way to, maybe, enclose text in some tags that will prevent any and all transforms on that enclosed text.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to prevent all transformations completely? I want to place some perl code on the wiki but obviously some of the characeters are interpreted as links or what have you. Gracias.
btw, i know how to prevent links on an individual basis. i'm looking for a way to, maybe, enclose text in some tags that will prevent any and all transforms on that enclosed text.
If you're using the latest code (PhpWiki 1.3.3) and
click the "use new markup" checkbox, then you
can use <verbatim> "tags"
<verbatim>
$TopDir = new Directory "/";
</verbatim>
In older PhpWiki's you just have to escape the
wikiwords individually...