Difference between revisions of "Lib/"

From EPrints Documentation
Jump to: navigation, search
m
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{dirs}}
 
{{noeditdir}}
 
{{noeditdir}}
  
The /lib directory contains lots of data files used by the EPrints system. Plugins may install extra data files here, but files in this folder (and below) should not be edited by hand. See [[Read Only Directories]].
+
The '''lib/''' directory contains lots of data files used by the EPrints system. Plugins may install extra data files here, but files in this folder (and below) should not be edited by hand. See [[Read Only Directories]].
  
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/lib'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/lib'''
** '''[[EPrints_Directory_Structure/eprints3/lib/citations|citations/]]''' - Citation configuration files which are not repository specific.
+
** '''[[Lib/cfg.d/|cfg.d/]]''' - Perl configuration files.
** '''[[EPrints_Directory_Structure/eprints3/lib/defaultcfg|defaultcfg/]]''' - The default configuration for a new repository.
+
** '''[[Lib/citations/|citations/]]''' - Citation configuration files which are not repository specific.
** '''[[EPrints_Directory_Structure/eprints3/lib/lang|lang/]]''' - Language specific lib data files.
+
** '''[[Lib/defaultcfg_zero/|defaultcfg_zero/]]''' - The default configuration for a new repository (of any [[EPrints Flavours|flavour]] or none).
** '''[[EPrints_Directory_Structure/eprints3/lib/static|static/]]''' - Language neutral items which appear in the website of every eprints repository (eg. javascript and arrow icons).
+
** '''entities.dtd''' - XHTML entities. This is used when loading XML files so that things like   or é will be treated correctly.
** '''[[EPrints_Directory_Structure/eprints3/lib/themes|themes/]]''' - Data for themes.
+
** '''[[Lib/lang/|lang/]]''' - Language specific lib data files.
** '''[[EPrints_Directory_Structure/eprints3/lib/workflows|workflows/]]''' - Workflow configuration files which are not repository specific.
+
** '''[[mime.types]]''' - MIME type to file extension mappings.
** '''xhtml-entities.dtd''' - XHTML entities. This is used when loading XML files so that things like  ; or é will be treaded correctly.
+
** '''[[Lib/namedsets/|namedsets/]]''' - Options for [[API:EPrints/MetaField/Namedset|namedset]] fields.
 +
** '''plugins/''' - Empty directory but plugins installed from the [https://bazaar.eprints.org Bazaar] will be added here.
 +
** '''[[Lib/static/|static/]]''' - Language neutral items which appear in the website of every eprints repository (eg. javascript and arrow icons).
 +
** '''[[Lib/syscfg.d/|syscfg.d/]]''' - System Perl configuration files.
 +
** '''[[Lib/templates/|templates/]]''' - Web page templates.
 +
** '''[[Lib/themes/|themes/]]''' - Themes that can be used by a repository.
 +
** '''[[Lib/workflows/|workflows/]]''' - Workflow configuration files which are not repository specific.

Latest revision as of 10:55, 8 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.

The lib/ directory contains lots of data files used by the EPrints system. Plugins may install extra data files here, but files in this folder (and below) should not be edited by hand. See Read Only Directories.

  • eprints3/lib
    • cfg.d/ - Perl configuration files.
    • citations/ - Citation configuration files which are not repository specific.
    • defaultcfg_zero/ - The default configuration for a new repository (of any flavour or none).
    • entities.dtd - XHTML entities. This is used when loading XML files so that things like   or é will be treated correctly.
    • lang/ - Language specific lib data files.
    • mime.types - MIME type to file extension mappings.
    • namedsets/ - Options for namedset fields.
    • plugins/ - Empty directory but plugins installed from the Bazaar will be added here.
    • static/ - Language neutral items which appear in the website of every eprints repository (eg. javascript and arrow icons).
    • syscfg.d/ - System Perl configuration files.
    • templates/ - Web page templates.
    • themes/ - Themes that can be used by a repository.
    • workflows/ - Workflow configuration files which are not repository specific.