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

    r23377 r24225  
    262262
    263263    #setup to doclink thingi
     264    # srclink_file is now deprecated because of the "_" in the metadataname. Use srclinkFile
    264265    $doc_obj->add_metadata ("", "srclink_file", $doc_obj->get_sourcefile());
     266    $doc_obj->add_metadata ("", "srclinkFile", $doc_obj->get_sourcefile());
    265267    $doc_obj->add_utf8_metadata ("", "srcicon",  "<img border=\"0\" align=\"absmiddle\" src=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/thumbnail.png\" alt=\"View the Open document\" title=\"View the Open document\">");
    266268
Note: See TracChangeset for help on using the changeset viewer.