greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17747

Show
Ignore:
Timestamp:
2008-11-06 14:48:46 (2 months ago)
Author:
kjdon
Message:

GA changed to GreenstoneXML

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/perllib/cfgread4gs3.pm

    r15685 r17747  
    202202        } 
    203203        else{ 
    204            push (@{$data->{$key}},"GAPlugout");  
     204           push (@{$data->{$key}},"GreenstoneXMLPlugout");  
    205205        } 
    206206    } 
  • gsdl/trunk/perllib/docprint.pm

    r15720 r17747  
    2525 
    2626# This is used to output an XML representation of a doc_obj - this will be  
    27 # GA format. 
    28 # This is used by GAPlugout and doc.pm 
     27# Greenstone XML format. 
     28# This is used by GreenstoneXMLPlugout and doc.pm 
    2929 
    3030package docprint; 
  • gsdl/trunk/perllib/docproc.pm

    r15894 r17747  
    3737 
    3838    $self->{'OIDtype'} = "hash"; 
    39     $self->{'saveas'} = "GA";  # default 
     39    $self->{'saveas'} = "GreenstoneXML";  # default 
    4040 
    4141    return bless $self, $class;