mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
DS-2302 Remove license information from config files
Also removed excess text
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Created on : January 23, 2013, 1:26 PM
|
Created on : January 23, 2013, 1:26 PM
|
||||||
Updated on : November 26, 2015, 3:00 PM
|
Updated on : November 26, 2015, 3:00 PM
|
||||||
Author : pbecker, ffuerste
|
Author : pbecker, ffuerste
|
||||||
Description: Converts metadata from DSpace Intermediat Format (DIM) into
|
Description: Converts metadata from DSpace Intermediate Format (DIM) into
|
||||||
metadata following the DataCite Schema for the Publication and
|
metadata following the DataCite Schema for the Publication and
|
||||||
Citation of Research Data, Version 3.1
|
Citation of Research Data, Version 3.1
|
||||||
-->
|
-->
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
Created on : January 23, 2013, 1:26 PM
|
Created on : January 23, 2013, 1:26 PM
|
||||||
Updated on : November 26, 2015, 3:00 PM
|
Updated on : November 26, 2015, 3:00 PM
|
||||||
Author : pbecker, ffuerste
|
Author : pbecker, ffuerste
|
||||||
Description: Converts metadata from DSpace Intermediat Format (DIM) into
|
Description: Converts metadata from DSpace Intermediate Format (DIM) into
|
||||||
metadata following the DataCite Schema for the Publication and
|
metadata following the DataCite Schema for the Publication and
|
||||||
Citation of Research Data, Version 3.1, for use with EZID.
|
Citation of Research Data, Version 3.1, for use with EZID.
|
||||||
Copied from DIM2DataCite.xsl, with small changes.
|
Copied from DIM2DataCite.xsl, with small changes.
|
||||||
|
@@ -1,10 +1,6 @@
|
|||||||
# Default MODS crosswalk configuration file. See class
|
# Default MODS crosswalk configuration file. See class
|
||||||
# org.dspace.content.crosswalk.MODSDisseminationCrosswalk for details.
|
# org.dspace.content.crosswalk.MODSDisseminationCrosswalk for details.
|
||||||
#
|
#
|
||||||
# Revision: $Revision$
|
|
||||||
#
|
|
||||||
# Date: $Date$
|
|
||||||
#
|
|
||||||
dc.contributor = <mods:name><mods:namePart>%s</mods:namePart></mods:name> | mods:namePart/text()
|
dc.contributor = <mods:name><mods:namePart>%s</mods:namePart></mods:name> | mods:namePart/text()
|
||||||
dc.contributor.advisor = <mods:name><mods:role><mods:roleTerm type="text">advisor</mods:roleTerm></mods:role><mods:namePart>%s</mods:namePart></mods:name> | mods:namePart/text()
|
dc.contributor.advisor = <mods:name><mods:role><mods:roleTerm type="text">advisor</mods:roleTerm></mods:role><mods:namePart>%s</mods:namePart></mods:name> | mods:namePart/text()
|
||||||
dc.contributor.author = <mods:name><mods:role><mods:roleTerm type="text">author</mods:roleTerm></mods:role><mods:namePart>%s</mods:namePart></mods:name> | mods:namePart/text()
|
dc.contributor.author = <mods:name><mods:role><mods:roleTerm type="text">author</mods:roleTerm></mods:role><mods:namePart>%s</mods:namePart></mods:name> | mods:namePart/text()
|
||||||
|
@@ -1,18 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
<!-- http://www.openarchives.org/OAI/2.0/oai_dc.xsd -->
|
||||||
|
<xsl:stylesheet
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
> http://www.openarchives.org/OAI/2.0/oai_dc.xsd
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright detailed
|
|
||||||
in the LICENSE and NOTICE files at the root of the source tree and available
|
|
||||||
online at http://www.dspace.org/license/
|
|
||||||
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" version="1.0">
|
xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" version="1.0">
|
||||||
|
@@ -1,15 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,14 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by Keiji Suzuki
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet version="1.0"
|
<xsl:stylesheet version="1.0"
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,17 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
<!-- http://www.loc.gov/marc/bibliographic/ecbdlist.html -->
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
> http://www.loc.gov/marc/bibliographic/ecbdlist.html
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,17 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
<!-- http://www.loc.gov/standards/mets/mets.xsd -->
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
> http://www.loc.gov/standards/mets/mets.xsd
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
xmlns:date="http://exslt.org/dates-and-times"
|
xmlns:date="http://exslt.org/dates-and-times"
|
||||||
|
@@ -1,15 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,17 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
<!-- http://www.openarchives.org/OAI/2.0/oai_dc.xsl-->
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
> http://www.openarchives.org/OAI/2.0/oai_dc.xsd
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,15 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,17 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
<!-- http://www.openarchives.org/OAI/2.0/oai_dc.xsd -->
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode <jmelo@lyncode.com>
|
|
||||||
|
|
||||||
> http://www.openarchives.org/OAI/2.0/oai_dc.xsd
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,15 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,15 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
@@ -246,4 +235,4 @@
|
|||||||
|
|
||||||
</uketd_dc:uketddc>
|
</uketd_dc:uketddc>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
@@ -1,16 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!--
|
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:doc="http://www.lyncode.com/xoai"
|
xmlns:doc="http://www.lyncode.com/xoai"
|
||||||
|
@@ -1,18 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!-- Following Driver Guidelines 2.0: http://www.driver-support.eu/managers.html#guidelines -->
|
||||||
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
Following Driver Guidelines 2.0:
|
|
||||||
- http://www.driver-support.eu/managers.html#guidelines
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet version="1.0"
|
<xsl:stylesheet version="1.0"
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://www.lyncode.com/xoai">
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://www.lyncode.com/xoai">
|
||||||
<xsl:output indent="yes" method="xml" omit-xml-declaration="yes" />
|
<xsl:output indent="yes" method="xml" omit-xml-declaration="yes" />
|
||||||
|
@@ -1,17 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!-- Following OpenAIRE Guidelines 1.1: http://www.openaire.eu/component/content/article/207 -->
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
Following OpenAIRE Guidelines 1.1:
|
|
||||||
- http://www.openaire.eu/component/content/article/207
|
|
||||||
|
|
||||||
-->
|
|
||||||
<xsl:stylesheet version="1.0"
|
<xsl:stylesheet version="1.0"
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://www.lyncode.com/xoai">
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="http://www.lyncode.com/xoai">
|
||||||
<xsl:output indent="yes" method="xml" omit-xml-declaration="yes" />
|
<xsl:output indent="yes" method="xml" omit-xml-declaration="yes" />
|
||||||
|
@@ -1,14 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
Developed by DSpace @ Lyncode (dspace at lyncode dot com)
|
|
||||||
-->
|
|
||||||
<Configuration indented="false" maxListIdentifiersSize="100" maxListRecordsSize="100"
|
<Configuration indented="false" maxListIdentifiersSize="100" maxListRecordsSize="100"
|
||||||
maxListSetsSize="100" stylesheet="static/style.xsl"
|
maxListSetsSize="100" stylesheet="static/style.xsl"
|
||||||
xmlns="http://www.lyncode.com/XOAIConfiguration">
|
xmlns="http://www.lyncode.com/XOAIConfiguration">
|
||||||
|
@@ -12,10 +12,6 @@
|
|||||||
|
|
||||||
This is only fit for a simple smoke test of the XSLT-based
|
This is only fit for a simple smoke test of the XSLT-based
|
||||||
crosswalk plugin, do not use it for anthing more serious.
|
crosswalk plugin, do not use it for anthing more serious.
|
||||||
|
|
||||||
Revision: $Revision$
|
|
||||||
Date: $Date$
|
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<xsl:template match="@* | node()">
|
<xsl:template match="@* | node()">
|
||||||
|
@@ -1,42 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- sord-swap-ingest.xsl
|
|
||||||
*
|
|
||||||
* Copyright (c) 2007, Aberystwyth University
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions
|
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above
|
|
||||||
* copyright notice, this list of conditions and the
|
|
||||||
* following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in
|
|
||||||
* the documentation and/or other materials provided with the
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the Centre for Advanced Software and
|
|
||||||
* Intelligent Systems (CASIS) nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived
|
|
||||||
* from this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
||||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
||||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
|
||||||
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
* SUCH DAMAGE.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<xsl:stylesheet
|
<xsl:stylesheet
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:dim="http://www.dspace.org/xmlns/dspace/dim"
|
xmlns:dim="http://www.dspace.org/xmlns/dspace/dim"
|
||||||
|
@@ -1,12 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- bitstream-formats.xml
|
|
||||||
-
|
|
||||||
- Version: $Revision$
|
|
||||||
-
|
|
||||||
- Date: $Date$
|
|
||||||
-
|
|
||||||
- Initial contents for bitstream format registry. Once the registry has
|
- Initial contents for bitstream format registry. Once the registry has
|
||||||
- been loaded, this file becomes obsolete; the current version of the
|
- been loaded, this file becomes obsolete; the current version of the
|
||||||
- registry must be read from the database. Use
|
- registry must be read from the database. Use
|
||||||
|
@@ -1,12 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- dcterms-types.xml
|
|
||||||
-
|
|
||||||
- Version: $Revision$
|
|
||||||
-
|
|
||||||
- Date: $Date$
|
|
||||||
-
|
|
||||||
- DCTerms registry contributed to eventually replace dublin-core-types.xml
|
- DCTerms registry contributed to eventually replace dublin-core-types.xml
|
||||||
-
|
-
|
||||||
- <dc-type>
|
- <dc-type>
|
||||||
@@ -17,8 +11,6 @@
|
|||||||
- </dc-type>
|
- </dc-type>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- start of XML -->
|
|
||||||
|
|
||||||
<dspace-dc-types>
|
<dspace-dc-types>
|
||||||
|
|
||||||
<dspace-header>
|
<dspace-header>
|
||||||
|
@@ -1,12 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- dublin-core-types.xml
|
|
||||||
-
|
|
||||||
- Version: $Revision$
|
|
||||||
-
|
|
||||||
- Date: $Date$
|
|
||||||
-
|
|
||||||
- Initial contents for Dublin Core type registry. Once the registry has
|
- Initial contents for Dublin Core type registry. Once the registry has
|
||||||
- been loaded, this file becomes obsolete; the current version of the
|
- been loaded, this file becomes obsolete; the current version of the
|
||||||
- registry must be read from the database.
|
- registry must be read from the database.
|
||||||
@@ -21,8 +15,6 @@
|
|||||||
- </dc-type>
|
- </dc-type>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- start of XML -->
|
|
||||||
|
|
||||||
<dspace-dc-types>
|
<dspace-dc-types>
|
||||||
|
|
||||||
<dspace-header>
|
<dspace-header>
|
||||||
|
@@ -1,42 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- sword-metadata.xsl
|
|
||||||
*
|
|
||||||
* Copyright (c) 2007, Aberystwyth University
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions
|
|
||||||
* are met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above
|
|
||||||
* copyright notice, this list of conditions and the
|
|
||||||
* following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in
|
|
||||||
* the documentation and/or other materials provided with the
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the Centre for Advanced Software and
|
|
||||||
* Intelligent Systems (CASIS) nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived
|
|
||||||
* from this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
||||||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
||||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
|
||||||
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
* SUCH DAMAGE.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<dspace-dc-types>
|
<dspace-dc-types>
|
||||||
|
|
||||||
<dspace-header>
|
<dspace-header>
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!-- TEST-SPRING.XML -->
|
|
||||||
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
Copyright (c) 2002-2010, DuraSpace. All rights reserved
|
|
||||||
Licensed under the DuraSpace License.
|
|
||||||
|
|
||||||
A copy of the DuraSpace License has been included in this
|
|
||||||
distribution and is available at: http://www.dspace.org/license
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
Copyright (c) 2002-2010, DuraSpace. All rights reserved
|
|
||||||
Licensed under the DuraSpace License.
|
|
||||||
|
|
||||||
A copy of the DuraSpace License has been included in this
|
|
||||||
distribution and is available at: http://www.dspace.org/license
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
The contents of this file are subject to the license and copyright
|
|
||||||
detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
tree and available online at
|
|
||||||
|
|
||||||
http://www.dspace.org/license/
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:context="http://www.springframework.org/schema/context"
|
xmlns:context="http://www.springframework.org/schema/context"
|
||||||
|
@@ -1,13 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
|
|
||||||
Copyright (c) 2002-2010, DuraSpace. All rights reserved
|
|
||||||
Licensed under the DuraSpace License.
|
|
||||||
|
|
||||||
A copy of the DuraSpace License has been included in this
|
|
||||||
distribution and is available at: http://www.dspace.org/license
|
|
||||||
|
|
||||||
-->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||||
|
Reference in New Issue
Block a user