Ignore:
Timestamp:
2011-07-20T18:52:50+12:00 (13 years ago)
Author:
ak19
Message:

Improvement to code committed previously: Fixed a bug introduced with the reset-gsdlhome target where any non-standard collecthome value written into the gsdlsite.cfg was lost on startup, since reset-gsdlhome always regenerated gsdlsite.cfg from the template file. Now, the relocation code of the reset-gsdlhome target doesn't get exected every time, only when the gsdlhome property in gsdlsite.cfg is different from GSDLHOME var (which points to the current greenstone installation directory.)

Location:
main/trunk/greenstone2/collect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/collect/demo/etc/collect.cfg

    r23487 r24297  
    1515# following two plugins not needed for the demo collection, but are useful to
    1616# include for tutorial purposes
    17 plugin  ImagePlugin
    18 plugin  ZIPPlugin
     17plugin  ImagePlugin
     18plugin  ZIPPlugin
    1919plugin  MetadataXMLPlugin
    2020plugin  ArchivesInfPlugin
     
    2525classify    Hierarchy -metadata dls.Subject -sort dls.Title
    2626
    27 classify    List -sort_leaf_nodes_using dls.Title -metadata dls.Organization -bookshelf_type always -partition_type_within_level constant_size
     27classify    List -metadata dls.Organization -sort_leaf_nodes_using dls.Title -bookshelf_type always -partition_type_within_level constant_size
    2828
    2929classify    List -metadata dls.Keyword -partition_type_within_level constant_size -buttonname Howto
  • main/trunk/greenstone2/collect/modelcol/etc/collect.cfg

    r22353 r24297  
    66infodbtype  **infodbtype**
    77
    8 indexes     text dc.Title,ex.Title ex.Source
     8indexes     text dc.Title,ex.dc.Title,ex.Title ex.Source
    99defaultindex    text
    1010
     
    2020collectionmeta collectionextra   "**about**"
    2121collectionmeta  .text "_labeltext_"
    22 collectionmeta  .dc.Title,Title "_labelTitle_"
     22collectionmeta  .dc.Title,ex.dc.Title,ex.Title "_labelTitle_"
    2323collectionmeta  .Source "_labelSource_"
    2424collectionmeta .document "_textdocument_"
Note: See TracChangeset for help on using the changeset viewer.