Plugins.pl

From EPrints Documentation
Revision as of 11:05, 30 January 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added detail about config file)
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

plugins.pl contains configuration for managing plugins under the $c->{plugins} hash reference. Most of the configuration is commented out as it provides example on how to:

  1. Set the generic options (e.g. params and appears) for a particular plugin.
  2. Set action options for screen plugins.
  3. Set options for import and export plugins.
  4. Plugin mapping. Useful for overriding plugins with your own archive level version of the plugin.

The only enabled configuation is for setting the pid, doi_field and use_prefix params for CrossRef import plugins (i.e. DOI and DOI_UNIXREF).