Wiki Parser
Introduction
It all happens through a call to
void WSWikiParserWikiToHTML(class PageSet* pageset,
class WikiSession& session,
const char* wiki,
int fmt,
const class Page* pageref,
bool convert);
- pageset is the Page Set to use
- session the session
- wiki is the actual text to convert to HTML
- fmt is the default character format - almost always Plain
- pageref is the page to translate, possible just NULL
- convert is whether you are converting to raw HTML on disk. This is used throughout wikiserver as paths and such are put in differently when putting on disk as opposed to simply sending it to a users browser
TODO
#Something
#Somethingagain