Download SimpleWiki
posted November 24, 2009
Download version 1 beta 1 November 24, 2009
simplewiki1b1.zip
Components:
- SimpleWiki.php - the php code
- SimpleWiki.css - a few style classes
- SimpleWiki.js - for quicktoc - the quicktoc (quick table of contents) menu
- arrowdown.gif, arrowup.gif - for the quicktoc menu - place in same directory as SimpleWiki.css
Requirements:
- PHP 5.x (probably 5.2)
- JQuery core (for quicktoc)
Usage:
$wiki = new SimpleWiki($markup); $html = $wiki->get_html();
Changelog
| Version | Release Date | Changes |
|---|---|---|
| 1 beta 1 | November 24, 2009 | Initial release |
| not yet released | |:h toc=no:| - suppress inclusion of heading in quicktoc | |
added %s mono% for monospace as class span.mono in SimpleWiki.css |
||
changed to overflow:auto from overflow-y:scroll in SimpleWiki.css div#quicktoc-body |