Difference between revisions of "Archives/ARCHIVEID/cfg/cfg.d/"
Line 1: | Line 1: | ||
+ | {{dirs}} | ||
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: | 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: | ||
Revision as of 12:17, 15 January 2007
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;
- eprints3/archives/ARCHIVEID/cfg/cfg.d
- 10_core.pl -
- 20_baseurls.pl -
- adminemail.pl -
- branding.pl -
- database.pl -
- document_fields_automatic.pl -
- document_fields_default.pl -
- document_upload.pl -
- document_validate.pl -
- dynamic_template.pl -
- email.pl -
- eprint_fields.pl -
- eprint_fields_automatic.pl -
- eprint_fields_default.pl -
- eprint_render.pl -
- eprint_validate.pl -
- eprint_warnings.pl -
- field_property_defaults.pl -
- field_validate.pl -
- indexing.pl -
- languages.pl -
- log.pl -
- misc.pl -
- oai.pl -
- paths.pl -
- plugins.pl -
- registration.pl -
- request_copy.pl -
- search.pl -
- security.pl -
- session.pl -
- urls.pl -
- user_fields.pl -
- user_fields_automatic.pl -
- user_fields_default.pl -
- user_login.pl -
- user_render.pl -
- user_roles.pl -
- user_validate.pl -
- views.pl -
- vlit.pl -