<?php
/*!! Structure.Libs.Archive:
    ZIP  TAR/GZIP.
    **lib/archive**.
 : **actions/adminextarchive**.
*/

/*!! Structure.Libs.HTMLSax3:
 HTML,   **safehtml**.
*/

/*!! Structure.Libs.PHPDoc:
 phpdoc-.  .        .
    **lib/phpdoc**.
*/

/*!! Structure.Libs.SafeHtml:

SafeHTML
--------
Version 1.3.7.
http://pixel-apes.com/safehtml/
--------

This parser strips down all potentially dangerous content within HTML:
  * opening tag without its closing tag
  * closing tag without its opening tag
  * any of these tags: "base", "basefont", "head", "html", "body", "applet", "object",
    "iframe", "frame", "frameset", "script", "layer", "ilayer", "embed", "bgsound",
    "link", "meta", "style", "title", "blink", "xml" etc.
  * any of these attributes: on*, data*, dynsrc
  * javascript:/vbscript:/about: etc. protocols
  * expression/behavior etc. in styles
  * any other active content
It also tries to convert code to XHTML valid, but htmltidy is far better solution for this task.

    **lib/safehtml**.

@link Examples.Text:

    HTML-    ?

%%(phpplus)
$safeText = $this->Format($text, "safehtml");
%%
*/

/*!! Structure.Libs.TextHighlighter:
   .
  :
  * pp
  * css
  * diff
  * dtd
  * javascript
  * mysql
  * perl
  * php
  * python
  * ruby
  * sql
  * xml
    **lib/Text_Higlighter**.

@link Examples.Text:

       TextHighlighter.

~%%(hl sql)
SELECT * FROM users;
~%%

%%(hl sql)
SELECT * FROM users;
%%

*/

/*!! Structure.Libs.Smarty:
    Smarty.    ,  WikiPatterns, VisualTheme.
      {{ontolink text="NewSmarty" name="System.Structure.Kernel.Wacko.NewSmarty"}}
    **lib/smarty**.
*/

?>