Skip to content

Islandora/tuque

 
 

Repository files navigation

Tuque Build Status

Introduction

This is the API that Islandora uses to communicate with Fedora Commons.

Requirements

  • PHP 5.3+

Installation

Tuque is expected to be in one of two paths:

  • sites/all/libraries/tuque (libraries directory may need to be created)
  • islandora_folder/libraries/tuque

Configuration

There is a configuration option that if set in the ini will override the control group of the RELS-EXT and RELS-INT datastreams. We default these control groups to X if the setting is not present. Setting this to M can increase the stability and performance of Fedora.

[Tuque]
tuque.rels_ds_control_group = M

USE AT YOUR OWN RISK!

There are issues that are inconsistent across Fedora versions and not fully explored with making the relation datastreams managed.

Tests with the Islandora UI and Fedora 3.6.2 have not shown issues.

Documentation

Further documentation for this module is available at our wiki.

Troubleshooting/Issues

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

Maintainers/Sponsors

Current maintainers:

Development

If you would like to contribute to this module, please check out CONTRIBUTING.md. In addition, we have helpful Documentation for Developers info, as well as our Developers section on the Islandora.ca site.

License

GPLv3

About

A repository agnostic API to allow Islandora to connect to repositories

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Shell 0.3%