Plugins.pl
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
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:
- Set the generic options (e.g. params and appears) for a particular plugin.
- Set action options for screen plugins.
- Set options for import and export plugins.
- 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).