Changeset 17751


Ignore:
Timestamp:
2008-11-06T14:52:17+13:00 (15 years ago)
Author:
kjdon
Message:

GA changed to GreenstoneXML

Location:
gsdl/trunk/bin/script
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/import.pl

    r17142 r17751  
    8585# used to control output file format
    8686my $saveas_list =
    87     [ { 'name' => "GA",
    88         'desc' => "{export.saveas.GA}"},
     87    [ { 'name' => "GreenstoneXML",
     88        'desc' => "{export.saveas.GreenstoneXML}"},
    8989      { 'name' => "GreenstoneMETS",
    9090        'desc' => "{export.saveas.GreenstoneMETS}"},
     
    105105    'type' => "enum",
    106106    'list' => $saveas_list,
    107     'deft' => "GA",
     107    'deft' => "GreenstoneXML",
    108108    'reqd' => "no",
    109109    'modegli' => "3" };
     
    528528    ####Use Plugout####
    529529    my ($plugout);
    530     if (defined $collectcfg->{'plugout'} && $collectcfg->{'plugout'} =~ /^(GA|GreenstoneMETS)Plugout/) {
     530    if (defined $collectcfg->{'plugout'} && $collectcfg->{'plugout'} =~ /^(GreenstoneXML|GreenstoneMETS)Plugout/) {
    531531    $plugout = $collectcfg->{'plugout'};
    532532    }
    533533    else{
    534     if ($saveas !~ /^(GA|GreenstoneMETS)$/) {
    535         push @$plugout,"GAPlugout";
     534    if ($saveas !~ /^(GreenstoneXML|GreenstoneMETS)$/) {
     535        push @$plugout,"GreenstoneXMLPlugout";
    536536    }
    537537    else{
  • gsdl/trunk/bin/script/mkcol.pl

    r17734 r17751  
    312312    # load default plugins if none were on command line
    313313    if (!scalar(@plugin)) {
    314     @plugin = (ZIPPlugin,GAPlugin,TextPlugin,HTMLPlugin,EmailPlugin,
     314    @plugin = (ZIPPlugin,GreenstoneXMLPlugin,TextPlugin,HTMLPlugin,EmailPlugin,
    315315           PDFPlugin,RTFPlugin,WordPlugin,PostScriptPlugin,PowerPointPlugin,ExcelPlugin,ImagePlugin,ISISPlugin,NulPlugin,MetadataXMLPlugin,ArchivesInfPlugin,DirectoryPlugin);
    316316    }
Note: See TracChangeset for help on using the changeset viewer.