Lines Matching full:plugin
4 $WIZ = new dokuwiki\plugin\dev\www\PluginWizard();
9 header('Content-Disposition: attachment; filename="plugin.zip"');
21 <title>DokuWiki Plugin Wizard</title>
32 <h1>DokuWiki Plugin Wizard</h1>
37 … This wizard generates a <a href="https://www.dokuwiki.org/devel:plugins">DokuWiki plugin</a>
38 skeleton to help you get started with coding your plugin.
40 and determine what components your plugin will need.
44 To use it, fill in the general plugin info and add plugin components. Once you're
45 done, click "create" and download your plugin skeleton.
49 … Alternatively you can also use the <a href="https://www.dokuwiki.org/plugin:dev">dev plugin</a>.
50 This plugin will also come in handy when editing and extending your plugin later.
66 <h2>Plugin Information</h2>
69 <span>Plugin base name:</span>
76 <span>A short description of what the plugin does:</span>
78 placeholder="A plugin to flurb the blarg">
92 <span>URL for the plugin:</span>
93 … <input type="text" name="url" placeholder="https://www.dokuwiki.org/plugin:yourplugin">
115 <h2>Add Plugin Components</h2>
139 … <button type="submit" name="plugin_wiz_create">Create and Download<br>Plugin Skeleton</button>