Difference between revisions of "Archives/ARCHIVEID/html/en/javascript/"

From EPrints Documentation
Jump to: navigation, search
(Added page about an archive's html/en/javascript directory.)
 
m
Line 2: Line 2:
 
{{noeditdir}}
 
{{noeditdir}}
  
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/archives|archives]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID|ARCHIVEID]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/html|html]]'''/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/html/en|en]]/javascript/'''
+
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/archives|archives]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID|ARCHIVEID]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/html|html]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID/html/en|en]]/javascript/'''
 
** '''auto/''' - Contains cached versions of images. Defined either under ''lib/static/javascript/auto/'' or the archive's ''cfg/static/javascript/auto/''.
 
** '''auto/''' - Contains cached versions of images. Defined either under ''lib/static/javascript/auto/'' or the archive's ''cfg/static/javascript/auto/''.
 
** '''auto.js''' - The amalgamation of all the Javascript files in the ''auto/'' subdirectory.  This is what is accessed when requesting ''/javascript/auto-EPRINTS_VERSION.js'' over HTTP. (e.g. ''/javascript/auto-3.4.3.js'').
 
** '''auto.js''' - The amalgamation of all the Javascript files in the ''auto/'' subdirectory.  This is what is accessed when requesting ''/javascript/auto-EPRINTS_VERSION.js'' over HTTP. (e.g. ''/javascript/auto-3.4.3.js'').

Revision as of 09:26, 3 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.

  • eprints3/archives/ARCHIVEID/html/en/javascript/
    • auto/ - Contains cached versions of images. Defined either under lib/static/javascript/auto/ or the archive's cfg/static/javascript/auto/.
    • auto.js - The amalgamation of all the Javascript files in the auto/ subdirectory. This is what is accessed when requesting /javascript/auto-EPRINTS_VERSION.js over HTTP. (e.g. /javascript/auto-3.4.3.js).
    • logged_in.js - Cached version of JavaScript used when logged into EPrints.
    • not_logged_in.js - Cached version of JavaScript used when not logged into EPrints.
    • screen_admin_storagemanager.js - Cached version of JavaScript used by the Storage Manager from the Admin menu.
    • screen_batchedit.js - Cached version of JavaScript used by batch edit.
    • secure_auto.js - The amalgamation of all the Javascript files in the auto/ subdirectory. This is what is accessed when requesting /javascript/auto-EPRINTS_VERSION.js over HTTPS. (e.g. /javascript/auto-3.4.3.js).