Difference between revisions of "Cgi/"
(google_site description) |
(Added missing files added in 3.4) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/cgi''' | *'''[[EPrints_Directory_Structure/eprints3|eprints3]]/cgi''' | ||
+ | ** '''[[cgi/ajax/|ajax/]] - | ||
+ | ** '''cal''' - | ||
** '''confirm''' - | ** '''confirm''' - | ||
** '''counter''' - Provides some simple machine-readable stats on the repository. | ** '''counter''' - Provides some simple machine-readable stats on the repository. | ||
− | ** '''export''' - | + | ** '''dataset_dictionary''' - Provides a dictionary of all fields associated woth a dataset, including their name, type, label and help text. |
+ | ** '''embed_player''' - Embeds an HTML5 video element to preview video files. | ||
+ | ** '''export''' - Export a data object, multiple data objects or the repository in a particular format. | ||
+ | ** '''exportview''' - | ||
** '''google_site''' - Searches the repository host with given search terms using Google. | ** '''google_site''' - Searches the repository host with given search terms using Google. | ||
− | ** '''handle_404''' - | + | ** '''handle_404''' - Ensure a properly branded 404 Not Found page is displayed when an EPrint is missing. |
− | ** ''' | + | ** '''history_search''' - |
− | ** ''' | + | ** '''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''' - | + | ** '''logout''' - Logs a user out and redirects to logged out page |
** '''oai2''' - The OAI interface. | ** '''oai2''' - The OAI interface. | ||
** '''oai_accesslogs''' - | ** '''oai_accesslogs''' - | ||
+ | ** '''opensearch''' - | ||
+ | ** '''opensearchdescription''' - | ||
** '''openurl''' - | ** '''openurl''' - | ||
** '''paracite''' - | ** '''paracite''' - | ||
+ | ** '''process_request''' - | ||
** '''register''' - | ** '''register''' - | ||
** '''request_doc''' - | ** '''request_doc''' - | ||
** '''reset_password''' - | ** '''reset_password''' - | ||
** '''saved_search''' - | ** '''saved_search''' - | ||
+ | ** '''schema''' - | ||
** '''search''' - | ** '''search''' - | ||
− | ** '''[[ | + | ** '''set_lang''' - |
+ | ** '''[[cgi/toolbox/|toolbox/]]''' - | ||
+ | ** '''[[cgi/users/|users/]]''' - Contains scripts which require a valid login. |
Latest revision as of 08:22, 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/ -
- cal -
- confirm -
- counter - Provides some simple machine-readable stats on the repository.
- dataset_dictionary - Provides a dictionary of all fields associated woth a dataset, including their name, type, label and help text.
- embed_player - Embeds an HTML5 video element to preview video files.
- export - Export a data object, multiple data objects or the repository in a particular format.
- exportview -
- 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.
- history_search -
- 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 -
- set_lang -
- toolbox/ -
- users/ - Contains scripts which require a valid login.