Difference between revisions of "Cgi/"

From EPrints Documentation
Jump to: navigation, search
(Started adding descriptions.)
(Added missing files added in 3.4)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/cgi'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/cgi'''
 
** '''[[cgi/ajax/|ajax/]] -
 
** '''[[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.
 +
**  '''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.
 
** '''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''' - Ensure a properly branded 404 Not Found page is displayed when an EPrint is missing.
 
** '''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''' - 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.  
 
** '''latest_tool''' - More customisable tool for displaying latest EPrints deposited to the repository's live archive.  
Line 26: Line 31:
 
** '''schema''' -
 
** '''schema''' -
 
** '''search''' -
 
** '''search''' -
** '''[[/cgi/toolbox/|toolbox/]]''' -
+
** '''set_lang''' -
** '''[[/cgi/users/|users/]]''' - Contains scripts which require a valid login.
+
** '''[[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.