Changeset 13857


Ignore:
Timestamp:
2007-02-05T16:32:55+13:00 (17 years ago)
Author:
kjdon
Message:

rebuilt the collection using GLI, so committing the new config files and index files. Note, the xml config files have been formatted by hand (just changing indentation etc)

Location:
trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo/etc/collect.cfg

    r10859 r13857  
    33public      true
    44
    5 searchtype  form plain
     5buildtype   mgpp
     6
     7format SearchTypes "form,plain"
    68
    79indexes     allfields text dls.Title dls.Subject dls.Organization
    810
    9 levels      section document
     11levels  section document
    1012
    11 plugin      GAPlug
    12 plugin      HTMLPlug -description_tags
    13 plugin      ArcPlug
    14 plugin      RecPlug -use_metadata_files
     13indexoptions    accentfold casefold stem
    1514
    16 classify    AZList -metadata dls.Title
    17 classify    Hierarchy -metadata dls.Subject -sort dls.Title
    18 classify    AZCompactList -metadata dls.Organization -sort dls.Title -buttonname Organization -mingroup 1
     15defaultlevel    document
     16
     17plugin      GAPlug
     18plugin      HTMLPlug -description_tags
     19plugin      MetadataXMLPlug
     20plugin      ArcPlug
     21plugin      RecPlug
     22
     23classify    AZList -metadata dls.Title
     24classify    Hierarchy -metadata dls.Subject -sort dls.Title
     25classify    AZCompactList -metadata dls.Organization -sort dls.Title -mingroup 1 -buttonname Organization
    1926classify    List -metadata dls.Keyword -buttonname Howto
    2027
     
    2734format CL4VList "<td>[link][dls.Keyword][/link]</td>"
    2835
     36format VList "<td valign=\"top\">[link][icon][/link]</td>
     37<td valign=\"top\">[ex.srclink]{Or}{[ex.thumbicon],[ex.srcicon]}[ex./srclink]</td>
     38<td valign=\"top\">[highlight]
     39{Or}{[dc.Title],[exp.Title],[ex.Title],Untitled}
     40[/highlight]{If}{[ex.Source],<br><i>([ex.Source])</i>}</td>"
     41
     42format HList "[link][highlight][ex.Title][/highlight][/link]"
     43
     44format DocumentHeading "{Or}{[parent(Top):Title],[Title],untitled}<br>"
     45
    2946collectionmeta  iconcollectionsmall [l=en] "_httpprefix_/collect/gs2mgppdemo/images/gs2mgppdemo_sm.gif"
    3047collectionmeta  iconcollection [l=en] "_httpprefix_/collect/gs2mgppdemo/images/gs2mgppdemo.gif"
    3148
    3249collectionmeta  collectionname [l=en] "Greenstone2 MGPP demo collection"
    33 collectionmeta  collectionextra [l=en] "This is a demonstration collection 
    34 for the Greenstone3 digital library software. It contains a small subset 
    35 (11 books) of the Humanitarian and Development Libraries. It is a Greenstone2 
    36 collection, built with MGPP, which provides form based searching. 
    37 The Greenstone2 configuration files have been converted to Greenstone3 
     50collectionmeta  collectionextra [l=en] "This is a demonstration collection
     51for the Greenstone3 digital library software. It contains a small subset
     52(11 books) of the Humanitarian and Development Libraries. It is a Greenstone2
     53collection, built with MGPP, which provides form based searching.
     54The Greenstone2 configuration files have been converted to Greenstone3
    3855equivalents, enabling it to be served using Greenstone3."
    3956
  • trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo/etc/collectionConfig.xml

    r11270 r13857  
    11<collectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    2 <metadataList>
    3 <metadata name="creator">[email protected]</metadata>
     2  <metadataList>
     3    <metadata name="creator">[email protected]</metadata>
     4    <metadata name="public">true</metadata>
    45  </metadataList>
    56  <displayItemList>
    6     <displayItem name="description" lang="en">This is a demonstration collection  for the Greenstone3 digital library software. It contains a small subset  (11 books) of the Humanitarian and Development Libraries. It is a Greenstone2 collection, built with MGPP, which provides form based searching. The Greenstone2 configuration files have been converted to Greenstone3 equivalents, enabling it to be served using Greenstone3.</displayItem>\n<displayItem name="smallicon" lang="en">gs2mgppdemo_sm.gif</displayItem>
     7    <displayItem name="description" lang="en">This is a demonstration collection for the Greenstone3 digital library software. It contains a small subset (11 books) of the Humanitarian and Development Libraries. It is a Greenstone2 collection, built with MGPP, which provides form based searching. The Greenstone2 configuration files have been converted to Greenstone3 equivalents, enabling it to be served using Greenstone3.</displayItem>
     8    <displayItem name="smallicon" lang="en">gs2mgppdemo_sm.gif</displayItem>
    79    <displayItem name="icon" lang="en">gs2mgppdemo.gif</displayItem>
    8     <displayItem name="smallicon" lang="en">gs2mgppdemo_sm.gif</displayItem>
    910    <displayItem name="name" lang="en">Greenstone2 MGPP demo collection</displayItem>
    1011  </displayItemList>
     
    1415    <format>
    1516      <gsf:template match="documentNode">
    16     <td valign='top'><gsf:link><gsf:icon/></gsf:link></td>
    17     <td><gsf:switch><gsf:metadata name='Title' select='ancestors' separator=': '/><gsf:when test='exists'><gsf:metadata name='Title' select='ancestors' separator=': '/>: </gsf:when></gsf:switch><gsf:link><gsf:metadata name='Title' /></gsf:link></td>
     17    <td valign='top'><gsf:link type='document'><gsf:icon type='document'/></gsf:link></td>
     18    <td><gsf:switch><gsf:metadata name='Title' select='ancestors' separator=': ' /><gsf:when test='exists' ><gsf:metadata name='Title' select='ancestors' separator=': ' />:</gsf:when></gsf:switch><gsf:link type='document'><gsf:metadata name='Title' /></gsf:link></td>
    1819      </gsf:template>
    1920    </format>
    2021  </search>
    2122  <browse>
     23    <format>
     24      <gsf:template match="documentNode">
     25    <td valign="top"><gsf:link type='document'><gsf:icon type='document'/></gsf:link></td>
     26    <td valign="top"><gsf:metadata name='srclink' /><gsf:choose-metadata><gsf:metadata name='thumbicon' /><gsf:metadata name='srcicon' /></gsf:choose-metadata><gsf:metadata name='/srclink' /></td>
     27    <td valign="top"> <gsf:choose-metadata><gsf:metadata name='dc.Title' /><gsf:metadata name='exp.Title' /><gsf:metadata name='Title' /><gsf:default>Untitled</gsf:default></gsf:choose-metadata> <gsf:switch><gsf:metadata name='Source' /><gsf:when test='exists' ><br /><i>(<gsf:metadata name='Source' />)</i></gsf:when></gsf:switch></td>
     28      </gsf:template>
     29      <gsf:template match="classifierNode">
     30    <td valign="top"><gsf:link type='classifier'><gsf:icon type='classifier'/></gsf:link></td>
     31    <td valign="top"><gsf:metadata name='srclink' /><gsf:choose-metadata><gsf:metadata name='thumbicon' /><gsf:metadata name='srcicon' /></gsf:choose-metadata><gsf:metadata name='/srclink' /></td>
     32    <td valign="top"> <gsf:choose-metadata><gsf:metadata name='dc.Title' /><gsf:metadata name='exp.Title' /><gsf:metadata name='Title' /><gsf:default>Untitled</gsf:default></gsf:choose-metadata> <gsf:switch><gsf:metadata name='Source' /><gsf:when test='exists' ><br /><i>(<gsf:metadata name='Source' />)</i></gsf:when></gsf:switch></td>
     33      </gsf:template>
     34      <gsf:template match="classifierNode" mode="horizontal">
     35    <gsf:link type='horizontal'><gsf:metadata name='Title' /></gsf:link>
     36      </gsf:template>
     37    </format>
    2238    <classifier name="CL1">
    2339    </classifier>
     
    2945      <format>
    3046    <gsf:template match="documentNode">
    31       <td><gsf:link><gsf:metadata name='dls.Keyword' /></gsf:link></td>
     47      <td><gsf:link type='document'><gsf:metadata name='dls.Keyword' /></gsf:link></td>
     48    </gsf:template>
     49    <gsf:template match="classifierNode">
     50      <td><gsf:link type='classifier'><gsf:metadata name='dls.Keyword' /></gsf:link></td>
    3251    </gsf:template>
    3352      </format>
  • trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo/gs2mgppdemo.col

    r7783 r13857  
    1313<GathererCollection>
    1414    <Argument name="built">false</Argument>
    15     <Argument name="imported">false</Argument>
     15    <Argument name="imported">true</Argument>
    1616    <GathererConfig/>
    1717    <BuildConfig>
  • trunk/gsdl3/web/sites/localsite/collect/gs2mgppdemo/index/buildConfig.xml

    r8965 r13857  
    55  </metadataList>
    66  <serviceRackList>
     7    <serviceRack name="GS2MGPPRetrieve">
     8      <defaultLevel name="Sec"/>
     9      <indexStem name="gs2mgppdemo"/>
     10    </serviceRack>
    711    <serviceRack name="GS2Browse">
     12      <indexStem name="gs2mgppdemo"/>
    813      <classifierList>
    9     <classifier name="CL1" content="Title"/>
    10     <classifier name="CL2" content="Subject" />
    11     <classifier name="CL3" content="Organization" />
    12     <classifier name="CL4" content="Howto" />
     14    <classifier name="CL1" content="dls.Title"/>
     15    <classifier name="CL2" content="dls.Subject"/>
     16    <classifier name="CL3" content="Organization"/>
     17    <classifier name="CL4" content="Howto"/>
    1318      </classifierList>
    14     </serviceRack>     
    15     <serviceRack name="GS2MGPPRetrieve">
    16       <defaultLevel name="Sec" />
    1719    </serviceRack>
    1820    <serviceRack name="GS2MGPPSearch">
    19       <defaultLevel name="Sec" />
     21      <defaultLevel name="Sec"/>
    2022      <levelList>
    21     <level name="Sec" />
    22     <level name="Doc" />
     23    <level name="Sec"/>
     24    <level name="Doc"/>
    2325      </levelList>
    2426      <fieldList>
    25     <field shortname="ZZ" name="allfields" />
    26     <field shortname="TX" name="text" />
    27     <field shortname="DL" name="dls.Title" />
    28     <field shortname="DS" name="dls.Subject" />
    29     <field shortname="DO" name="dls.Organization" />
     27    <field shortname="ZZ" name="allfields"/>
     28    <field shortname="TX" name="text"/>
     29    <field shortname="DL" name="dls.Title"/>
     30    <field shortname="DS" name="dls.Subject"/>
     31    <field shortname="DO" name="dls.Organization"/>
    3032      </fieldList>
    3133      <searchTypeList>
    32     <searchType name="form" />
    33     <searchType name="plain" />
     34    <searchType name="form"/>
     35    <searchType name="plain"/>
    3436      </searchTypeList>
    35       <defaultIndex name="idx" />
     37      <indexStem name="gs2mgppdemo"/>
     38      <indexOptionList>
     39    <indexOption name="stemIndexes" value="7"/>
     40    <indexOption name="maxnumeric" value="4"/>
     41      </indexOptionList>
     42      <defaultIndex name="idx"/>
    3643      <indexList>
    37     <index name="idx" />
     44    <index name="idx"/>
    3845      </indexList>
    3946    </serviceRack>
Note: See TracChangeset for help on using the changeset viewer.