Menu

ziphtml und wiki->html parsing

Help
Alvaro P.
2004-03-11
2012-10-11
  • Alvaro P.

    Alvaro P. - 2004-03-11

    does anybody know where it is possible to find the file, where the action ziphtml is found...
    I am trying to follow the code to see what happens when the funktion ziphtml is called (started in PhpWikiAdmin ->?action=ziphtml called)

    The second question I have is if somebody knows where the parsing function is, where the wiki code is translated into html...

    Thank

    Alvaro

     
    • Reini Urban

      Reini Urban - 2004-04-10

      1. loadsave.php

      2. InlineParser and BlockParser

       
    • Alvaro P.

      Alvaro P. - 2004-04-28

      another question:

      I would like to try if I can change the wiki tags...
      for example instad of using ! for headings to use another symbol...
      I found meanwhile out that some tags (*,=,_) are defined in InlineParser.php
      but all the other tags, as for example %%% or ---- or > or ! I didn't found them...

      Where could i look to change these wiki-tags?

      Thank you

      Alvaro

       
      • Reini Urban

        Reini Urban - 2004-04-28

        The tags for one line are in InlineParser.php,
        the tags on the block level are in BlockParser.php

        Both are no real parsers, just global regex exchangers.

         

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.