Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakamura196/drupal-module-iiifserver
IIIF Server is a module for Drupal that integrates the IIIF specifications.
https://github.com/nakamura196/drupal-module-iiifserver
drupal iiif
Last synced: 21 days ago
JSON representation
IIIF Server is a module for Drupal that integrates the IIIF specifications.
- Host: GitHub
- URL: https://github.com/nakamura196/drupal-module-iiifserver
- Owner: nakamura196
- License: apache-2.0
- Created: 2023-07-27T13:41:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-07T23:26:43.000Z (28 days ago)
- Last Synced: 2024-12-08T00:20:19.404Z (28 days ago)
- Topics: drupal, iiif
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IIIF Server
## Overview
IIIF Server is a custom Drupal module designed to integrate the IIIF specifications into your Drupal site.
## Features
- IIIF Integration: Seamlessly integrates IIIF specifications into Drupal.
## Requirements
- Drupal: Version 10 or later.
- PHP: Ensure your PHP version meets Drupal’s requirements.
- IIIF-Compatible Media Server: Optional but recommended for advanced IIIF functionality.## Installation
- Place the iiif_server module folder in your modules/custom directory.
- Enable the module using the Drupal admin interface or Drush:```bash
drush en iiif_server
```- Clear the cache:
```bash
drush cr
```## Usage
- Navigate to the module’s configuration page (/admin/config/iiif_server).
## Troubleshooting
- Ensure that your server meets all requirements.
- Check the Drupal logs (/admin/reports/dblog) for any errors.## Contributing
If you’d like to contribute to the development of this module, please create a pull request or report issues in the repository.
## License
This module is licensed under the [Apache License, Version 2.0](LICENSE).
## Acknowledgments
- This module leverages the IIIF API specifications.
- Inspired by the need for robust media handling in Drupal.