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

    r22663 r24225  
    108108    $doc_obj->add_metadata($top_section, "FileFormat", "RealMedia");
    109109
     110    # srclink_file is now deprecated because of the "_" in the metadataname. Use srclinkFile
    110111    $doc_obj->add_metadata ($top_section, "srclink_file", $doc_obj->get_sourcefile());
     112    $doc_obj->add_metadata ($top_section, "srclinkFile", $doc_obj->get_sourcefile());
    111113    $doc_obj->add_metadata($top_section, "srcicon", "_iconrmvideo_");
    112114
Note: See TracChangeset for help on using the changeset viewer.