How to Create Cover Images in EPrints 3

From EPrints Documentation
Revision as of 08:10, 15 January 2007 by Hk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to Create Cover Images in EPrints 3

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

coverimage

Add a phrase to

/opt/eprints3/archives/<archive_id>/cfg/lang/en/phrases/document_formats.xml
<epp:phrase id="document_typename_other">Other</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!