greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17722

Show
Ignore:
Timestamp:
2008-11-06 11:02:42 (2 months ago)
Author:
kjdon
Message:

renamed PPTPlugin to PowerPointPlugin?, and changed the name inside the file

Files:

Legend:

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

    r16021 r17722  
    11########################################################################### 
    22# 
    3 # PPTPlugin.pm -- plugin for importing Microsoft PowerPoint files. 
     3# PowerPointPlugin.pm -- plugin for importing Microsoft PowerPoint files. 
    44#  (currently only versions 95 and 97) 
    55# 
     
    2626########################################################################### 
    2727 
    28 package PPTPlugin; 
     28package PowerPointPlugin; 
    2929 
    3030use ConvertBinaryFile; 
     
    3535 
    3636sub BEGIN { 
    37     @PPTPlugin::ISA = ('ConvertBinaryFile', 'ReadTextFile'); 
     37    @PowerPointPlugin::ISA = ('ConvertBinaryFile', 'ReadTextFile'); 
    3838} 
    3939 
     
    6161      ]; 
    6262 
    63 my $options = { 'name'     => "PPTPlugin", 
     63my $options = { 'name'     => "PowerPointPlugin", 
    6464                'desc'     => "{PPTPlugin.desc}", 
    6565                'abstract' => "no",