Difference between revisions of "SUNScholar/Versioning"

From Libopedia
Jump to navigation Jump to search
Line 3: Line 3:
 
Edit the following file:
 
Edit the following file:
 
  nano /home/dspace/source/dspace/config/xmlui.xconf
 
  nano /home/dspace/source/dspace/config/xmlui.xconf
And enable versioning. See example below.
+
And enable versioning for the XMLUI. See example below.
 
<pre>
 
<pre>
  

Revision as of 10:07, 11 December 2013

Please note: This feature was released with DSpace version 3.2 and therefore not fully tried and tested.

You apply this feature at your own risk.

Step 1 - Enable versioning with the XMLUI

Edit the following file:

nano /home/dspace/source/dspace/config/xmlui.xconf

And enable versioning for the XMLUI. See example below.


<!-- =====================
     Item Level Versioning
     ===================== -->
<!-- To enable Item Level Versioning features, uncomment this aspect. -->
<aspect name="Versioning Aspect" path="resource://aspects/Versioning/" />
References
Back to Customisation