Difference between revisions of "Archives/ARCHIVEID/cfg/"

From EPrints Documentation
Jump to: navigation, search
m (Reverted edit of YbgCls, changed back to last version by Moj)
(Remove apache.conf as no longer relevant. Added link to apachevhost.conf)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
  
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/archives|archives]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID|ARCHIVEID]]/cfg'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/archives|archives]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID|ARCHIVEID]]/cfg'''
** '''apache.conf''' - Repository specific apache config options which appear OUTSIDE the virtual host block.
+
** '''[[apachevhost.conf]]''' - Repository specific apache config options which appear INSIDE the virtual host block. Nb. That this is in addition to all the directives created automatically.
** '''apachevhost.conf''' - Repository specific apache config options which appear INSIDE the virtual host block. Nb. That this is in addition to all the directives created automatically.
 
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/autocomplete|autocomplete/]]''' - Location of autocomplete datafiles.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/autocomplete|autocomplete/]]''' - Location of autocomplete datafiles.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/cfg.d|cfg.d/]]''' - General configuration files.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/cfg.d|cfg.d/]]''' - General configuration files.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/citations|citations/]]''' - Citation files (these describe how to show objects in search results and so forth).
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/citations|citations/]]''' - Citation files (these describe how to show objects in search results and so forth).
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/lang|lang/]]''' - Language specfic files for this repository (phrases, static pages and images, site template)
+
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/lang|lang/]]''' - Language specific files for this repository (phrases, static pages and images, site template)
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/namedsets|namedsets/]]''' - These are files which contain lists of values for named set fields.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/namedsets|namedsets/]]''' - These are files which contain lists of values for named set fields.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static|static/]]''' - Source for pages and images in the repository which are not language dependent.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/static|static/]]''' - Source for pages and images in the repository which are not language dependent.
 
** '''subjects''' - Text file containing initial subject tree that will be imported with eprints3/bin/import_subjects
 
** '''subjects''' - Text file containing initial subject tree that will be imported with eprints3/bin/import_subjects
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/workflows|workflows/]]''' - Workflow files describing the pages which edit EPrint and User records.
 
** '''[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/cfg/workflows|workflows/]]''' - Workflow files describing the pages which edit EPrint and User records.

Latest revision as of 19:01, 30 January 2022

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 entire configuration for a single EPrints repository. There are several different types of configuration file.

  • eprints3/archives/ARCHIVEID/cfg
    • apachevhost.conf - Repository specific apache config options which appear INSIDE the virtual host block. Nb. That this is in addition to all the directives created automatically.
    • autocomplete/ - Location of autocomplete datafiles.
    • cfg.d/ - General configuration files.
    • citations/ - Citation files (these describe how to show objects in search results and so forth).
    • lang/ - Language specific files for this repository (phrases, static pages and images, site template)
    • namedsets/ - These are files which contain lists of values for named set fields.
    • static/ - Source for pages and images in the repository which are not language dependent.
    • subjects - Text file containing initial subject tree that will be imported with eprints3/bin/import_subjects
    • workflows/ - Workflow files describing the pages which edit EPrint and User records.