greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17744

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

changed the string keys to reflect the name changes

Files:

Legend:

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

    r17720 r17744  
    5454 
    5555my $options = { 'name'     => "DatabasePlugin", 
    56                 'desc'     => "{DBPlugin.desc}", 
     56                'desc'     => "{DatabasePlugin.desc}", 
    5757                'abstract' => "no", 
    5858                'inherits' => "yes", 
  • gsdl/trunk/perllib/plugins/HTMLImagePlugin.pm

    r17727 r17744  
    125125my $aggressiveness_list =  
    126126    [ { 'name' => "1", 
    127         'desc' => "{W3ImagePlugin.aggressiveness.1}" }, 
     127        'desc' => "{HTMLImagePlugin.aggressiveness.1}" }, 
    128128      { 'name' => "2", 
    129         'desc' => "{W3ImagePlugin.aggressiveness.2}" }, 
     129        'desc' => "{HTMLImagePlugin.aggressiveness.2}" }, 
    130130      { 'name' => "3", 
    131         'desc' => "{W3ImagePlugin.aggressiveness.3}" }, 
     131        'desc' => "{HTMLImagePlugin.aggressiveness.3}" }, 
    132132      { 'name' => "4", 
    133         'desc' => "{W3ImagePlugin.aggressiveness.4}" }, 
     133        'desc' => "{HTMLImagePlugin.aggressiveness.4}" }, 
    134134      { 'name' => "5", 
    135         'desc' => "{W3ImagePlugin.aggressiveness.5}" }, 
     135        'desc' => "{HTMLImagePlugin.aggressiveness.5}" }, 
    136136      { 'name' => "6", 
    137         'desc' => "{W3ImagePlugin.aggressiveness.6}" }, 
     137        'desc' => "{HTMLImagePlugin.aggressiveness.6}" }, 
    138138      { 'name' => "7", 
    139         'desc' => "{W3ImagePlugin.aggressiveness.7}" }, 
     139        'desc' => "{HTMLImagePlugin.aggressiveness.7}" }, 
    140140      { 'name' => "8", 
    141         'desc' => "{W3ImagePlugin.aggressiveness.8}" }, 
     141        'desc' => "{HTMLImagePlugin.aggressiveness.8}" }, 
    142142      { 'name' => "9", 
    143         'desc' => "{W3ImagePlugin.aggressiveness.9}" } ]; 
     143        'desc' => "{HTMLImagePlugin.aggressiveness.9}" } ]; 
    144144 
    145145my $arguments = 
    146146    [ { 'name' => "aggressiveness", 
    147         'desc' => "{W3ImagePlugin.aggressiveness}", 
     147        'desc' => "{HTMLImagePlugin.aggressiveness}", 
    148148        'type' => "int", 
    149149        'list' => $aggressiveness_list, 
     
    151151        'reqd' => "no" }, 
    152152      { 'name' => "index_pages", 
    153         'desc' => "{W3ImagePlugin.index_pages}", 
     153        'desc' => "{HTMLImagePlugin.index_pages}", 
    154154        'type' => "flag", 
    155155        'reqd' => "no" }, 
    156156      { 'name' => "no_cache_images", 
    157         'desc' => "{W3ImagePlugin.no_cache_images}", 
     157        'desc' => "{HTMLImagePlugin.no_cache_images}", 
    158158        'type' => "flag", 
    159159        'reqd' => "no" }, 
    160160      { 'name' => "min_size", 
    161         'desc' => "{W3ImagePlugin.min_size}", 
     161        'desc' => "{HTMLImagePlugin.min_size}", 
    162162        'type' => "int", 
    163163        'deft' => "2000", 
    164164        'reqd' => "no" }, 
    165165      { 'name' => "min_width", 
    166         'desc' => "{W3ImagePlugin.min_width}", 
     166        'desc' => "{HTMLImagePlugin.min_width}", 
    167167        'type' => "int", 
    168168        'deft' => "50", 
    169169        'reqd' => "no" }, 
    170170      { 'name' => "min_height", 
    171         'desc' => "{W3ImagePlugin.min_height}", 
     171        'desc' => "{HTMLImagePlugin.min_height}", 
    172172        'type' => "int", 
    173173        'deft' => "50", 
    174174        'reqd' => "no" }, 
    175175      { 'name' => "thumb_size", 
    176         'desc' => "{W3ImagePlugin.thumb_size}", 
     176        'desc' => "{HTMLImagePlugin.thumb_size}", 
    177177        'type' => "int", 
    178178        'deft' => "100", 
    179179        'reqd' => "no" }, 
    180180      { 'name' => "convert_params", 
    181         'desc' => "{W3ImagePlugin.convert_params}", 
     181        'desc' => "{HTMLImagePlugin.convert_params}", 
    182182        'type' => "string", 
    183183        'deft' => "", 
    184184        'reqd' => "no" }, 
    185185      { 'name' => "min_near_text", 
    186         'desc' => "{W3ImagePlugin.min_near_text}", 
     186        'desc' => "{HTMLImagePlugin.min_near_text}", 
    187187        'type' => "int", 
    188188        'deft' => "10", 
    189189        'reqd' => "no" }, 
    190190      { 'name' => "max_near_text", 
    191         'desc' => "{W3ImagePlugin.max_near_text}", 
     191        'desc' => "{HTMLImagePlugin.max_near_text}", 
    192192        'type' => "int", 
    193193        'deft' => "400", 
    194194        'reqd' => "no" }, 
    195195      { 'name' => "smallpage_threshold", 
    196         'desc' => "{W3ImagePlugin.smallpage_threshold}", 
     196        'desc' => "{HTMLImagePlugin.smallpage_threshold}", 
    197197        'type' => "int", 
    198198        'deft' => "2048", 
    199199        'reqd' => "no" }, 
    200200      { 'name' => "textrefs_threshold", 
    201         'desc' => "{W3ImagePlugin.textrefs_threshold}", 
     201        'desc' => "{HTMLImagePlugin.textrefs_threshold}", 
    202202        'type' => "int", 
    203203        'deft' => "2", 
    204204        'reqd' => "no" }, 
    205205      { 'name' => "caption_length", 
    206         'desc' => "{W3ImagePlugin.caption_length}", 
     206        'desc' => "{HTMLImagePlugin.caption_length}", 
    207207        'type' => "int", 
    208208        'deft' => "80", 
    209209        'reqd' => "no" }, 
    210210      { 'name' => "neartext_length", 
    211         'desc' => "{W3ImagePlugin.neartext_length}", 
     211        'desc' => "{HTMLImagePlugin.neartext_length}", 
    212212        'type' => "int", 
    213213        'deft' => "300", 
    214214        'reqd' => "no" }, 
    215215      { 'name' => "document_text", 
    216         'desc' => "{W3ImagePlugin.document_text}", 
     216        'desc' => "{HTMLImagePlugin.document_text}", 
    217217        'type' => "flag", 
    218218        'reqd' => "no" } ]; 
    219219 
    220220my $options = { 'name'     => "HTMLImagePlugin", 
    221                 'desc'     => "{W3ImagePlugin.desc}", 
     221                'desc'     => "{HTMLImagePlugin.desc}", 
    222222                'abstract' => "no", 
    223223                'inherits' => "yes", 
  • gsdl/trunk/perllib/plugins/PostScriptPlugin.pm

    r17725 r17744  
    6767        'deft' => &get_default_block_exp() }, 
    6868      { 'name' => "extract_date", 
    69         'desc' => "{PSPlugin.extract_date}", 
     69        'desc' => "{PostScriptPlugin.extract_date}", 
    7070        'type' => "flag" }, 
    7171      { 'name' => "extract_pages", 
    72         'desc' => "{PSPlugin.extract_pages}", 
     72        'desc' => "{PostScriptPlugin.extract_pages}", 
    7373        'type' => "flag" }, 
    7474      { 'name' => "extract_title", 
    75         'desc' => "{PSPlugin.extract_title}", 
     75        'desc' => "{PostScriptPlugin.extract_title}", 
    7676        'type' => "flag" } ]; 
    7777 
    7878my $options = { 'name'     => "PostScriptPlugin", 
    79                 'desc'     => "{PSPlugin.desc}", 
     79                'desc'     => "{PostScriptPlugin.desc}", 
    8080                'abstract' => "no", 
    8181                'inherits' => "yes", 
  • gsdl/trunk/perllib/plugins/PowerPointPlugin.pm

    r17735 r17744  
    6161 
    6262my $options = { 'name'     => "PowerPointPlugin", 
    63                 'desc'     => "{PPTPlugin.desc}", 
     63                'desc'     => "{PowerPointPlugin.desc}", 
    6464                'abstract' => "no", 
    6565                'inherits' => "yes", 
     
    8080                       'deft' => "html" }, 
    8181                     { 'name' => "windows_scripting", 
    82                        'desc' => "{PPTPlugin.windows_scripting}", 
     82                       'desc' => "{PowerPointPlugin.windows_scripting}", 
    8383                       'type' => "flag", 
    8484                       'reqd' => "no" }