Changeset 33019 for main/trunk


Ignore:
Timestamp:
2019-04-19T20:35:20+12:00 (5 years ago)
Author:
davidb
Message:

Changes after reviewing built collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/heritage-nz/collect/reports-2019/etc/collectionConfig.xml

    r32816 r33019  
    77    </metadataList>
    88    <displayItemList>
     9<!--
     10          (&lt;gsf:metaname name="numdocs"/&gt; to be precise, and growing)
     11-->
     12
    913        <displayItem assigned="true" lang="en" name="name">PDF Reports</displayItem>
    1014        <displayItem assigned="true" lang="en" name="description">
    1115          &lt;h1&gt;(Unofficial) Archaeological Reports Digital Library&lt;/h1&gt;
    12           &lt;b&gt;(Experimental Demo using Greenstone 3)&lt;/b&gt;
     16          &lt;b&gt;(Experimental demonstration using Greenstone3)&lt;/b&gt;
    1317
    1418          &lt;p&gt;
     
    1620          of unpublished archaeological reports resulting from
    1721          site surveys, excavations, research programmes and
    18           archaeological authorities.  There are over 7000
     22          archaeological authorities.  There are over 7000 
    1923          volumes dating from the early 1970s to the present
    2024          in the collection.
     
    8993          <displayItem lang="en" name="name">Territorial Authorities</displayItem>
    9094        </facet>
     95        <facet name="AuthorityNo">
     96          <displayItem lang="en" name="name">Authority Number</displayItem>
     97        </facet>
     98        <facet name="SiteNo">
     99          <displayItem lang="en" name="name">Site Number</displayItem>
     100        </facet>
    91101
    92102        <searchType name="plain"/>
     
    144154    </search>
    145155
    146     <infodb type="jdbm"/>
     156    <infodb type="gdbm"/>
    147157
    148158    <import>
     
    152162            <plugin name="MetadataCSVPlugin">
    153163              <option name="-process_exp" value="\/?PDF-BOUND.*\.csv$"/>
     164              <option name="-metadata_value_separator" value="\s*\|\s*"/>
    154165            </plugin>
    155166            <plugin name="CSVPlugin">
    156167              <option name="-process_exp" value="\/?UNBOUND.*\.csv$"/>
    157168              <option name="-block_exp" value=".*\.xls$"/>
     169              <option name="-metadata_value_separator" value="\s*\|\s*"/>
    158170            </plugin>
    159171            <plugin name="TextPlugin"/>
     
    185197            <option name="-partition_type_within_level" value="approximate_size"/>
    186198        </classifier>
     199
     200
     201
     202  -mingroup <int>          The smallest value that will cause a group in the
     203                           hierarchy to form.
     204                           Default: 1
     205
     206  -minnesting <int>        The smallest value that will cause a list to be
     207                           converted into a nested list.
     208                           Default: 20
     209
     210  -mincompact <int>        Minimum number of documents to be displayed per page.
     211                           Default: 10
     212
     213  -maxcompact <int>        Maximum number of documents to be displayed per page.
     214                           Default: 30
     215
    187216-->
    188217        <classifier name="AZList">
    189218            <option name="-metadata" value="dc.Title,Title"/>
     219<!--
    190220            <option name="-removeprefix" value="\&quot;|\'|\(|(\d+\s*)"/>
     221-->
     222            <option name="-removeprefix" value="\&quot;|\'|\(|(\d+\s*)|(\d+\w*\s+and\s+\d+\w*)"/>
    191223            <option name="-removesuffix" value="\):.*$"/>
    192224        </classifier>
     225<!--
     226        <classifier name="AZCompactList">
     227            <option name="-metadata" value="dc.Title,Title"/>
     228            <option name="-removeprefix" value="\&quot;|\'|\(|(\d+\s*)|(\d+\s+and\d+)"/>
     229            <option name="-removesuffix" value="\s*:.*$"/>
     230            <option name="-mingroup" value="2"/>
     231            <option name="-maxcompact" value="100"/>
     232        </classifier>
     233-->
    193234        <classifier name="AZCompactList">
    194235            <option name="-metadata" value="Author"/>
     
    201242          <option name="-metadata" value="TLA"/>
    202243          <option name="-buttonname" value="Territorial Authorities"/>
     244          <option name="-maxcompact" value="200"/>
     245        </classifier>
     246
     247        <classifier name="AZCompactList">
     248          <option name="-metadata" value="AuthorityNo"/>
     249          <option name="-buttonname" value="Authority Number"/>
     250        </classifier>
     251
     252        <classifier name="AZCompactList">
     253          <option name="-metadata" value="SiteNo"/>
     254          <option name="-buttonname" value="Site Number"/>
    203255        </classifier>
    204256       
     
    326378                        </gsf:link>
    327379                        -->
    328                     <gsf:metadata name="dc.Title" highlight="true"/>
     380                    <gsf:metadata name="Title" highlight="true"/>
     381
    329382                      </i>
    330383                    </td>
     
    425478    <replaceListRef id="gs2-standard"/>
    426479    <replaceListRef id="gs2-image" />
     480    <security default_access="public" scope="document" humanVerify="true" useRecaptcha="true"/>
     481
    427482    <serviceRackList>
    428483        <!-- comment out the following serviceRack if you want to disable RSS for this collection -->     
Note: See TracChangeset for help on using the changeset viewer.