I've found that we need a program to convert BBCode (The formatting that the forum uses) to Wiki Markup (The formatting that most of the community wikis use). It will make it easy to bring tutorials written on the forum into the wiki.
I will be using Ruby to write it, with
Shoesfor a gui. It will not support images, tables, lists, fonts, and colors right away, if ever. It will definitely support code, bold, italics, underlines, and urls.
The one problem I have is figuring out how to distribute it. Using Ocra, the gem that lets you package your script into a .exe file doesn't quite work, and I'm unsure how I would be able to host it online.
Here's an example that uses all of the converted functions:
BBCtoWiki ExampleWassup! This is an example![/b]
Strike this text, it makes no sense!And don't forget an image!Lets indent this code, as well!
codecodecode codecodecode codecodecode
codecodecode codecodecode
codecodecode
codecodecode
codecodecode codecodecode codecodecode
---------------------------------------------------------------------
That was the post, here's the BBC:
[size=24]BBCtoWiki Example[/size]
[i]Wassup! [b]This is an example![/i][/b]
[s]Strike this text, it makes no sense![/s]
[size=12]And don't forget an image![/size]
[img]https://codewalr.us/Themes/CodeWalrus/images/english/smflogo.png[/img]
Lets indent this code, as well!
[list][code]codecodecode codecodecode codecodecode
codecodecode codecodecode
codecodecode
codecodecode
codecodecode codecodecode codecodecode
[/list][/code]
-------------------------------------------------------------------
And here is the Wiki Markup:
== BBCtoWiki Example ======
''Wassup! ''''This is an example!'''''
<strike>Strike this text, it makes no sense!</strike>
==== And don't forget an image! ======
https://codewalr.us/Themes/CodeWalrus/images/english/smflogo.png
Lets indent this code, as well!
<blockquote><pre>codecodecode codecodecode codecodecode
codecodecode codecodecode
codecodecode
codecodecode
codecodecode codecodecode codecodecode
</pre>
</blockquote>
----------------------------------------------
Go here to see an example of the Wiki Markup:
https://www.cemetech.net/learn/Bbcodeconvertexample