Skip to content

lconz-irr/Curation-Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This readme is for the addcover curation task, which adds coverpages to PDF files in DSpace.

Add the task to ${dspace-dir}/config/modules/curate.cfg

Add the task to list of known curation tasks:

plugin.named.org.dspace.curate.CurationTask = \
org.dspace.curate.ProfileFormats = profileformats, \
org.dspace.curate.RequiredMetadata = requiredmetadata, \
org.dspace.curate.ClamScan = vscan, \
nz.ac.lconz.irr.curate.task.AddCoverPage = addcover

Add the task to list of tasks that can be run from XMLUI

ui.tasknames = \
profileformats = Profile Bitstream Formats, \
requiredmetadata = Check for Required Metadata, \
addcover = Add Cover Page to PDF Files

Create a file called addcover.cfg in ${dspace-dir}/config/modules/

  1. addcover filename of cover page
    cover.filename = ${dspace-dir}/config/modules/coverpage.pdf
  2. bundle into which the original version is moved
    moveto.bundle = PRESERVATION