Difference between revisions of "Repositories.pl"
(Added repositories.pl page) |
(No difference)
|
Latest revision as of 20:46, 12 February 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
repositories.pl in lib/syscfg.d/ contains configuration to allow disabling of individual repository archives without having to move them. For example the following configuration would disable the archive with name epapers:
$c->{repository}->{epapers}->{disabled} = 1;