Changeset 17725


Ignore:
Timestamp:
2008-11-06T11:30:00+13:00 (15 years ago)
Author:
kjdon
Message:

renamed PSPlugin to PostScriptPlugin

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/PostScriptPlugin.pm

    r17723 r17725  
    11###########################################################################
    22#
    3 # PSPlugin.pm -- this might look VERY similar to the PDF plugin...
     3# PostScriptPlugin.pm -- plugin to process PostScript files
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    2424###########################################################################
    2525
    26 # 12/05/02 Added usage datastructure - John Thompson
    27 
    28 package PSPlugin;
     26package PostScriptPlugin;
    2927
    3028use ConvertBinaryFile;
     
    3634
    3735sub BEGIN {
    38     @PSPlugin::ISA = ('ConvertBinaryFile', 'ReadTextFile');
     36    @PostScriptPlugin::ISA = ('ConvertBinaryFile', 'ReadTextFile');
    3937}
    4038
     
    7876    'type' => "flag" } ];
    7977
    80 my $options = { 'name'     => "PSPlugin",
     78my $options = { 'name'     => "PostScriptPlugin",
    8179        'desc'     => "{PSPlugin.desc}",
    8280        'abstract' => "no",
     
    188186    my $date_found = 0;
    189187
    190     print STDERR "PSPlugin: extracting PostScript metadata from \"$filename\"\n"
     188    print STDERR "PostScriptPlugin: extracting PostScript metadata from \"$filename\"\n"
    191189    if $self->{'verbosity'} > 1;
    192190
Note: See TracChangeset for help on using the changeset viewer.