Ignore:
Timestamp:
2013-06-24T17:23:04+12:00 (11 years ago)
Author:
ak19
Message:

Dr Bainbridge fixed it so that the gdb files generated on Windows for diffcol match those on Linux. This actually involved changing the order in which docids appear in archiveinf-doc. This last needed the newly invented flag -sort to the ArchivesInfPlugin in combination with -sortmeta OID to import.pl

File:
1 edited

Legend:

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

    r27306 r27697  
    5252    'reqd' => "no",
    5353    'modegli' => "2" },
     54    { 'name' => "sort",
     55    'desc' => "{ArchivesInfPlugin.sort}",
     56    'type' => "flag",
     57    'reqd' => "no",
     58    'modegli' => "2" }
    5459
    5560         ];
     
    244249    if ($self->{'reversesort'}) {
    245250        $archive_info->reverse_sort();
     251    } elsif ($self->{'sort'}) {
     252        $archive_info->sort();
    246253    }
    247254   
Note: See TracChangeset for help on using the changeset viewer.