Difference between revisions of "Perl lib/EPrints/"

From EPrints Documentation
Jump to: navigation, search
 
(Added link to system settings page)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{dirs}}
 +
{{noeditdir}}
 +
 +
This is a list of almost all the EPrints perl modules. We've not expanded the Plugins and MetaField directories as these are pretty big.
 +
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/perl_lib|perl_lib]]/EPrints'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/perl_lib|perl_lib]]/EPrints'''
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Apache|Apache/]]''' -
+
** '''Apache/'''
** '''BackCompatibility.pm''' -
+
*** '''AnApache.pm''' - Abstracts differences between apache and mod_perl versions.
** '''Config.pm''' -
+
*** '''Auth.pm''' - Handles authentication
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/DataObj|DataObj/]]''' -
+
*** '''LogHandler.pm''' - Logs accesses as [[Access Object]]s
** '''DataObj.pm''' -
+
*** '''Login.pm''' - Handles the login screen
** '''DataSet.pm''' -
+
*** '''Rewrite.pm''' - Redirects and rewrites URLs in requests, as appropriate
** '''Database.pm''' -
+
*** '''Template.pm''' - Handles applying the template to pages
** '''Email.pm''' -
+
*** '''VLit.pm''' - Handles the [[vlit]] feature.
** '''Extras.pm''' -
+
** '''BackCompatibility.pm''' - defines EPrints 2.3 function calls which call their 3.0 equivalents.
** '''Index.pm''' -
+
** '''Config.pm''' - Handles the configuration of the EPrints system itself
** '''Language.pm''' -
+
** '''DataObj/''' - all classes in this dir are a subclass of [[API:EPrints/DataObj|EPrints::DataObj]]
** '''Latex.pm''' -
+
*** '''Access.pm''' - [[Access Object]]
** '''List.pm''' -
+
*** '''Document.pm''' - [[Document Object]]
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/MetaField|MetaField/]]''' -
+
*** '''EPrint.pm''' - [[EPrint Object]]
** '''MetaField.pm''' -
+
*** '''History.pm''' - [[History Object]]
** '''OpenArchives.pm''' -
+
*** '''Request.pm''' - [[Request Object]]
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Paginate|Paginate/]]''' -
+
*** '''SavedSearch.pm''' - [[Saved Search Object]]
** '''Paginate.pm''' -
+
*** '''Subject.pm''' - [[Subject Object]]
** '''Paracite.pm''' -
+
*** '''User.pm''' - [[User Object]]
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Platform|Platform/]]''' -
+
** '''DataObj.pm''' - Base class for [[Data Object]]s
** '''Platform.pm''' -
+
** '''DataSet.pm''' - Has one instance per repository for each type of [[Data Object]]
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Plugin|Plugin/]]''' -
+
** '''Database.pm''' - Object connecting the repository to the database. Provides most database calls.
** '''Plugin.pm''' -
+
** '''Email.pm''' - Handles sending email messages.
** '''Plugin.pm.backup.2006-12-18''' -
+
** '''Extras.pm''' - Handy functions. Nearly obselete.
** '''Probity.pm''' -
+
** '''Index.pm''' - Handles text indexing and the indexer.
** '''Profiler.pm''' -
+
** '''Language.pm''' - Provides access to phrases.
** '''Repository.pm''' -
+
** '''Latex.pm''' - Latex rendering tools for functions and equations.
** '''ScreenProcessor.pm''' -
+
** '''List.pm''' - A search result, or other list of [[Data Object]]s within a single [[Category:Data Objects#Dataset|Dataset]]
** '''Script.pm''' -
+
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/MetaField|MetaField/]]''' - Contains classes representing each type of metadata field.
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Search|Search/]]''' -
+
** '''MetaField.pm''' - Base class for field objects. An instance of a metafield represents a single field in a [[Category:Data Objects#Dataset|Dataset]], not a field + a value.
** '''Search.pm''' -
+
** '''OpenArchives.pm''' - Handles OAI stuff.
** '''Session.pm''' -
+
** '''Paginate/'''
** '''Session.pm.backup.2006-12-18''' -
+
*** '''Columns.pm''' - Subclass of EPrints::Paginate which renders the results as a spread sheet style list, and allows sorting by clicking titles.
** '''StyleGuide.pm''' -
+
** '''Paginate.pm''' - Paginate search results (eg. 20 items per page) in HTML
** '''SystemSettings.pm''' -
+
** '''Paracite.pm''' - Paracite interface
** '''SystemSettings.pm.templ''' -
+
** '''Platform/'''
** '''TempDir.pm''' -
+
*** '''Unix.pm''' - UNIX specific functions
** '''Time.pm''' -
+
** '''Platform.pm''' - Allows abstraction of methods which are operating system specific.
** '''Utils.pm''' -
+
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Plugin|Plugin/]]''' - The plugins directory.
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/Workflow|Workflow/]]''' -
+
** '''Plugin.pm''' - The base class (and loader) for all plugins.
 +
** '''Probity.pm''' - Handles producing checksum files for documents.
 +
** '''Profiler.pm''' - ?
 +
** '''Repository.pm''' - An instance of this represents a single repository and has access to the configuration of that repository.
 +
