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
- index.php
- pagemanager.php
- muster_simpleWiki.php
- muster_simplewiki_parser.php
- muster_simplewiki_emitter.php
- muster_simplewiki_docnode.php
css files
javascript
- jquery.js (see jquery website)
- SimpleWiki.js