Difference between revisions of "Archives/ARCHIVEID/html/en/javascript/"
m |
m (Drn@ecs.soton.ac.uk moved page Archives/ARCHIVEID/html/en/javascript to Archives/ARCHIVEID/html/en/javascript/ without leaving a redirect) |
||
(2 intermediate revisions by the same user not shown) | |||
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|eprints3]]/[[EPrints_Directory_Structure/eprints3/archives|archives]]/[[EPrints_Directory_Structure/eprints3/archives/ARCHIVEID|ARCHIVEID]]/[[Archives/ARCHIVEID/html/|html]]/[[Archives/ARCHIVEID/html/en/|en]]/javascript/''' |
** '''auto/''' - Contains cached versions of Javascript. Defined either under ''lib/static/javascript/auto/'' or the archive's ''cfg/static/javascript/auto/''. | ** '''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''). | ** '''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''). |
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).