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

From EPrints Documentation
Jump to: navigation, search
(Added missing descriptions.)
m
Line 35: Line 35:
 
** '''[[mime_types.pl]]''' - Configuration to load [[mime.types]] file.
 
** '''[[mime_types.pl]]''' - Configuration to load [[mime.types]] file.
 
** '''[[misc.pl]]''' - Miscellaneous configuration settings.
 
** '''[[misc.pl]]''' - Miscellaneous configuration settings.
** '''[[optional_filename_sanitise.pl]]''' -
+
** '''[[optional_filename_sanitise.pl]]''' - Configuration to santise uploaded file names.
 
** '''[[paths.pl]]''' - Configuration for filesystem paths for particular parts of the repository archive.
 
** '''[[paths.pl]]''' - Configuration for filesystem paths for particular parts of the repository archive.
 
** '''[[rdf.pl]]''' - Configuration for setting XML namespaces for RDF data files.
 
** '''[[rdf.pl]]''' - Configuration for setting XML namespaces for RDF data files.

Revision as of 10:07, 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.