This plugin allows administrators of the wiki to easily manage the wiki's plugins. It can:
The plugin is bundled with Dokuwiki. By default it is disabled. To enable the plugin, add the following line to your conf/local.php
$conf['pluginmanager'] = 1; //enable automated plugin management
After enabling the plugin manager you should access it (Admin button, Manage Plugins… menu option) and select the "Refresh Plugins" button. This will sweep all plugin style and javascript files into the form used by the Plugin Manager. Without doing this you will lose access to the styles and scripts of previously loaded plugins & the Plugin Manager itself will not display correctly.
refresh plugins is performed.… more to follow …