Versions Compared

Key

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

...

  • The URL of the CC License is stored in the "dc.rights.uri" metadata field (or whatever field is configured in the "cc.license.uri" setting below)
  • The name of the CC License is stored in the "dc.rights" metadata field (or whatever field is configured in the "cc.license.name" setting below). This only occurs if "cc.submit.setname=true" (default value)
  • The RDF version of the CC License is stored in a bitstream named "license_rdf" in the CC-LICENSE bundle (as long as "cc.submit.addbitstream=true", which is the default value)

 

Warning
titlebehaviour change

Since DSpace 5.6 Creative Commons licensing is captured in exactly the same way in each UI and some fix has been introduced.

For JSPUI users this mean:

  • The full (HTML) text of the CC License is not longer stored in a bitstream named "license_txt" in the CC-LICENSE bundle
  • Previous existent license_txt remain untouched but new item will not receive such bitstream

For XMLUI users:

  • the RDF version of the CC License is now stored properly without the Creative Commons API XML envelop (
    Jira
    serverDuraSpace JIRA
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
    keyDS-3326
    )
  • previous RDF license, i.e. the one associated with item created with version less than 5.6 remain untouched

 

 

 

The following configurations (in dspace.cfg) relate to the Creative Commons license process:

...

Property:

org.dspace.content.Collection.findAuthorizedPerformanceOptimize

Example Value:

org.dspace.content.Collection.findAuthorizedPerformanceOptimize = true

Informational Note:

Enable performance optimization for select-collection-step collection query (for example, in the dropdown lists used to select a collection for item submission).
This option is enabled by default in DSpace 5.0, 5.1, 5.2 but disabled by default in DSpace 5.3 as it can cause problems looking up Special Groups configured for LDAP and Shibboleth.

Warning
titleBehaviour change

Since DSpace 5.6 Creative Commons licensing is captured in exactly the same way in each UI and some fix has been introduced.

For JSPUI users this mean:

  • The full (HTML) text of the CC License is not longer stored in a bitstream named "license_txt" in the CC-LICENSE bundle
  • Previous existent license_txt remain untouched but new item will not receive such bitstream

For XMLUI users:

  • the RDF version of the CC License is now stored properly without the Creative Commons API XML envelop (
    Jira
    serverDuraSpace JIRA
    serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
    keyDS-3326
    )
  • previous RDF license, i.e. the one associated with item created with version less than 5.6 remain untouched

|