Difference between revisions of "Archives/ARCHIVEID/html/en/javascript/"
(Updated path links) |
m (Drn@ecs.soton.ac.uk moved page Archives/ARCHIVEID/html/en/javascript to Archives/ARCHIVEID/html/en/javascript/ without leaving a redirect) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 18:57, 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 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).