Menu

preventing all transforms

Help
2002-09-04
2012-10-11
  • geoffrey cleaves

    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.

     
    • geoffrey cleaves

      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.

       
    • Geoffrey T. Dairiki

      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...

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.