Difference between revisions of "Cgi/"
(Started adding descriptions.) |
m |
||
Line 26: | Line 26: | ||
** '''schema''' - | ** '''schema''' - | ||
** '''search''' - | ** '''search''' - | ||
− | ** '''[[ | + | ** '''[[cgi/toolbox/|toolbox/]]''' - |
− | ** '''[[ | + | ** '''[[cgi/users/|users/]]''' - Contains scripts which require a valid login. |
Revision as of 08:06, 6 March 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
These scripts handle the dynamic parts of the website.
- eprints3/cgi
- ajax/ -
- confirm -
- counter - Provides some simple machine-readable stats on the repository.
- export - Export a data object, multiple data objects or the repository in a particular format.
- google_site - Searches the repository host with given search terms using Google.
- handle_404 - Ensure a properly branded 404 Not Found page is displayed when an EPrint is missing.
- latest - Display the latest EPrints deposited to the repository's live archive.
- latest_tool - More customisable tool for displaying latest EPrints deposited to the repository's live archive.
- logout - Logs a user out and redirects to logged out page
- oai2 - The OAI interface.
- oai_accesslogs -
- opensearch -
- opensearchdescription -
- openurl -
- paracite -
- process_request -
- register -
- request_doc -
- reset_password -
- saved_search -
- schema -
- search -
- toolbox/ -
- users/ - Contains scripts which require a valid login.