This is note * This is note * This is an important note * This is a big warning * This is a tip * * by Olivier Cortès * under the terms of the GNU GPL v2. * * Originaly derived from the work of : * Stephane Chamberland (Side Notes PlugIn) * Carl-Christian Salvesen (Graphviz plugin) * * Contributions by Eric Hameleers : * use
instead of , * contain the images and stylesheet inside the plugin, * permit nesting of notes, * * Contributed by Christopher Smith * fix some parsing problems and a security hole. * make note types case independent * simplify code reading * modernise the plugin for changes/fixes/improvements to the underlying Dokuwiki plugin class, * improve efficiency. * * Contributed by Aurélien Bompard * support for the ODT output format. * * @license GNU_GPL_v2 * @author Olivier Cortes */ if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/'); if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); require_once(DOKU_PLUGIN.'syntax.php');