Difference between revisions of "Lib/cfg.d/"

From EPrints Documentation
Jump to: navigation, search
m
m
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
** '''[[document_validate.pl]]''' - Validation of the eprint data object as a whole.
 
** '''[[document_validate.pl]]''' - Validation of the eprint data object as a whole.
 
** '''[[dynamic_template.pl]]''' - Legacy configuration for dynamic template of repository archive.
 
** '''[[dynamic_template.pl]]''' - Legacy configuration for dynamic template of repository archive.
** '''[[element_classes.pl]]''' - Configuration for assigning classes to particular HTML elements generated by EPrints to assist branding.
+
** '''[[element_classes.pl]]''' - Configuration for assigning classes EPrints generated HTML elements.
 
** '''[[email.pl]]''' - Configuration for sending email from the repository archive.
 
** '''[[email.pl]]''' - Configuration for sending email from the repository archive.
 
** '''[[eprint_locking.pl]]''' - Configuration for locking eprint data objects so they can only be edited by one user at once.
 
** '''[[eprint_locking.pl]]''' - Configuration for locking eprint data objects so they can only be edited by one user at once.
Line 64: Line 64:
 
** '''[[user_search.pl]]''' - Configuration for search of user data objects.
 
** '''[[user_search.pl]]''' - Configuration for search of user data objects.
 
** '''[[user_validate.pl]]''' - Validation of the user data object as a whole.
 
** '''[[user_validate.pl]]''' - Validation of the user data object as a whole.
** '''[[vlit.pl]] <sup>1</sup>''' - Configuration for [[VLit]].
+
** '''[[vlit.pl]]''' - Configuration for [[VLit]].

Latest revision as of 11:22, 4 February 2022

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

DON'T EDIT THESE FILES....

Editing the contents of this directory is not recommended. See Read Only Directories.

This directory contains core configuration files. Generally these should not need to be changed but if they do they should be copied to the archive's cfg/cfg.d directory and then edited there. This directory is at the bottom of the levels of precedence for configuration files:

lib/cfg.d/ <- flavours/FLAVOURLIB/cfg.d/ <- ingredients/INGREDIENTID/cfg.d/ <- site_lib/cfg.d/ <- archives/ARCHIVEID/cfg/cfg.d/

A full list of all configuration files provided within the core codebase can be found here. Only the following configuration files are found in this directory.