Difference between revisions of "Perl lib/"

From EPrints Documentation
Jump to: navigation, search
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{dirs}}
 
{{noeditdir}}
 
{{noeditdir}}
  
Line 6: Line 7:
 
** '''[[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 12:04, 15 January 2007

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.