Ignore:
Timestamp:
2011-07-04T19:43:43+12:00 (13 years ago)
Author:
ak19
Message:

Still on ticket 449. Now srclink_file metadata (contains an underscore that makes things difficult for GS3) is renamed to srclinkFile. Related commits are in GS2's runtime-src formattools.cpp and dublincore.cpp and GS3's default/transform/config_format.xsl and Action.java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ConvertToRogPlugin.pm

    r24192 r24225  
    447447    $doc_obj->associate_file($filename, "doc.$doc_ext", undef, $cursection);
    448448
     449    # srclink_file is now deprecated because of the "_" in the metadataname. Use srclinkFile
    449450    $doc_obj->add_metadata ($cursection, "srclink_file", "doc.$doc_ext");
     451    $doc_obj->add_metadata ($cursection, "srclinkFile", "doc.$doc_ext");
    450452    $doc_obj->add_utf8_metadata ($cursection, "srcicon",  "_icon".$doc_ext."_");
    451453
Note: See TracChangeset for help on using the changeset viewer.