Go to file
jorge f4dd74f156 changed README with install info 2021-07-15 14:21:21 +02:00
asset/img/blue-text First commit 2021-03-04 16:33:19 +01:00
config Updated module.ini 2021-03-14 15:24:40 +01:00
src/DataType Added origin URLs 2021-03-05 11:47:18 +01:00
LICENSE Added License 2021-03-05 11:43:57 +01:00
Module.php First commit 2021-03-04 16:33:19 +01:00
README.md changed README with install info 2021-07-15 14:21:21 +02:00

README.md

Custom License Types

Based on RightsStatements https://github.com/zerocrates/RightsStatements

An Omeka S module to allow users to easily select a license from a drop down list.

The module adds a "CustomLicenseTypes" data type.

Installation

Download the resource zip or tgz file. Unpage the file and name it CustomLicenseTypes. Move the module to ./modules and ensure correct webserver permissions.

cd ./modules
wget https://git.hangar.org/arcHIVE-tech/Omeka-License-Types/archive/main.zip
unzip main.zip
mv omeka-license-types CustomLicenseTypes
chown -R www-data:www-data CustomLicenseTypes
rm main.zip

Usage

To use it, you can assign it as the data type for a property (like the Dublic Core License property).

When the "Custom License Type" type is used on a property, the UI for that property becomes a drop-down with the appropriate terms for the user to select. Both the human-readable name and the linked data URI for the selected statement are applied to the item.