Changeset 15114 for gsdl/trunk


Ignore:
Timestamp:
2008-03-20T20:41:44+13:00 (16 years ago)
Author:
ak19
Message:

Added srcreplaceable option to work with new script replace_srcdoc_with_html.pl

Location:
gsdl/trunk/perllib/plugins
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/CONTENTdmPlug.pm

    r14006 r15114  
    8181        'abstract' => "no",
    8282        'inherits' => "yes",
     83        # CONTENTdmPlug is one of the few ConvertToPlug subclasses whose source doc can't be replaced by a GS-generated html
     84        'srcreplaceable' => "no",
    8385        'args'     => $arguments };
    8486
  • gsdl/trunk/perllib/plugins/ExcelPlug.pm

    r12834 r15114  
    4848        'abstract' => "no",
    4949        'inherits' => "yes",
     50        'srcreplaceable' => "yes", # Source docs in Excel format can be replaced with GS-generated html
    5051        'args'     => $arguments };
    5152
  • gsdl/trunk/perllib/plugins/PDFPlug.pm

    r12834 r15114  
    100100        'abstract' => "no",
    101101        'inherits' => "yes",
     102        'srcreplaceable' => "yes", # Source docs in PDF can be replaced with GS-generated html     
    102103        'args'     => $arguments };
    103104
  • gsdl/trunk/perllib/plugins/PPTPlug.pm

    r12834 r15114  
    6363        'abstract' => "no",
    6464        'inherits' => "yes",
     65        'srcreplaceable' => "yes", # Source docs in PPT format can be replaced with GS-generated html
    6566            'args'     => $arguments };
    6667
  • gsdl/trunk/perllib/plugins/PSPlug.pm

    r12834 r15114  
    8181        'abstract' => "no",
    8282        'inherits' => "yes",
     83        'srcreplaceable' => "yes", # Source docs in postscript format can be replaced with GS-generated html
    8384        'args'     => $arguments };
    8485
  • gsdl/trunk/perllib/plugins/RTFPlug.pm

    r12834 r15114  
    5252        'abstract' => "no",
    5353        'inherits' => "yes",
     54        'srcreplaceable' => "yes", # Source docs in rtf can be replaced with GS-generated html
    5455        'args'     => $arguments };
    5556
  • gsdl/trunk/perllib/plugins/WordPlug.pm

    r12834 r15114  
    5050        'abstract' => "no",
    5151        'inherits' => "yes",
     52        'srcreplaceable' => "yes", # Source docs in Word can be replaced with GS-generated html
    5253        'args'     => $arguments };
    5354
Note: See TracChangeset for help on using the changeset viewer.