Please edit the wiki to contribute any updates or corrections.
-----
====== wikiinclude ======
doku.php의 명령으로 export_wikiinclude를 추가하기.
=== inc/actions.php 667 ===
case 'wikiinclude':
$headers['Content-Type'] = 'text/javascript; charset=utf-8';
$output = p_wiki_xhtml($ID,$REV,false);
$output = str_replace('"','\"',$output);
$output = str_replace(DOKU_LF,'\n',$output);
$pre .= 'var wikibody = "\\' . DOKU_LF;
$post .= '";document.write(wikibody);' . DOKU_LF;
//$post .= 'document.write("
This page was autogenerated from