Ignore:
Timestamp:
2018-07-19T19:54:32+12:00 (6 years ago)
Author:
ak19
Message:
  1. Making paged_pretty_html the default rather than pretty_html, since it's likely more users will want their converted PDF sectionalised. 2. Hopefully improved the display strings to make sense for users rather than for me.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/gsConvert.pl

    r32287 r32290  
    124124             "type/$type_re/", \$input_type,
    125125             '/errlog/.*/', \$faillogfile,
    126              'output/(auto|html|text|pagedimg).*/', \$output_type, # regex includes html_multi and paged_html besides html
     126             'output/(auto|html|text|pagedimg).*/', \$output_type, # regex includes html_multi and (paged_)pretty_html besides html, as well as pagedimgtxt_<imgext> besides pagedimg_<imgext>
    127127             'timeout/\d+/0',\$timeout,
    128128             'verbose/\d+/0', \$verbose,
     
    360360    elsif ($pdf_tool eq "xpdftools" ) {
    361361   
    362     # default to pretty html output
     362    # default to paged_pretty_html output
    363363    if (!$output_type) {
    364         $output_type = "pretty_html";
     364        $output_type = "paged_pretty_html";
    365365    }
    366366   
Note: See TracChangeset for help on using the changeset viewer.