Ignore:
Timestamp:
2020-03-15T17:37:09+13:00 (4 years ago)
Author:
davidb
Message:

Collection desc text improvements; single doc security example added to Global Digital Heritage col

Location:
main/trunk/model-sites-dev/atea/collect
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/atea/collect/global-digital-heritage/etc/collectionConfig.xml

    r34072 r34081  
    1616        <displayItem assigned="true" lang="en" name="document">document</displayItem>
    1717        <displayItem assigned="true" lang="en" name="section">section</displayItem>
    18         <displayItem assigned="true" lang="en" name="shortDescription">artefacts</displayItem>
    19         <displayItem assigned="true" lang="en" name="description">A sample of 3D artefacts from the Global Digital Heritage project.</displayItem>
     18        <displayItem assigned="true" lang="en" name="shortDescription">Sample heritage artefacts from the Global Digital Heritage Project</displayItem>
     19        <displayItem assigned="true" lang="en" name="description">
     20          A sample of 3D artefacts from the Global Digital Heritage project.
     21          As a demonstration of the security authentication model, access to the Pre-Islamic Pottery Jar is restricted
     22          to users in the 'atea' group, whereas everything else is publicly available.
     23        </displayItem>
    2024    </displayItemList>
    2125    <format>
     
    247251        </serviceRack>
    248252    </serviceRackList>
     253
     254
     255  <security scope="document" default_access="public" >
     256    <!-- Document level security. All documents are public -->
     257    <exception>
     258      <!-- except for the privateset list of documents which are private, user must be in 'atea' group -->
     259      <documentSet name="privateset"/>
     260      <group name="atea"/>
     261    </exception>
     262    <documentSet name="privateset">
     263      <match>0d6e1775a1ab4e02a49b13ccdcb639be</match>
     264    </documentSet>
     265  </security>
     266   
    249267</CollectionConfig>
  • main/trunk/model-sites-dev/atea/collect/he-herenga-korero-mp3s/etc/collectionConfig.xml

    r34076 r34081  
    1010        <displayItem assigned="true" lang="en" name="description">A range of language resources in Māori in spoken form.</displayItem>
    1111                <!-- shortDescription is used as a tooltip for collection icon on home page-->
    12                 <displayItem assigned="true" lang="en" name="shortDescription">He Herenga Kōrero (MP3)</displayItem>
     12                <displayItem assigned="true" lang="en" name="shortDescription">He Herenga Kōrero (MP3): Private collection, atea group login required</displayItem>
    1313    </displayItemList>
    1414    <!-- Global format statement -->
  • main/trunk/model-sites-dev/atea/collect/he-herenga-korero-pdfs/etc/collectionConfig.xml

    r34042 r34081  
    1010        <displayItem assigned="true" lang="en" name="description">A range of language resources in Māori in written form.</displayItem>
    1111                <!-- shortDescription is used as a tooltip for collection icon on home page-->
    12                 <displayItem assigned="true" lang="en" name="shortDescription">He Herenga Kōrero (PDFs)</displayItem>
     12                <displayItem assigned="true" lang="en" name="shortDescription">He Herenga Kōrero (PDFs): Private collection, atea group login required</displayItem>
    1313    </displayItemList>
    1414    <!-- Global format statement -->
Note: See TracChangeset for help on using the changeset viewer.