Changeset 17747
- Timestamp:
- 2008-11-06 14:48:46 (2 months ago)
- Files:
-
- gsdl/trunk/perllib/cfgread4gs3.pm (modified) (1 diff)
- gsdl/trunk/perllib/docprint.pm (modified) (1 diff)
- gsdl/trunk/perllib/docproc.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/perllib/cfgread4gs3.pm
r15685 r17747 202 202 } 203 203 else{ 204 push (@{$data->{$key}},"G APlugout");204 push (@{$data->{$key}},"GreenstoneXMLPlugout"); 205 205 } 206 206 } gsdl/trunk/perllib/docprint.pm
r15720 r17747 25 25 26 26 # This is used to output an XML representation of a doc_obj - this will be 27 # G Aformat.28 # This is used by G APlugout and doc.pm27 # Greenstone XML format. 28 # This is used by GreenstoneXMLPlugout and doc.pm 29 29 30 30 package docprint; gsdl/trunk/perllib/docproc.pm
r15894 r17747 37 37 38 38 $self->{'OIDtype'} = "hash"; 39 $self->{'saveas'} = "G A"; # default39 $self->{'saveas'} = "GreenstoneXML"; # default 40 40 41 41 return bless $self, $class;
