This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Implements hook_permission(). | |
*/ | |
function islandora_fits_permission() { | |
return array( | |
'view technical metadata' => array( | |
'title' => 'View technical metadata', | |
), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Implements hook_menu(). | |
*/ | |
function islandora_fits_menu() { | |
$items = array(); | |
$items['islandora/object/%islandora_object/manage/fits_metadata'] = array( | |
'title' => 'Technical Metadata', | |
'type' => MENU_LOCAL_TASK, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Implements hook_islandora_object_ingested(). | |
* | |
* Create technical metadata (specifically FITS) datastreams for the | |
* input object. | |
*/ | |
function islandora_fits_islandora_object_ingested(AbstractObject $object) { | |
module_load_include('inc', 'islandora_fits', 'includes/utilities'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Notify modules that the given object was ingested. | |
* | |
* This hook is called after an object has been successfully ingested. | |
* | |
* @note | |
* If ingested directly via the FedoraApiM object this will not be called | |
* as we don't have acces to the ingested object at that time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<foxml:digitalObject VERSION="1.1" PID="changeme:20" | |
xmlns:foxml="info:fedora/fedora-system:def/foxml#" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd"> | |
<foxml:objectProperties> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Portugal image 020"/> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2013-12-18T06:52:42.871Z"/> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<premis xmlns="info:lc/xmlns/premis-v2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:lc/xmlns/premis-v2 http://www.loc.gov/standards/premis/v2/premis.xsd" version="2.2"> | |
<!--PREMIS data for Islandora object changeme:20. Contains object entries for each Managed datastream | |
in an Islandora object, and event entries documenting all fixity checks performed on versions of those datastreams. | |
Note that a datastream version that has never had a fixity check performed on it will not be linked to any fixity | |
check events.--> | |
<!--'Internal' eventIdentifierType values are comprised of Fedora datasteam ID plus ':' plus Fedora Audit Record ID.--> | |
<object xsi:type="file"> | |
<objectIdentifier> | |
<objectIdentifierType>Fedora Commons datastreamVersion ID</objectIdentifierType> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<foxml:digitalObject VERSION="1.1" PID="changeme:23" | |
xmlns:foxml="info:fedora/fedora-system:def/foxml#" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd"> | |
<foxml:objectProperties> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Portugal image 023"/> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/> | |
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2013-12-18T06:52:54.617Z"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<premis xmlns="info:lc/xmlns/premis-v2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:lc/xmlns/premis-v2 http://www.loc.gov/standards/premis/v2/premis.xsd" version="2.2"> | |
<!--PREMIS data for Islandora object yul:89067. Contains object entries for each datastream | |
in an Islandora object, and event entries documenting all fixity checks performed on versions of those datastreams. | |
Note that a datastream version that has never had a fixity check performed on it will not be linked to any fixity | |
check events.--> | |
<!--'Internal' eventIdentifierType values are comprised of Fedora datasteam ID plus ':' plus Fedora Audit Record ID.--> | |
<object xsi:type="file"> | |
<objectIdentifier> | |
<objectIdentifierType>Fedora Commons datastreamVersion ID</objectIdentifierType> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<premis xmlns="info:lc/xlmns/premis-v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:lc/xlmns/premis-v2 http://www.loc.gov/standards/premis/v2/premis.xsd"> | |
<!--PREMIS data for Islandora object islandora:1. Contains object entries for each Managed datastream | |
in an Islandora object, and event entries documenting all fixity checks performed on versions of those datastreams. | |
Note that a datastream version that has never had a fixity check performed on it will not be linked to any fixity | |
check events.--> | |
<!--'Internal' eventIdentifierType values are comprised of Fedora datasteam ID plus ':' plus Fedora Audit Record ID.--> | |
<object> | |
<objectIdentifier> | |
<objectIdentifierType>Fedora Commons datastreamVersion ID</objectIdentifierType> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<premis xmlns="info:lc/xlmns/premis-v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:lc/xlmns/premis-v2 http://www.loc.gov/standards/premis/v2/premis.xsd"> | |
<!--PREMIS data for Islandora object changeme:15. Contains object entries for each Managed datastream | |
in an Islandora object, and event entries documenting all fixity checks performed on versions of those datastreams. | |
Note that a datastream version that has never had a fixity check performed on it will not be linked to any fixity | |
check events.--> | |
<!--'Internal' eventIdentifierType values are comprised of Fedora datasteam ID plus ':' plus Fedora Audit Record ID.--> | |
<object> | |
<objectIdentifier> | |
<objectIdentifierType>Fedora Commons datastreamVersion ID</objectIdentifierType> |