All Downloads are FREE. Search and download functionalities are using the official Maven repository.

portal.default.mint.about.vm Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
#macro(pluginList $plugins $type)
    #foreach($plugin in $plugins)
        

$plugin.name

$self.getAboutPage($plugin.id, $type)
#end #end #set($pageTitle = "About")

About

#set($contentTitle = "Description") #parseTemplate("wrapping/content-block-open.vm")

ReDBox/Mint version: $systemConfig.getString("Unknown", "redbox.version.string")

Mint provides services for uploading name authority information and an index system for making this data easily available to web-based user interfaces (such as ReDBox). Instead of providing one big search set, Mint uses Views to partition your data - meaning that you only get researcher names returned for user selection.

Please see the ReDBox/Mint project page for more information.

#if($page.authentication.is_admin()) #parseTemplate("wrapping/content-block-close.vm") #set($contentTitle = "Plugins") #parseTemplate("wrapping/content-block-open.vm")

#pluginList($self.indexerPlugins, "indexer")
#pluginList($self.storagePlugins, "storage")
#pluginList($self.harvesterPlugins, "harvester")
#pluginList($self.transformerPlugins, "transformer")
#pluginList($self.accessControlPlugins, "access")
#pluginList($self.authenticationPlugins, "authentication")
#pluginList($self.rolesPlugins, "roles")
#pluginList($self.subscriberPlugins, "subscriber")
#parseTemplate("wrapping/content-block-close.vm") #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy