Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islandora/islandora_solution_pack_collection
Allows Islandora to view and manipulate objects as a collection. Installing the module allows collections to be viewed and created, and adds the 'Collection' button to all collections' management pages.
https://github.com/islandora/islandora_solution_pack_collection
islandora-legacy
Last synced: 8 days ago
JSON representation
Allows Islandora to view and manipulate objects as a collection. Installing the module allows collections to be viewed and created, and adds the 'Collection' button to all collections' management pages.
- Host: GitHub
- URL: https://github.com/islandora/islandora_solution_pack_collection
- Owner: Islandora
- License: gpl-3.0
- Created: 2012-06-08T18:38:41.000Z (over 12 years ago)
- Default Branch: 7.x
- Last Pushed: 2020-11-02T15:03:03.000Z (about 4 years ago)
- Last Synced: 2023-03-11T12:46:11.395Z (almost 2 years ago)
- Topics: islandora-legacy
- Language: PHP
- Homepage:
- Size: 781 KB
- Stars: 8
- Watchers: 19
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Collection Solution Pack [![Build Status](https://travis-ci.org/Islandora/islandora_solution_pack_collection.png?branch=7.x)](https://travis-ci.org/Islandora/islandora_solution_pack_collection)
## Introduction
Adds all required Fedora objects to allow for the creation of collections and the management of collections and child objects.
This module is required for islandora to have collection functionality.## Requirements
This module requires the following modules/libraries:
* [Islandora](https://github.com/islandora/islandora)
* [Tuque](https://github.com/islandora/tuque)**NOTE**: The collection solution pack either requires that the [resource index](https://wiki.duraspace.org/display/FEDORA37/Resource+Index) is enabled in Fedora or you have the [Islandora Solr](https://github.com/islandora/islandora_solr_search) module installed to perform its queries.
## Installation
Install as usual, see [this](https://drupal.org/documentation/install/modules-themes/modules-7) for further information.
## Configuration
Set the default number of collection objects per page, view style, and configuration options in Administration » Islandora » Core Collection (admin/islandora/basic_collection).
![Configuration screen 1](https://user-images.githubusercontent.com/2857697/39012304-aefb387a-43d9-11e8-8077-9146dcff2ef5.jpg)
**Display Generation** allows you to select one of the hookable backends for generating the list of objects in a collection.
_Note_: **Solr** option only appears if you have the [Islandora Solr](https://github.com/islandora/islandora_solr_search) module installed.
![Configuration screen 2](https://user-images.githubusercontent.com/2857697/39012313-b1262678-43d9-11e8-988b-f62c0fb0d5b5.jpg)
## Documentation
Further documentation for this module is available at [our wiki](https://wiki.duraspace.org/display/ISLANDORA/Collection+Solution+Pack).
## Troubleshooting/Issues
Having problems or solved a problem? Check out the Islandora google groups for a solution.
* [Islandora Group](https://groups.google.com/forum/?hl=en&fromgroups#!forum/islandora)
* [Islandora Dev Group](https://groups.google.com/forum/?hl=en&fromgroups#!forum/islandora-dev)## Maintainers/Sponsors
Current maintainers:* [William Panting](https://github.com/willtp87)
## Development
If you would like to contribute to this module, please check out [CONTRIBUTING.md](CONTRIBUTING.md). In addition, we have helpful [Documentation for Developers](https://github.com/Islandora/islandora/wiki#wiki-documentation-for-developers) info, as well as our [Developers](http://islandora.ca/developers) section on the [Islandora.ca](http://islandora.ca) site.
## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)