Difference between revisions of "Category:Plugins"

From EPrints Documentation
Jump to: navigation, search
(Created page with 'EPrints has a powerful plugin system. Infact most of the screens the user interacts with in EPrints are plugins. Examples include the "Manage Deposits" all the input components i…')
 
Line 1: Line 1:
 
EPrints has a powerful plugin system. Infact most of the screens the user interacts with in EPrints are plugins. Examples include the "Manage Deposits" all the input components in the workflow and all of the importers and exporters.
 
EPrints has a powerful plugin system. Infact most of the screens the user interacts with in EPrints are plugins. Examples include the "Manage Deposits" all the input components in the workflow and all of the importers and exporters.
  
If you want to really customise your EPrints repository you probably want to write a plugin.
+
If you want to really customise your EPrints repository you probably want to write a plugin. You will find the following materials really helpful.
  
[[How to write plugins]] - An introduction and tutorial to writing eprints plugins.
+
* [[How to write plugins]] - An introduction and tutorial to writing eprints plugins.
  
[http://files.eprints.org] - A repository of EPrints plugins which already exist. It might be worth having a look here to see if someone has already done the work for you. If they haven't you should upload your stuff. It might save someone (even yourself) some work in future.
+
* [http://files.eprints.org http://files.eprints.org] - A repository of EPrints plugins which already exist. It might be worth having a look here to see if someone has already done the work for you. If they haven't you should upload your stuff. It might save someone (even yourself) some work in future.

Revision as of 11:18, 12 February 2010

EPrints has a powerful plugin system. Infact most of the screens the user interacts with in EPrints are plugins. Examples include the "Manage Deposits" all the input components in the workflow and all of the importers and exporters.

If you want to really customise your EPrints repository you probably want to write a plugin. You will find the following materials really helpful.

  • http://files.eprints.org - A repository of EPrints plugins which already exist. It might be worth having a look here to see if someone has already done the work for you. If they haven't you should upload your stuff. It might save someone (even yourself) some work in future.