Uploaded image for project: 'JSPWiki'
  1. JSPWiki
  2. JSPWIKI-866

Add additional parameters to jspwiki_module.xml WikiModuleInfo

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.10.2
    • Core & storage, Plugins
    • None

    Description

      Current implementation handles:

      <?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>
      

      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.

      Attachments

        1. PluginListPlugin.png
          53 kB
          David Vittor

        Issue Links

          Activity

            People

              dvittor David Vittor
              dvittor David Vittor
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: