Changeset 38977


Ignore:
Timestamp:
2024-05-02T13:29:54+12:00 (5 weeks ago)
Author:
kjdon
Message:

removed english version of title - should just use dictionary one. added OAI service

File:
1 edited

Legend:

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

    r36456 r38977  
    88    <displayItemList>
    99        <displayItem assigned="true" dictionary="collectionConfig" key="name" name="name"/>
    10         <displayItem assigned="true" lang="en" name="name">Word PDF collection</displayItem>       
    1110        <displayItem assigned="true" dictionary="collectionConfig" key="shortDescription" name="shortDescription"/>
    1211        <displayItem assigned="true" dictionary="collectionConfig" key="description1" name="description1"/>
     
    181180    </display>
    182181    <replaceListRef id="gs2-standard"/>
     182    <serviceRackList>
     183      <serviceRack name="OAIPMH">
     184        <setName>Office Documents Demo</setName>
     185        <setDescription>A demonstration collection for Office documents.</setDescription>
     186      <!-- uncomment the following and set the name attribute if you want this
     187       collection to be part of a super set. -->
     188      <!--<oaiSuperSet name="xxx"/>-->
     189      <ListMetadataFormats>
     190    <!--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:
     191        <metadataFormat metadataPrefix="prefix"/> -->
     192    <metadataFormat metadataPrefix="oai_dc"/>
     193      </ListMetadataFormats>
     194    </serviceRack>
     195</serviceRackList>
    183196</CollectionConfig>
Note: See TracChangeset for help on using the changeset viewer.