Changeset 28469 for main


Ignore:
Timestamp:
2013-10-16T17:52:35+13:00 (11 years ago)
Author:
davidb
Message:

Tidy up/improvement to collection config file and REBUILD.sh script

Location:
main/trunk/model-sites-dev/multimodal-mdl/collect
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/multimodal-mdl/collect/js-dsp-my-ipod/REBUILD.sh

    r28433 r28469  
    1 full-rebuild.pl  -site localsite -removeold -import:OIDtype incremental my-ipod
     1full-rebuild.pl -site multimodal-mdl  js-dsp-my-ipod
  • main/trunk/model-sites-dev/multimodal-mdl/collect/js-dsp-my-ipod/etc/collectionConfig.xml

    r28433 r28469  
    77  </metadataList>
    88  <displayItemList>
    9     <displayItem assigned="true" lang="en" name="name">Redefining Boundaries</displayItem>
     9    <displayItem assigned="true" lang="en" name="enumeratedName">4. Nothing But Javascript</displayItem>
     10    <displayItem assigned="true" lang="en" name="name">Nothing But Javascript</displayItem>
    1011    <displayItem assigned="true" lang="en" name="description"></displayItem>
    1112  </displayItemList>
     
    128129  </search>
    129130
     131 <infodb type="gdbm"/>
     132
     133<!--
    130134  <search type="audioDB" orthogonal="true" />
     135-->
    131136 
    132   <infodb type="jdbm"/>
    133 
    134137  <import>
    135138    <pluginList>
    136139      <plugin name="ZIPPlugin"/>
    137140      <plugin name="GreenstoneXMLPlugin"/>
    138       <plugin name="EmbeddedMetadataPlugin"/>
    139      
     141<!--
     142      <plugin name="EmbeddedMetadataPlugin">
     143    <option name="-process_exp" value="(?i)\.mp3$"/>
     144      </plugin>
     145-->
     146
    140147      <plugin name="AudioDBPlugin">
    141148    <option name="-compute_fft_features" value="true"/>
     
    164171    </pluginList>
    165172  </import>
     173
     174  <importOption name="OIDtype" value="incremental"/>
    166175
    167176  <browse>
  • main/trunk/model-sites-dev/multimodal-mdl/collect/linkeddata-my-ipod/REBUILD.sh

    r28435 r28469  
    22
    33
    4 full-rebuild.pl -site multimodal-mdl -import:importdir import.my-ipod linkeddata-my-ipod
     4full-rebuild.pl -site multimodal-mdl linkeddata-my-ipod
    55
  • main/trunk/model-sites-dev/multimodal-mdl/collect/linkeddata-my-ipod/etc/collectionConfig.xml

    r28435 r28469  
    77  </metadataList>
    88  <displayItemList>
    9     <displayItem assigned="true" lang="en" name="name">Traditional MDL</displayItem>
    10     <displayItem assigned="true" lang="en" name="description"></displayItem>
     9    <displayItem assigned="true" lang="en" name="enumeratedName">2. Linked Data Core</displayItem>
     10    <displayItem assigned="true" lang="en" name="name">Linked Data Core</displayItem>
     11    <displayItem assigned="true" lang="en" name="shortDescription">short description about collection ...</displayItem>
     12    <displayItem assigned="true" lang="en" name="description">long description about collection ...</displayItem>
    1113  </displayItemList>
    1214  <!-- Global format statement -->
     
    131133  <search type="jenaTDB" orthogonal="true" />
    132134
    133  
    134135  <infodb type="jdbm"/>
    135136
     
    145146      <plugin name="AudioDBPlugin">
    146147    <option name="-enable_streaming" value="mp3"/>
     148    <option name="-retrieve_mir_metadata" value="true"/>
    147149    <option name="-enable_cache"/>
    148150      </plugin>
     
    166168    </pluginList>
    167169  </import>
     170
     171  <importOption name="OIDtype" value="hash_on_full_filename"/>
    168172
    169173  <browse>
  • main/trunk/model-sites-dev/multimodal-mdl/collect/selfsim-my-ipod/REBUILD.sh

    r28433 r28469  
    1 full-rebuild.pl  -site localsite -removeold -import:OIDtype incremental my-ipod
     1#!/bin/bash
     2
     3full-rebuild.pl -site multimodal-mdl selfsim-my-ipod
  • main/trunk/model-sites-dev/multimodal-mdl/collect/selfsim-my-ipod/etc/collectionConfig.xml

    r28433 r28469  
    77  </metadataList>
    88  <displayItemList>
     9    <displayItem assigned="true" lang="en" name="enumeratedName">3. Redefining Boundaries</displayItem>
    910    <displayItem assigned="true" lang="en" name="name">Redefining Boundaries</displayItem>
    1011    <displayItem assigned="true" lang="en" name="description"></displayItem>
     
    136137      <plugin name="ZIPPlugin"/>
    137138      <plugin name="GreenstoneXMLPlugin"/>
    138       <plugin name="EmbeddedMetadataPlugin"/>
     139
     140<!--
     141      <plugin name="EmbeddedMetadataPlugin">
     142    <option name="-process_exp" value="(?i)\.mp3$"/>
     143      </plugin>
     144-->
    139145     
    140146      <plugin name="AudioDBPlugin">
     
    164170    </pluginList>
    165171  </import>
     172
     173  <importOption name="OIDtype" value="incremental"/>
    166174
    167175  <browse>
  • main/trunk/model-sites-dev/multimodal-mdl/collect/trad-my-ipod/etc/collectionConfig.xml

    r28445 r28469  
    77  </metadataList>
    88  <displayItemList>
     9    <displayItem assigned="true" lang="en" name="enumeratedName">1. Traditional MDL</displayItem>
    910    <displayItem assigned="true" lang="en" name="name">Traditional MDL</displayItem>
    1011    <displayItem assigned="true" lang="en" name="description"></displayItem>
Note: See TracChangeset for help on using the changeset viewer.