Ignore:
Timestamp:
2016-08-05T19:22:05+12:00 (8 years ago)
Author:
ak19
Message:

3 new strings introduced by Kathy contained the :, which is used as a separator in the properties file. Although Kathy tried to escape it with a backslash, it broke GTI because GTI doesn't recognise the backslash as a separator and all kinds of weird things happened from then on, so that the Gujarati translator kept having to translte the current date rather than a real GS3 interface string. Modified the gti.pl code (to be committed) and the new strings that Kathy introduced, so that hopefully, GTI can now handle it. Property names and values will be split at the right-most separator character now (= or :) and any on the left should not be escaped.

File:
1 edited

Legend:

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

    r27355 r30681  
    1111levels  section document
    1212
     13defaultlevel    document
     14
    1315plugin  GreenstoneXMLPlugin
    14 plugin  HTMLPlugin -description_tags 
     16plugin  HTMLPlugin -description_tags
    1517# following two plugins not needed for the demo collection, but are useful to
    1618# include for tutorial purposes
     
    3133classify    List -sort_leaf_nodes_using dc.Title -metadata dls.Organization -bookshelf_type always -partition_type_within_level constant_size
    3234
    33 classify    List -metadata dls.Keyword -partition_type_within_level constant_size -buttonname Howto
     35classify    List -metadata dls.Keyword -buttonname Howto -partition_type_within_level constant_size
    3436
    3537format CL4VList "<td>[link][icon][/link]</td><td>[link][dls.Keyword][/link]"
Note: See TracChangeset for help on using the changeset viewer.