Difference between revisions of "Archives/ARCHIVEID/cfg/cfg.d/"

From EPrints Documentation
Jump to: navigation, search
m
(Added some more config file descriptions)
Line 29: Line 29:
 
** '''[[languages.pl]]''' - Configuration for languages used by the repository archive.
 
** '''[[languages.pl]]''' - Configuration for languages used by the repository archive.
 
** '''[[log.pl]]''' - Configuration for logging error/warnung messages for the repository archive.
 
** '''[[log.pl]]''' - Configuration for logging error/warnung messages for the repository archive.
** '''[[misc.pl]]''' -
+
** '''[[misc.pl]]''' - Miscellaneous configuration settings.
** '''[[oai.pl]]''' -
+
** '''[[oai.pl]]''' - Configuration for [[OAI]].
 
** '''[[paths.pl]]''' -  
 
** '''[[paths.pl]]''' -  
 
** '''[[plugins.pl]]''' - Enabling and configuration of plugins for the repository archive.
 
** '''[[plugins.pl]]''' - Enabling and configuration of plugins for the repository archive.

Revision as of 18:51, 23 January 2022

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

This is the main repository configuration directory. Each of these files is a valid perl script and are loaded in alphabetic order. The configuration is stored in a hash reference named $c. For example a simple file might look like this:

# the foo option modifies the number of badgers in the boojum
$c->{foo} = 23;