Archives/ARCHIVEID/html/en/javascript/

From EPrints Documentation
Revision as of 10:04, 3 February 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Updated path links)
Jump to: navigation, search

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 Javascript. 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).