Difference between revisions of "EPrints4 CORE"

From EPrints Documentation
Jump to: navigation, search
(Created page with 'Packages that are considered CORE in EPrints4 - this will form the "CORE API" that other extensions can build upon. Note that this is not an official document and any informatio…')
 
m (Change category Developer to Contribute)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Eprints4]]
 +
[[Category:Contribute]]
 
Packages that are considered CORE in EPrints4 - this will form the "CORE API" that other extensions can build upon.
 
Packages that are considered CORE in EPrints4 - this will form the "CORE API" that other extensions can build upon.
  
 
Note that this is not an official document and any information on this page should not be taken as the law.
 
Note that this is not an official document and any information on this page should not be taken as the law.
  
* ACL.pm
+
* Core - core
* Apache.pm
+
** ACL.pm
* Apache/Auth.pm
+
** Apache.pm
* Apache/Conf.pm
+
** Apache/Auth.pm
* CLIProcessor.pm
+
** Apache/Conf.pm
* Config.pm
+
** Apache/Handler.pm
* Const.pm
+
** CLIProcessor.pm
* Database.pm
+
** Config.pm
* Database/*
+
** Const.pm
* DataObj.pm
+
** Database.pm
* DataObj/*
+
** Database/*
* DataSet.pm
+
** DataObj.pm
* Email.pm
+
** DataObj/*
* Index.pm
+
** DataSet.pm
* Index/*
+
** Email.pm
* Language.pm
+
** Index.pm
* List.pm
+
** Index/*
* MetaField.pm
+
** Language.pm
* MetaField/*
+
** List.pm
* NamedSet.pm
+
** MetaField.pm
* Plugin.pm
+
** MetaField/*
* PluginFactory.pm
+
** NamedSet.pm
* RepositoryConfig.pm
+
** Plugin.pm
* Repository.pm
+
** PluginFactory.pm
* Storage.pm
+
** RepositoryConfig.pm
* System.pm
+
** Repository.pm
* System/*
+
** Storage.pm
* SystemSettings.pm
+
** System.pm
* Test.pm
+
** System/*
* Test/*
+
** SystemSettings.pm
* Time.pm
+
** Test.pm
* URL.pm
+
** Test/*
* Xapian.pm
+
** Time.pm
* Xapian/*
+
** URL.pm
* XML.pm
+
** Xapian.pm
* XML/*
+
** Xapian/*
 +
** XML.pm
 +
** XML/*
 +
 
 +
* Core - plugins
 +
** Controller.pm
 +
** Controller/*
 +
** Convert.pm
 +
** Event.pm
 +
** Event/*
 +
** Export.pm
 +
** Export/*
 +
** Import.pm
 +
** Import/*
 +
** Screen.pm
 +
** Screen/*
 +
** Storage.pm
 +
** Storage/*
 +
 
 +
* Uncertain future
 +
 
 +
Not quite decided what will happen to the following former core modules. Note that plenty of modules have been removed already.
 +
 
 +
** Page.pm
 +
** Page/*
 +
** Probity.pm
 +
** ScreenProcessor.pm
 +
** Script.pm
 +
** Script/*
 +
** Search.pm
 +
** Search/*
 +
** Sword/*
 +
** Update/*
 +
** Utils.pm
 +
** XHTML.pm

Latest revision as of 23:54, 11 September 2018

Packages that are considered CORE in EPrints4 - this will form the "CORE API" that other extensions can build upon.

Note that this is not an official document and any information on this page should not be taken as the law.

  • Core - core
    • ACL.pm
    • Apache.pm
    • Apache/Auth.pm
    • Apache/Conf.pm
    • Apache/Handler.pm
    • CLIProcessor.pm
    • Config.pm
    • Const.pm
    • Database.pm
    • Database/*
    • DataObj.pm
    • DataObj/*
    • DataSet.pm
    • Email.pm
    • Index.pm
    • Index/*
    • Language.pm
    • List.pm
    • MetaField.pm
    • MetaField/*
    • NamedSet.pm
    • Plugin.pm
    • PluginFactory.pm
    • RepositoryConfig.pm
    • Repository.pm
    • Storage.pm
    • System.pm
    • System/*
    • SystemSettings.pm
    • Test.pm
    • Test/*
    • Time.pm
    • URL.pm
    • Xapian.pm
    • Xapian/*
    • XML.pm
    • XML/*
  • Core - plugins
    • Controller.pm
    • Controller/*
    • Convert.pm
    • Event.pm
    • Event/*
    • Export.pm
    • Export/*
    • Import.pm
    • Import/*
    • Screen.pm
    • Screen/*
    • Storage.pm
    • Storage/*
  • Uncertain future

Not quite decided what will happen to the following former core modules. Note that plenty of modules have been removed already.

    • Page.pm
    • Page/*
    • Probity.pm
    • ScreenProcessor.pm
    • Script.pm
    • Script/*
    • Search.pm
    • Search/*
    • Sword/*
    • Update/*
    • Utils.pm
    • XHTML.pm