Changeset 32303 for main/trunk


Ignore:
Timestamp:
2018-07-26T16:21:39+12:00 (6 years ago)
Author:
ak19
Message:

Forgot to update the plugin descriptions for the PDF plugins.

Location:
main/trunk/greenstone2/perllib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm

    r32277 r32303  
    109109
    110110my $options = { 'name'     => "PDFv1Plugin",
    111         'desc'     => "{PDFPlugin.desc}",
     111        'desc'     => "{PDFv1Plugin.desc}",
    112112        'abstract' => "no",
    113113        'inherits' => "yes",
  • main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm

    r32290 r32303  
    110110
    111111my $options = { 'name'     => "PDFv2Plugin",
    112         'desc'     => "{PDFPlugin.desc}",
     112        'desc'     => "{PDFv2Plugin.desc}",
    113113        'abstract' => "no",
    114114        'inherits' => "yes",
  • main/trunk/greenstone2/perllib/strings.properties

    r32290 r32303  
    11791179PDFPlugin.deprecated_plugin:*************IMPORTANT******************\nPDFPlugin is being deprecated.\nConsider upgrading to the recommended PDFv2Plugin, which supports newer versions of PDFs.\nAlternatively, if you wish to retain the old style of conversion and are NOT relying on PDFBox,\nchange to PDFv1Plugin.\nIf you are using PDFBox then upgrade to PDFv2Plugin.\n*****************************************\n
    11801180
    1181 PDFPlugin.desc:Plugin that processes PDF documents using the older pdftohtml tool. Does not support newer PDF versions.
     1181PDFPlugin.desc:Deprecated plugin that processes PDF documents. Upgrade to PDFv2Plugin for the newest PDF capabilities including pdfbox_conversion, or to PDFv1Plugin if you really want the old pdf to html conversion and aren't using pdfbox_conversion.
     1182
     1183PDFv1Plugin.desc:Plugin that processes PDF documents using the older pdftohtml tool. Does not support newer PDF versions.
     1184
     1185PDFv2Plugin.desc:Plugin that processes PDF documents, including newer PDF versions. Uses PDFBox and xpdftools behind the scenes.
    11821186
    11831187PDFPlugin.html_for_realistic_book:PDFs will be converted to HTML for realistic book functionality
Note: See TracChangeset for help on using the changeset viewer.