Difference between revisions of "EPrints4 CORE"

From EPrints Documentation
Jump to: navigation, search
m (Change category Developer to Contribute)
 
(2 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.
  
Line 4: Line 6:
  
 
* Core - core
 
* Core - core
 
 
** ACL.pm
 
** ACL.pm
 
** Apache.pm
 
** Apache.pm
Line 44: Line 45:
  
 
* Core - plugins
 
* Core - plugins
 
 
** Controller.pm
 
** Controller.pm
 
** Controller/*
 
** Controller/*

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