Ignore:
Timestamp:
2011-07-04T20:14:04+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 perllib and GS3's default/transform/config_format.xsl and Action.java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/dublincore.cpp

    r22739 r24226  
    102102  text_t value = get_metadata_value(docInfo, "gs.OAIResourceURL");
    103103  if (value.empty()) {
    104     // try srclink_file
    105     value = get_metadata_value(docInfo, "srclink_file");
     104    // try srclinkFile (the metaname "srclink_file" is deprecated, use "srclinkFile")
     105    value = get_metadata_value(docInfo, "srclinkFile");
    106106    if (value.empty()) {
    107107      // we have no file to link to, so link to the Greenstone version of the
Note: See TracChangeset for help on using the changeset viewer.