Changeset 30683 for main/trunk


Ignore:
Timestamp:
2016-08-05T19:39:07+12:00 (8 years ago)
Author:
ak19
Message:

Undoing accidental commits of rev 30681.

Location:
main/trunk/greenstone2
Files:
5 edited

Legend:

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

    r30681 r30683  
    531531    my $launch_cmd = "\"".&util::get_perl_exec()."\" -S wvware.pl \"$input_filename\" \"$output_filestem\" \"$faillogfile\" $verbosity $timeout";   
    532532
    533     print STDERR "***** wvware launch cmd = $launch_cmd\n";
     533#    print STDERR "***** wvware launch cmd = $launch_cmd\n";
    534534
    535535    $wvware_status = system($launch_cmd)/256;
  • main/trunk/greenstone2/bin/script/wvware.pl

    r30681 r30683  
    217217    if ($ENV{'GSDLOS'} !~ m/^windows$/i || $is_winnt_2000);
    218218
    219     print STDERR "***** wvware.pl launching wvware with CMD:\n\t$cmd\n";
     219#    print STDERR "***** wvware.pl launching wvware with CMD:\n\t$cmd\n";
    220220
    221221    # execute the command
  • main/trunk/greenstone2/collect/demo/etc/collect.cfg

    r30681 r30683  
    1414
    1515plugin  GreenstoneXMLPlugin
    16 plugin  HTMLPlugin -description_tags
     16plugin  HTMLPlugin -description_tags 
    1717# following two plugins not needed for the demo collection, but are useful to
    1818# include for tutorial purposes
     
    3333classify    List -sort_leaf_nodes_using dc.Title -metadata dls.Organization -bookshelf_type always -partition_type_within_level constant_size
    3434
    35 classify    List -metadata dls.Keyword -buttonname Howto -partition_type_within_level constant_size
     35classify    List -metadata dls.Keyword -partition_type_within_level constant_size -buttonname Howto
    3636
    3737format CL4VList "<td>[link][icon][/link]</td><td>[link][dls.Keyword][/link]"
  • main/trunk/greenstone2/etc/main.cfg

    r30681 r30683  
    1010# will be disabled.
    1111maintainer      NULL
    12 
    13 # GTI
    14 translator  enabled
    1512
    1613# Outgoing (SMTP) mail server for this Greenstone installation.
     
    2623# Set status to "enabled" if you want the Maintenance and
    2724# Administration facility to be available.
    28 status      enabled
     25status      disabled
    2926
    3027# Set collector to "enabled" if you want the "collector"
     
    302299# If you want an intermediate page to warn users that they've clicked on
    303300# an external link, then uncomment the following line
    304 cgiarg      shortname=el argdefault=prompt
    305 
     301#cgiarg     shortname=el argdefault=prompt
     302
  • main/trunk/greenstone2/runtime-src/src/recpt/gsdl_modules_cfg.h

    r30681 r30683  
    5656#define GSDL_USE_DEPOSITOR_ACTION
    5757#define GSDL_USE_EXTLINK_ACTION
    58 #define GSDL_USE_GTI_ACTION
     58#undef GSDL_USE_GTI_ACTION
    5959
    6060#ifdef ENABLE_MGPP
Note: See TracChangeset for help on using the changeset viewer.