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/MediainfoOGVPlugin.pm

    r22663 r24225  
    145145    $doc_obj->add_utf8_metadata ($section, $assoc_field, $doc_obj->get_source()); # Source metadata is already in utf8
    146146
     147    # srclink_file is now deprecated because of the "_" in the metadataname. Use srclinkFile
    147148    $doc_obj->add_metadata ($section, "srclink_file", $doc_obj->get_sourcefile());
     149    $doc_obj->add_metadata ($section, "srclinkFile", $doc_obj->get_sourcefile());
    148150    $doc_obj->add_metadata ($section, "srcicon", "_iconogg_");
    149151
Note: See TracChangeset for help on using the changeset viewer.