Difference between revisions of "SUNScholar/Copyright/Creative Commons/4.X"

From Libopedia
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/Copyright/Creative Commons|BACK TO CREATIVE COMMONS]]'''
 
  '''[[SUNScholar/Copyright/Creative Commons|BACK TO CREATIVE COMMONS]]'''
 
</center>
 
</center>
 +
Edit the following file;
  
==References==
+
nano $HOME/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>/dspace/config/submission.xml
*https://wiki.duraspace.org/display/DSDOC5x/Configuration+Reference#ConfigurationReference-ConfiguringCreativeCommonsLicense
+
Then enable "Step 6" by removing the comment characters around the following;
*https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-ConfiguringCreativeCommonsLicense
+
 
*https://wiki.duraspace.org/display/DSDOC3X/Configuration#Configuration-ConfiguringCreativeCommonsLicense
+
<pre>
 +
      <!--Step 6 will be to select a Creative Commons License-->
 +
      <!-- Uncomment this step to allow the user to select a Creative Commons license -->
 +
      <!--
 +
      <step>
 +
        <heading>submit.progressbar.CClicense</heading>
 +
        <processing-class>org.dspace.submit.step.CCLicenseStep</processing-class>
 +
        <jspui-binding>org.dspace.app.webui.submit.step.JSPCCLicenseStep</jspui-binding>
 +
<xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.CCLicenseStep</xmlui-binding>
 +
<workflow-editable>false</workflow-editable>
 +
      </step>
 +
      -->
 +
</pre>
 +
 
 +
Then [[SUNScholar/Rebuild_DSpace|rebuild DSpace]].
 +
[[Category:Customisation]]

Latest revision as of 15:41, 29 May 2016

BACK TO CREATIVE COMMONS

Edit the following file;

nano $HOME/source/dspace/config/submission.xml

Then enable "Step 6" by removing the comment characters around the following;

      <!--Step 6 will be to select a Creative Commons License-->
      <!-- Uncomment this step to allow the user to select a Creative Commons license -->
       <!--
      <step>
        <heading>submit.progressbar.CClicense</heading>
        <processing-class>org.dspace.submit.step.CCLicenseStep</processing-class>
        <jspui-binding>org.dspace.app.webui.submit.step.JSPCCLicenseStep</jspui-binding>
		<xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.CCLicenseStep</xmlui-binding>
		<workflow-editable>false</workflow-editable>
      </step>
      -->

Then rebuild DSpace.