Drupal modules for browsing and managing Fedora-based digital repositories.
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.
 
 
 
 
Nigel Banks 0f7e762185 Temporary fix for travis pull request, revert these changes after code review has been completed. 11 years ago
build Buildfile and Doxyfile 12 years ago
css Update print to use better css and new metadata framework. 11 years ago
images Added the ability to print dc info and images for basic image, large image and pdf solution packs. 11 years ago
includes Now supports the Tuque interface required for Fedora 4 development. 11 years ago
js re-hiding buttons to prevent errors, only preventing submit on safari 11 years ago
policies Added two more policies, not necessarily required for all users. 12 years ago
tests Temporary fix for travis pull request, revert these changes after code review has been completed. 11 years ago
theme add filter xss 11 years ago
xml Attempt to normalize XML data-streams when comparing for equality. 11 years ago
.gitignore Created hooks and implemented them as part of the tuque wrapper classes. 12 years ago
.travis.yml Update travis for fedora 3.7.0 11 years ago
LICENSE.txt File naming conventions. 12 years ago
README.md Added i18n support for DC metadata labels. 11 years ago
build.xml remove some files from code coverage 11 years ago
islandora.api.php added ability to specify file for ingest callbacks 11 years ago
islandora.drush.inc Add some examples. 11 years ago
islandora.info Now supports the Tuque interface required for Fedora 4 development. 11 years ago
islandora.install Added codesniffer to travisci 12 years ago
islandora.module Can now uninstall islandora and dependant solution packs. 11 years ago
islandora.rules.inc Changed Parameter Type Hinting to only use the top level Abstract class 12 years ago

README.md

BUILD STATUS

Current build status: Build Status

CI Server: http://jenkins.discoverygarden.ca

SUMMARY

Islandora Fedora Repository Module

For installation and customization instructions please see the documentation and the DuraSpace Wiki:

https://wiki.duraspace.org/display/ISLANDORA/Islandora

All bugs, feature requests and improvement suggestions are tracked at the DuraSpace JIRA:

https://jira.duraspace.org/browse/ISLANDORA

REQUIREMENTS

The Tuque library must be installed to use Islandora. It can be found here: http://github.com/Islandora/tuque It is expected to be in one of two paths:

  • sites/all/libraries/tuque (libraries directory may need to be created)
  • islandora_folder/libraries/tuque

OPTIONAL REQUIREMENTS

If you want to support languages other than English download and enable String Translation, And follow our guide for setting up additional languges.

INSTALLATION

Before installing Islandora the XACML policies located in the policies folder should be copied into the Fedora global XACML policies folder. This will allow "authenticated users" in Drupal to access Fedora API-M functions.

You will also have to remove some default policies if you want full functionality as well.

Remove deny-purge-datastream-if-active-or-inactive.xml to allow for purging of datastream versions.

CONFIGURATION

The islandora_drupal_filter passes the username of 'anonymous' through to Fedora for unauthenticated Drupal Users. A user with the name of 'anonymous' may have XACML policies applied to them that are meant to be applied to Drupal users that are not logged in or vice-versa. This is a potential security issue that can be plugged by creating a user named 'anonymous' and restricting access to the account.

Drupal's cron will can be ran to remove expired authentication tokens.

CUSTOMIZATION

Customize ingest forms

TROUBLESHOOTING

F.A.Q.

CONTACT

SPONSORS