|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/markrose/ |
Upload File : |
<HTML>
<HEAD>
<TITLE>PHPBB to MediaWiki Utility</TITLE>
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
function wikify()
{
var text = document.formreview.article.value;
text = text.replace("[i]","''");
text = text.replace("[/i]","''");
text = text.replace("[b]","'''");
text = text.replace("[/b]","'''");
text = text.replace("[u]","<u>");
text = text.replace("[/u]","</u>");
document.formreview.article.value = text;
}
function blankit()
{
document.formreview.article.value = " ";
}
</SCRIPT>
<BODY color="#FFFFFF">
<IMG Align=Top SRC="process.gif"><H3>PHPBB to MediaWiki Utility</H3>
<hr>
<FORM action="" method="POST" name="formreview">
Cut and paste your text here, and hit Wikify to convert it from PHPBB to MediaWiki format.
<p><textarea name="article" ROWS="20" COLS="90"></textarea>
<P><INPUT TYPE="button" NAME="doit" VALUE="Wikify" onClick="wikify()">
<INPUT TYPE="button" NAME="clearit" VALUE="Clear" onClick="blankit()">
</FORM>
<hr>
<A HREF="default.html">[Home]</A>
</BODY>
</HTML>