Wiki Conversions

This page converts from TikiWiki, CoWiki, DokuWiki, or Text_Wiki syntax to DokuWiki, CoWiki, Xhtml, Plaintext, or LaTeX using PEAR::Text_Wiki.
This conversion is not fully complete and doesn't support all of the features of any of the Wikis, but should work for the more common syntax.
You can view the rules here.
Source
Convert From
Convert to

Usage example

<?php
$wiki 
=& new Text_Wiki();
$wiki->addPath('parse''/path/to/Text/Wiki/Parse/Tiki/');
echo 
$wiki->transform($tikiText'Xhtml'));
?>


Click here to view source (watch out, it's long)