Difference between revisions of "Perl lib/"

From EPrints Documentation
Jump to: navigation, search
 
m
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{dirs}}
 +
{{noeditdir}}
 +
 +
This directory contains a number of perl modules which are packaged with the EPrints distribution. These have their own licenses (other than [https://www.gnu.org/licenses/licenses.html#GPL GPL]), mostly the same as Perl itself. Only the contents of EPrints.pm and EPrints/ are created by the EPrints team.
 +
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/perl_lib'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/perl_lib'''
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Apache|Apache/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Apache|Apache/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Compat|Compat/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Compat|Compat/]]''' -
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints|EPrints/]]''' -
+
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints|EPrints/]]''' - Contains all the EPrints:: perl modules.
** '''EPrints.pm''' -
+
** '''EPrints.pm''' - "use" this module to use EPrints, it loads all the other modules for your convenience.
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/File|File/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/File|File/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Filesys|Filesys/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Filesys|Filesys/]]''' -

Revision as of 14:51, 19 January 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.

This directory contains a number of perl modules which are packaged with the EPrints distribution. These have their own licenses (other than GPL), mostly the same as Perl itself. Only the contents of EPrints.pm and EPrints/ are created by the EPrints team.