Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix formatting, updates for 3.0

Files:

The location of the files you'll want to edit depend on which version of DSpace you are using, as the location of the primary JSP folder has changed in DSpace over the years.

  • DSpace 3.0 or above
    • DSpace Config file : [dspace]/config/dspace.cfg
    • Messages file: [dspace-source]/dspace-api/src/main/resources/Messages.properties
  • DSpace 1.5.0 through 1.8.2
    • DSpace Config file : [dspace]/config/dspace.cfg
    • Messages file: [dspace-source]/dspace-api/src/main/resources/Messages.properties
  • DSpace 1.4.2 and earlier versions
    • DSpace Config file : [dspace]/config/dspace.cfg
    • Messages file: [dspace-source]/config/language-packs/Messages.properties

Instructions:

  1. To change the metadata display, change the ordering of Dublin Core elements after webui.itemdisplay.default (in dspace.cfg), or add new elements:

    Code Block
    webui.itemdisplay.default = dc.title, dc.title.alternative, dc.contributor.*, dc.subject, dc.date.issued(date), dc.publisher
    {
  2. To change the display name of a metadata field, search for its Dublin Core key name (which will begin with metadata.) in Messages.properties:

    <p class="Example">metadata

    Code Block
    metadata.dc.title.alternative = Title (French)
  3. Perform the steps in Rebuild DSpace .