Drupal modules for browsing and managing Fedora-based digital repositories.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Rosie Le Faive b8f0b9c966
Allow NodeHasMediaUse view filter to work on views with node relationships. (#1010)
4 months ago
.github Fix Functional Javascript CI tests (#1004) 5 months ago
config Add PHP 8.2 <strike>and Drupal 10.2</strike> to testing matrix (#987) 11 months ago
css minor changes and post_update for delete_media_and_files 2 years ago
migrate Add "islandora_models" terms for Compound and Newspaper (#810) 4 years ago
modules Allow application/xml in OCR Action. 4 months ago
src Allow NodeHasMediaUse view filter to work on views with node relationships. (#1010) 4 months ago
tests Fix Functional Javascript CI tests (#1004) 5 months ago
.gitignore Added islandora_advanced_search module. 4 years ago
CONTRIBUTING.md Start fixing branches to semver. 3 years ago
COPYRIGHT Copyright notice for GPL2 (#752) 5 years ago
LICENSE Use the correct LICENSE. 8 years ago
README.md Update README.md 1 year ago
composer.json Allow filehash 3 (#1016) 5 months ago
drush.services.yml D9 islandora (#809) 4 years ago
islandora.info.yml Remove Feature-ness of Islandora Core Feature. (#968) 9 months ago
islandora.install Add config option to redirect after media add. 1 year ago
islandora.libraries.yml minor changes and post_update for delete_media_and_files 2 years ago
islandora.links.action.yml Upload form (#754) 3 years ago
islandora.links.menu.yml Mjordan issue 1521 redo (#835) 3 years ago
islandora.module Update islandora.module (#1008) 6 months ago
islandora.permissions.yml Content modeling overhaul (#86) 6 years ago
islandora.post_update.php minor changes and post_update for delete_media_and_files 2 years ago
islandora.routing.yml Fix/batch upload children, with validation according to default widget (#896) 2 years ago
islandora.services.yml Use new package 1 year ago
islandora.tokens.inc Do not render the pdf_url metatag if there is no value (#985) 11 months ago
islandora.views.inc Allow media to use integer weight selector. (#894) 2 years ago
phpunit.xml Fix Functional Javascript CI tests (#1004) 5 months ago

README.md

Islandora

Minimum PHP Version Build Status Contribution Guidelines LICENSE codecov

Introduction

This is the core module of Islandora's digital repository ecosystem. The islandora module provides:

  • Fedora 5 integration via the flysystem module
  • Integration with the context module to control your digital repository's behaviour
  • Publishing messages to a queue so they can be processed in the background

islandora contains several submodules and features:

  • islandora_core_feature (required)
    • Configuration required by the islandora module
  • islandora_image
    • Integrates with a Houdini (Imagemagick) server for image processing
  • islandora_audio and islandora_video
    • Integrate with a Homarus (ffmpeg) server for audio/video processing
  • islandora_text_extraction and islandora_text_extraction_defaults
    • Integrate with a Hypercube (tessseract and pdftotext) server for text extraction
  • islandora_breadcrumbs
    • Provides breadcrumbs following collection structure
  • islandora_iiif
    • Provides IIIF manifests for repository content

Requirements

Installing via composer will download all required libraries and modules. However, for reference, islandora requires the following drupal modules:

It also requires the following PHP libraries:

If you are using a Drush version less than 10.4 you will also need to install and enable migrate_tools separately.

Installation

For a full digital repository solution, see our installation documentation.

To download/enable just this module, use the following from the command line:

$ composer require islandora/islandora
$ drush en islandora_core_feature
$ drush mim islandora_tags

Configuration

image

You can set the following configuration at admin/config/islandora/core:

  • Broker URL
    • The URL to your message broker (i.e. Activemq)
  • JWT Expiry
    • Set to increase the amount of time that authorization tokens remain valid. If you have a long running derivative processes or a migration, you may need to set this to be a very long time, e.g. 500d. Otherwise, it's best to leave it alone.
  • Gemini URL
    • The URL to your Gemini server, which keeps track of where Islandora content is in Fedora.
  • Fedora URL Display
    • Selected bundles can display the Fedora URL for repository content.

Documentation

Further documentation for this module is available on the Islandora 8 documentation site.

Troubleshooting/Issues

Having problems or solved a problem? Check out the Islandora google groups for a solution.

Maintainers

Current maintainers:

Sponsors

Development

If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!

If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributor License Agreements page on the islandora-community wiki for more information.

We recommend using the islandora-playbook to get started.

License

GPLv2