For more information about this repository, visit the project page at https://www.drupal.org/project/media_attribution
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexander O'Neill 03bed67157 Add drupal:media_library dependency. 2 years ago
config/optional Add module explicit dependencies. 6 years ago
images Add default licenses and icons. 6 years ago
src Drupal 10 compatibility fixes. 2 years ago
templates Add templates for license_attribution view mode. 4 years ago
LICENSE.txt Add license and update readme. 6 years ago
README.md Add installation instructions to README. 4 years ago
composer.json Re-add patch for Integrity constraint violation in Paragraphs. 4 years ago
drush.services.yml Add Drush command to bulk load licenses. 5 years ago
media_attribution.default.licenses.yml Add Drush command to bulk load licenses. 5 years ago
media_attribution.info.yml Add drupal:media_library dependency. 2 years ago
media_attribution.module Drupal 10 compatibility fixes. 2 years ago

README.md

Installation

Use composer to download the module, there is an open issue on Drupal.org in Paragraphs that prevents this module from working without a patch. Composer should apply the patch automatically.

composer require drupal/media_attribution

The issue the patch comes from is at https://www.drupal.org/project/paragraphs/issues/2901390

When you install the module, it creates the following configurations:

  • Taxonomy vocabulary
    • Licences (media_attribution_licenses) - Includes License Link and License Icon fields
      • The vocabulary is populated with a set of Creative Commons licenses.
  • Paragraphs type
    • License Attribution (license_attribution)
      • This field is automatically added to the Image media type on install.

Use

The installation script automatically adds the attribution paragraphs field to the Image media type if it exists. Otherwise adding attribution can be done at Admin -> Structure -> Media Types.

When you click the Embed Media button, the attribution links fields will show up in the Media along with Title, Alt text, etc. Alternatively you can edit the media content entity directly.

The attribution paragraph field has the following components

  • Source Work link, including a title and URL. This title is usually the title of the original work.

  • Original Author link, including name and URL of the author's home page.

  • License type - optional, the license under which the linked work is released.

  • Free-form attribution text - optional, arbitrary text to clarify attribution. If no license is selected, this text can be used to identify copyrighted works with e.g., "All rights reserved, used with permisssion."

This source and author info will be rendered below an embedded media object when showing the node, following the format preferred by Creative Commons, outlined at Best Practices for Attribution:

https://wiki.creativecommons.org/wiki/best_practices_for_attribution

Licenses

Installing the module creates License taxonomy term entries for all of the use variations of the international Creative Commons licenses. These can be edited, and other licenses can be added as needed.

Bulk-loading Licenses via Drush

Run drush help media_attribution:load_licenses for how to load license data from a YAML file.

Authors

Alexander O'Neill https://drupal.org/u/alxp

Sponsoring Organization

University of Prince Edward Island Robertson Library