Difference between revisions of "EdShareCollectionsInstallation"

From EPrints Documentation
Jump to: navigation, search
Line 1: Line 1:
== Introduction ==
+
==Introduction==
 
The collections module is part of [[OneShare]]. It is based on code developed in EdShare and OneBox. The goal of this project is to produce a package that allows the easy installation of the collections functionality on a vanilla EPrints installation.
 
The collections module is part of [[OneShare]]. It is based on code developed in EdShare and OneBox. The goal of this project is to produce a package that allows the easy installation of the collections functionality on a vanilla EPrints installation.
  
== Files ==
+
==Installation==
 +
 
 +
==Files==
 
* archives/ARCHIVE_ID/cfg/plugins/EPrints/Plugin/Collection.pm - This is the main extension of [[API:EPrints/DataObj/EPrint | EPrints::DataObj::EPrint]] to make a collection object.
 
* archives/ARCHIVE_ID/cfg/plugins/EPrints/Plugin/Collection.pm - This is the main extension of [[API:EPrints/DataObj/EPrint | EPrints::DataObj::EPrint]] to make a collection object.
 
* perl_lib/EPrints/Plugin/InputForm/Component/Field/CollectionSelect.pm - This is the input form component that is used to populate a collection. This should perhaps be moved into the archive directory and symbolically linked into the perl_lib directory, this prevents requiring any major changes to the EPrints core.
 
* perl_lib/EPrints/Plugin/InputForm/Component/Field/CollectionSelect.pm - This is the input form component that is used to populate a collection. This should perhaps be moved into the archive directory and symbolically linked into the perl_lib directory, this prevents requiring any major changes to the EPrints core.
  
== Packaging Notes ==
+
==Packaging Notes==
 
Please take note of the following notes when moving from the original collections module to the repackaged version.
 
Please take note of the following notes when moving from the original collections module to the repackaged version.
  
 
* EPrints::Plugin::InputForm::Component::Field::CollectionSelect
 
* EPrints::Plugin::InputForm::Component::Field::CollectionSelect
 
** get_state_params_OLD has been removed from this version.
 
** get_state_params_OLD has been removed from this version.

Revision as of 14:18, 6 November 2009

Introduction

The collections module is part of OneShare. It is based on code developed in EdShare and OneBox. The goal of this project is to produce a package that allows the easy installation of the collections functionality on a vanilla EPrints installation.

Installation

Files

  • archives/ARCHIVE_ID/cfg/plugins/EPrints/Plugin/Collection.pm - This is the main extension of EPrints::DataObj::EPrint to make a collection object.
  • perl_lib/EPrints/Plugin/InputForm/Component/Field/CollectionSelect.pm - This is the input form component that is used to populate a collection. This should perhaps be moved into the archive directory and symbolically linked into the perl_lib directory, this prevents requiring any major changes to the EPrints core.

Packaging Notes

Please take note of the following notes when moving from the original collections module to the repackaged version.

  • EPrints::Plugin::InputForm::Component::Field::CollectionSelect
    • get_state_params_OLD has been removed from this version.