** '''ScreenProcessor.pm''' - Handles the Screen plugin interface
 +
** '''Script.pm''' - Processes expressions in the mini-scripting language used in citation and workflows.
 +
** '''Search/'''
 +
*** '''Condition.pm''' - Represents a single search condition (used internally)
 +
*** '''Field.pm''' - Represents a single search field (a row in the search interface). Has a value and a list of metadata fields to search.
 +
** '''Search.pm''' - Represents a single search. Returns a List object when executed.
 +
** '''Session.pm''' - A link between a web request (or command line script), a language, a database connection and a repository.
 +
** '''StyleGuide.pm''' - Notes on how to write EPrints code.
 +
** '''[[perl_lib/EPrints/SystemSettings.pm|SystemSettings.pm]]''' - Created by the installation. Contains information on your apache version, where commands are to be found and where EPrints is installed.
 +
** '''TempDir.pm''' - Creates and removes tmp directories.
 +
** '''Time.pm''' - Functions related to time and date processing.
 +
** '''Utils.pm''' - Misc. functions.
 +
** '''Workflow/'''
 +
*** '''Processor.pm''' -
 +
*** '''Stage.pm''' -
 
** '''Workflow.pm''' -
 
** '''Workflow.pm''' -
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints/XML|XML/]]''' -
+
** '''XML/'''
** '''XML.pm''' -
+
*** '''DOM.pm''' -
 +
*** '''EPC.pm''' - Code to handle processing the epc namespace: eg. <epc:if>
 +
*** '''GDOME.pm''' -
 +
*** '''LibXML.pm''' -  
 +
** '''XML.pm''' - Abstraction to handle diferent XML libraries. (DOM, GDOME, LibXML)

Latest revision as of 10:04, 10 April 2023

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.

This is a list of almost all the EPrints perl modules. We've not expanded the Plugins and MetaField directories as these are pretty big.

  • eprints3/perl_lib/EPrints
    • Apache/
      • AnApache.pm - Abstracts differences between apache and mod_perl versions.
      • Auth.pm - Handles authentication
      • LogHandler.pm - Logs accesses as Access Objects
      • Login.pm - Handles the login screen
      • Rewrite.pm - Redirects and rewrites URLs in requests, as appropriate
      • Template.pm - Handles applying the template to pages
      • VLit.pm - Handles the vlit feature.
    • BackCompatibility.pm - defines EPrints 2.3 function calls which call their 3.0 equivalents.
    • Config.pm - Handles the configuration of the EPrints system itself
    • DataObj/ - all classes in this dir are a subclass of EPrints::DataObj
    • DataObj.pm - Base class for Data Objects
    • DataSet.pm - Has one instance per repository for each type of Data Object
    • Database.pm - Object connecting the repository to the database. Provides most database calls.
    • Email.pm - Handles sending email messages.
    • Extras.pm - Handy functions. Nearly obselete.
    • Index.pm - Handles text indexing and the indexer.
    • Language.pm - Provides access to phrases.
    • Latex.pm - Latex rendering tools for functions and equations.
    • List.pm - A search result, or other list of Data Objects within a single
    • MetaField/ - Contains classes representing each type of metadata field.
    • MetaField.pm - Base class for field objects. An instance of a metafield represents a single field in a, not a field + a value.
    • OpenArchives.pm - Handles OAI stuff.
    • Paginate/
      • Columns.pm - Subclass of EPrints::Paginate which renders the results as a spread sheet style list, and allows sorting by clicking titles.
    • Paginate.pm - Paginate search results (eg. 20 items per page) in HTML
    • Paracite.pm - Paracite interface
    • Platform/
      • Unix.pm - UNIX specific functions
    • Platform.pm - Allows abstraction of methods which are operating system specific.
    • Plugin/ - The plugins directory.
    • Plugin.pm - The base class (and loader) for all plugins.
    • Probity.pm - Handles producing checksum files for documents.
    • Profiler.pm - ?
    • Repository.pm - An instance of this represents a single repository and has access to the configuration of that repository.
    • ScreenProcessor.pm - Handles the Screen plugin interface
    • Script.pm - Processes expressions in the mini-scripting language used in citation and workflows.
    • Search/
      • Condition.pm - Represents a single search condition (used internally)
      • Field.pm - Represents a single search field (a row in the search interface). Has a value and a list of metadata fields to search.
    • Search.pm - Represents a single search. Returns a List object when executed.
    • Session.pm - A link between a web request (or command line script), a language, a database connection and a repository.
    • StyleGuide.pm - Notes on how to write EPrints code.
    • SystemSettings.pm - Created by the installation. Contains information on your apache version, where commands are to be found and where EPrints is installed.
    • TempDir.pm - Creates and removes tmp directories.
    • Time.pm - Functions related to time and date processing.
    • Utils.pm - Misc. functions.
    • Workflow/
      • Processor.pm -
      • Stage.pm -
    • Workflow.pm -
    • XML/
      • DOM.pm -
      • EPC.pm - Code to handle processing the epc namespace: eg. <epc:if>
      • GDOME.pm -
      • LibXML.pm -
    • XML.pm - Abstraction to handle diferent XML libraries. (DOM, GDOME, LibXML)