How to Create Cover Images in EPrints 3

From EPrints Documentation
Revision as of 15:34, 15 January 2007 by Hk (talk | contribs) (1. Create a new document type "coverimage")
Jump to: navigation, search

Beware: This is work in progress!

This describes how to generate cover images on the abstract pages. Cover images are rendered differently from other document types.

1. Create a new document type "coverimage"

Add following line to /opt/eprints3/archives/<archive_id>/cfg/namedsets/document

cover_image

Add a phrase to

/opt/eprints3/archives/<archive_id>/cfg/lang/en/phrases/document_formats.xml
<epp:phrase id="document_typename_cover_image">Cover Image</epp:phrase>

Add phrases for all other languages your repository supports.

2. Add rendering of abstract pages

Still to come!

3. Do not forget to restart Apache!