⧼vector-jumptocontent⧽

Lib/cfg.d/: Difference between revisions

From EPrints Documentation
mNo edit summary
mNo edit summary
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.

Revision as of 10:11, 4 February 2022

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.