Home of
info@simplewiki.org
- comments
- suggestions

join the forum

Topics

Tips and Tricks

By default Simplwiki does not allow parentheses in decorator values ("arguments"). This is to suppress the use of javascript. If your application requires parentheses in arguments, then you can change legal argument characters with a call to the parser's argchars method. For example, to allow all characters (other than carriage return and newline characters), use this call:

$wiki = new SimpleWiki();
$wiki->parser()->argchars('^\r\n');
What runs this website?

We've made this website as, well, simple as possible.

SimpleWiki module components below are highlighted.

php code
css files
javascript