[
https://issues.apache.org/jira/browse/JSPWIKI-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Vittor updated JSPWIKI-866:
---------------------------------
Attachment: PluginListPlugin.png
> Add additional parameters to jspwiki_module.xml WikiModuleInfo
> --------------------------------------------------------------
>
> Key: JSPWIKI-866
> URL: https://issues.apache.org/jira/browse/JSPWIKI-866
> Project: JSPWiki
> Issue Type: Improvement
> Components: Core & storage, Plugins
> Reporter: David Vittor
> Priority: Minor
> Attachments: PluginListPlugin.png
>
>
> Current implementation handles:
> {noformat}
> <?xml version="1.0" encoding="UTF-8"?>
> <modules>
> <plugin class="com.digitalspider.jspwiki.plugin.ImageGalleryPlugin">
> <author>David Vittor</author>
> <minVersion>2.10.1</minVersion>
> <script>/jssor/js/jssor.slider.min.js</script>
> <stylesheet>/jssor/css/jssor.slider.css</stylesheet>
> <alias>ImageGallery</alias>
> </plugin>
> </modules>
> {noformat}
> I think it would be great if a plugin/filter also has the following extra
> fields:
> * authorurl (where to get more information on the vendor/author)
> * url (where to get more info about the plugin)
> * version (of the plugin)
> * template (html/jsp template to include) - see JSPWIKI-860
> * description (short description)
> * dependencies (*wish* if one plugin depends on another - this maybe should
> be a separate issue - as it's quite advanced) - see also JSPWIKI-862
> See here for the attached screenshot of the PluginListPlugin.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)