MoniWiki is a PHP based
WikiEngine.
WikiFormattingRules are imported and inspired from the
MoinMoin.
Moni is slightly modified sound means
What ? or
What is it ? in Korean and It also shows
MoniWiki is nearly compatible with the
MoinMoin.
If you are familiar with the PHP Script language you can easily add features or enhancements.
편집창에서의 편집창 늘이기 붙어 나오는 문제 #
wikilib.php 114 line 변경.
geshi php
$menu= $formatter->link_to("?action=edit&rows=".($rows-3),_("ReduceEditor"));
$menu.= $sep.$formatter->link_to("?action=edit&rows=".($rows+3),_("EnlargeEditor"));
-->
$menu= '<div>'.$formatter->link_to("?action=edit&rows=".($rows-3),_("ReduceEditor"));
$menu.= $sep.$formatter->link_to("?action=edit&rows=".($rows+3),_("EnlargeEditor")).'</div>';