Ignore:
Timestamp:
2011-10-04T14:25:27+13:00 (13 years ago)
Author:
papitha
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/collect/gs2mgppdemo/etc/collectionConfig.xml

    r24613 r24712  
    44        <metadata lang="en" name="creator"/>
    55        <metadata lang="en" name="maintainer"/>
    6         <metadata lang="en" name="public">true</metadata>
     6        <metadata lang="en" name="public">false</metadata>
    77    </metadataList>
    88    <displayItemList>
     
    8585    </display>
    8686    <replaceListRef id="gs2-standard"/>
    87     <serviceRackList>
    88     <!-- comment out the following serviceRack if you want to disable OAI for this collection -->
    89         <serviceRack name="OAIPMH">
    90             <ListMetadataFormats>
    91             <!--What metadata sets to support is collection specific. To support other metadata schema, add another metadataFormat element here.
     87    <serviceRackList>
     88        <!-- comment out the following serviceRack if you want to disable OAI for this collection -->
     89        <serviceRack name="OAIPMH">
     90            <ListMetadataFormats>
     91                <!--What metadata sets to support is collection specific. To support other metadata schema, add another metadataFormat element here.
    9292            The support of unqualified Dublin Core metadata set is mandatory in the oai specification.
    9393            -->
    94                 <metadataFormat metadataPrefix="oai_dc">
    95                     <metadataPrefix>oai_dc</metadataPrefix>
    96                     <schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>
    97                     <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
    98                     <!--   a custom mapping as this collection doesn't have dc metadata -->
    99                     <mappingList>
    100                         <mapping>dc:title,dls.Title</mapping>
    101                         <mapping>dc:subject,dls.Subject</mapping>
    102                         <mapping>dc:language,dls.Language</mapping>
    103                         <mapping>dc:publisher,dls.Organization</mapping>
    104                     </mappingList>
    105                 </metadataFormat>
    106             </ListMetadataFormats>
    107         </serviceRack>
    108     </serviceRackList>
     94                <metadataFormat metadataPrefix="oai_dc">
     95                    <metadataPrefix>oai_dc</metadataPrefix>
     96                    <schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>
     97                    <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
     98                    <!--   a custom mapping as this collection doesn't have dc metadata -->
     99                    <mappingList>
     100                        <mapping>dc:title,dls.Title</mapping>
     101                        <mapping>dc:subject,dls.Subject</mapping>
     102                        <mapping>dc:language,dls.Language</mapping>
     103                        <mapping>dc:publisher,dls.Organization</mapping>
     104                    </mappingList>
     105                </metadataFormat>
     106            </ListMetadataFormats>
     107        </serviceRack>
     108    </serviceRackList>
    109109</CollectionConfig>
Note: See TracChangeset for help on using the changeset viewer.