Changeset 38840 for documented-examples


Ignore:
Timestamp:
2024-03-12T12:07:17+13:00 (7 weeks ago)
Author:
kjdon
Message:

added OAIPMH serviceRack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/authen-e/etc/collectionConfig.xml

    r38838 r38840  
    263263    </display>
    264264    <replaceListRef id="gs2-standard"/>
     265    <serviceRackList>
     266      <serviceRack name="OAIPMH">
     267        <setName>Authentication demo</setName>
     268      <setDescription>A collection demonstrating document level security.</setDescription>
     269      <!-- uncomment the following and set the name attribute if you want this
     270       collection to be part of a super set. -->
     271      <!--<oaiSuperSet name="xxx"/>-->
     272      <ListMetadataFormats>
     273    <!--What metadata sets to support for this collection. You can select any set that is specified in OAIConfig.xml. To use a new set, you need to add a set definition in OAIConfig.xml, then reference it here, like:
     274        <metadataFormat metadataPrefix="prefix"/> -->
     275    <metadataFormat metadataPrefix="oai_dc">
     276      <!--   custom mappings as this collection doesn't has dc metadata - it has dls metadata -->
     277      <element name="dc:publisher">
     278        <mapping elements="dls.Organization"/>
     279      </element>
     280      <element name="dc:subject">
     281        <mapping elements="dls.Subject"/>
     282      </element>
     283      <element name="dc:title">
     284        <mapping elements="dls.Title"/>
     285      </element>
     286    </metadataFormat>
     287      </ListMetadataFormats>
     288    </serviceRack>
     289  </serviceRackList>
    265290</CollectionConfig>
Note: See TracChangeset for help on using the changeset viewer.