[dokuwiki] Using the Dokuwiki engine outside Dokuwiki?
- From: Tux <cactux@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sat, 8 Nov 2008 21:53:43 +0100
Hello,
How can I re-use the Dokuwiki engine in a page outside the scope of Dokuwiki?
I have a page with some text that I would like to transform in HTML,
but it is not in my current Dokuwiki.
Is it possible to do something like this, where $my_text contains a
text with Dokuwiki syntax:
<?php
include_once("path_to_doukiwi/some_file.php");
$my_html = dokuwiki_function($my_text);
?>
Then I can echo $my_html :)
Thanks
Yann
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts: