Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This module makes it possible to use the alias-creating tools of Drupal's Pathauto with Islandora objects. Use this module if you want to change the appearance of the automatically generated links to Islandora objects.

The default Islandora URLs for objects follow this path structure: http://localhost:8000/islandora/object/islandora%3Aroot

Dependencies

Downloads

Release Notes and Downloads (Copy)

Latest Code on GitHub

Installation

Install as usual, see this for further information.

Configuration

Configure the path patterns using the Drupal Pathauto interface, at Administration » Configuration » Search and Metadata » URL Aliases » Patterns (admin/config/search/path/patterns).

...

You can leave the "All Islandora objects" pattern blank if you do not want to create aliases for all other Islandora objects.

Image RemovedImage Added

To enable custom paths for specific content models, first enable the desired content models at Administration » Islandora » Islandora Utility Modules » Pathauto (admin/islandora/tools/islandora-pathauto).

Image RemovedImage Added

Aliases can include the object's pid ([fedora:pid]), the Fedora label ([fedora:label]), the namespace ([fedora:namespace]), and/or the pid without the namespace ([fedora:shortpid]). See the documentation for Pathauto for more information on creating aliases and read the FAQ below.

Use Bulk Generate to generate URL aliases for items that currently have no aliases.

Image RemovedImage Added

FAQ

Q. Why don't the datastreams also follow the alias of the object?

...