⧼vector-jumptocontent⧽

Screen Plugins: Difference between revisions

From EPrints Documentation
No edit summary
 
No edit summary
Line 1: Line 1:
[[Category:Configuration]]
[[Category:Rubbish]]
Screen Plugins are used to handle the User Interface. Screen plugins provide the UI to the user-interaction parts of EPrints. A screen plugin can include:
Screen Plugins are used to handle the User Interface. Screen plugins provide the UI to the user-interaction parts of EPrints. A screen plugin can include:



Revision as of 17:05, 8 February 2010

Screen Plugins are used to handle the User Interface. Screen plugins provide the UI to the user-interaction parts of EPrints. A screen plugin can include:

  • A render (a screen plugin can actually have several pages (like a search) or none (like the eprint move plugin). Most have a single page of output.
  • Actions - things which modify the system in some way.
  • Rights testing - the entire plugin, and individual actions, can be restricted in various ways.

See Also: List of Core Screen Plugins