Difference between revisions of "How to Create Cover Images in EPrints 3"

From EPrints Documentation
Jump to: navigation, search
m
Line 14: Line 14:
 
  /opt/eprints3/archives/<archive_id>/cfg/lang/en/phrases/document_formats.xml
 
  /opt/eprints3/archives/<archive_id>/cfg/lang/en/phrases/document_formats.xml
  
  <epp:phrase id="document_typename_other">Other</epp:phrase>
+
  <epp:phrase id="document_typename_coverimage">Cover Image</epp:phrase>
  
 
Add phrases for all other languages your repository supports.
 
Add phrases for all other languages your repository supports.

Revision as of 08:16, 15 January 2007

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_coverimage">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!