Difference between revisions of "SUNScholar/Curation/PDF Cover Page"
Jump to navigation
Jump to search
m |
|||
| Line 7: | Line 7: | ||
Add the following to the plugin section: | Add the following to the plugin section: | ||
org.dspace.curate.CitationPage = citationpage | org.dspace.curate.CitationPage = citationpage | ||
| + | See example below. | ||
| + | <pre> | ||
| + | plugin.named.org.dspace.curate.CurationTask = \ | ||
| + | org.dspace.ctask.general.NoOpCurationTask = noop, \ | ||
| + | org.dspace.ctask.general.ProfileFormats = profileformats, \ | ||
| + | org.dspace.ctask.general.RequiredMetadata = requiredmetadata, \ | ||
| + | org.dspace.ctask.general.ClamScan = vscan, \ | ||
| + | org.dspace.ctask.general.MicrosoftTranslator = translate, \ | ||
| + | org.dspace.ctask.general.MetadataValueLinkChecker = checklinks, \ | ||
| + | org.dspace.curate.CitationPage = citationpage | ||
| + | </pre> | ||
Revision as of 21:52, 4 June 2015
BACK TO CURATION
Step 1 - Define task
Edit the following file:
nano $HOME/source/dspace/config/modules/curate.cfg
Add the following to the plugin section:
org.dspace.curate.CitationPage = citationpage
See example below.
plugin.named.org.dspace.curate.CurationTask = \
org.dspace.ctask.general.NoOpCurationTask = noop, \
org.dspace.ctask.general.ProfileFormats = profileformats, \
org.dspace.ctask.general.RequiredMetadata = requiredmetadata, \
org.dspace.ctask.general.ClamScan = vscan, \
org.dspace.ctask.general.MicrosoftTranslator = translate, \
org.dspace.ctask.general.MetadataValueLinkChecker = checklinks, \
org.dspace.curate.CitationPage = citationpage