2021-03-04 16:33:19 +01:00
|
|
|
# Custom License Types
|
|
|
|
|
2021-03-05 11:43:57 +01:00
|
|
|
Based on **RightsStatements**
|
2021-03-04 16:33:19 +01:00
|
|
|
https://github.com/zerocrates/RightsStatements
|
|
|
|
|
2021-03-05 11:43:57 +01:00
|
|
|
An Omeka S module to allow users to easily select a license from a drop down list.
|
2021-03-04 16:33:19 +01:00
|
|
|
|
2021-03-05 11:43:57 +01:00
|
|
|
The module adds a "CustomLicenseTypes" data type.
|
|
|
|
|
|
|
|
To use it, you can assign it as the data type for a property (like the Dublic Core License property).
|
2021-03-04 16:33:19 +01:00
|
|
|
|
|
|
|
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.
|