Difference between revisions of "SUNScholar/Request a Copy/4.X"

From Libopedia
Jump to navigation Jump to search
m
m
Line 3: Line 3:
  
 
</center>
 
</center>
 +
 +
===Configuration===
 
Edit the dspace.cfg file and modify the "request item" settings. See example below.
 
Edit the dspace.cfg file and modify the "request item" settings. See example below.
 
<pre>
 
<pre>
Line 19: Line 21:
 
#------------END REQUEST ITEM CONFIGURATION---------------------#
 
#------------END REQUEST ITEM CONFIGURATION---------------------#
 
</pre>
 
</pre>
 +
 +
===References===
 +
*https://github.com/DSpace/DSpace/blob/master/dspace/config/spring/api/requestitem.xml#L25
 +
*https://wiki.duraspace.org/display/DSPACE/RequestCopy
 +
*https://wiki.duraspace.org/display/DSDOC4x/Request+a+Copy
 +
*http://wiki.lib.sun.ac.za/index.php/SUNScholar/Embargo_Systems

Revision as of 11:00, 4 September 2014

Back to Request a Copy

Configuration

Edit the dspace.cfg file and modify the "request item" settings. See example below.

#---------------------------------------------------------------#
#----------------REQUEST ITEM CONFIGURATION---------------------#
#---------------------------------------------------------------#

# Configuration of request-item. Possible values:
# all - Anonymous users can request an item
# logged - Login is mandatory to request an item
# empty/commented out - request-copy not allowed
request.item.type = all
# Helpdesk E-mail
mail.helpdesk = scholar@sun.ac.za

#------------END REQUEST ITEM CONFIGURATION---------------------#

References