Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.66 KB

File metadata and controls

46 lines (27 loc) · 1.66 KB

Islandora Repository Connection Configuration

Introduction

Tuque has a number of parameters which are not otherwise exposed... So let's expose them.

Requirements

While it does not strictly require them, this module's only purpose is to augment:

Installation

Install as usual, see this for further information.

Usage

We add another vertical tab to admin/islandora/configure, called "Tuque connection config", to expose connection parameters.

There are a couple excluded from our form, such as:

  • HttpConnection::$sslVersion, corresponding to CURLOPT_SSLVERSION (which presently has a big note in the PHP manual pages recommending the default)
  • HttpConnection::$url, since it is URL provided in the core config
  • HttpConnection::$username and HttpConnection::$password, since they are handled in our usual instantiation routine (set with the current user creds)

Troubleshooting/Issues

Having problems or solved a problem? Contact discoverygarden.

Maintainers/Sponsors

Current maintainers:

Development

If you would like to contribute to this module, please check out our helpful Documentation for Developers info, Developers section on Islandora.ca and contact discoverygarden.

License

GPLv3