Adding New Metadata

Archive Configuration Files

Key Configuration Files

Other Configuration Files

metadata-types.xml

Extract from metadata-types.xml

ArchiveMetadataFieldsConfig.pm

Phrases file

ArchiveConfig.pm

Example: Project Title

  1. add <field name="project" /> at the end of the "core" page in the metadata-types.xml file
  2. add { name => "project", type => "text" }, to the eprint specification in ArchiveMetadataFieldsConfig.pm
  3. add the following lines to phrases-en.xml
      <ep:phrase ref="eprint_fieldname_project">Project
    	Title</ep:phrase>
      <ep:phrase ref="eprint_fieldhelp_project">The name
    	of the project which resulted in this
    	publication.</ep:phrase>

Example: Project Title (2)