⧼vector-jumptocontent⧽

Plugins.pl: Difference between revisions

From EPrints Documentation
Added detail about config file
mNo edit summary
 
Line 8: Line 8:
# Plugin mapping.  Useful for overriding plugins with your own archive level version of the plugin.
# 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. [[API:EPrints/Plugin/Import/DOI|DOI]] and [[API:EPrints/Plugin/Import/DOI_UNIXREF|DOI_UNIXREF]]).
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).

Latest revision as of 11:07, 30 January 2022


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).