Changeset 12741


Ignore:
Timestamp:
2006-09-14T13:32:25+12:00 (18 years ago)
Author:
kjdon
Message:

changed the descriptions

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

Legend:

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

    r12688 r12741  
    2525###########################################################################
    2626
    27 # This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug, RTFPlug
    28 # and PDFPlug. It facilitates the conversion of these document types to either
    29 # HTML, Text or auto (allow user to choose which format to convert to).
    30 # It works by dynamically inheriting BasPlug and base on the plugin type in
    31 # secondary_plugins to devide which format to 'convert_to'. If the argument is
    32 # not present, the default is to inherit auto.
     27# This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug,
     28# RTFPlug and PDFPlug. It facilitates the conversion of these document types
     29# to either HTML, TEXT or a series of images. It works by dynamically loading
     30# an appropriate secondary plugin (HTMLPlug, StructuredHTMLPlug,
     31# PagedImgPlug or TEXTPlug) based on the plugin argument 'convert_to'.
     32
    3333package ConvertToPlug;
    3434
  • trunk/gsdl/perllib/plugins/DBPlug.pm

    r12687 r12741  
    2525###########################################################################
    2626
    27 #
    28 # See <GSDLHOME>/etc/packages/example.dbi for an example config file!!
     27# A plugin that imports records from a database. This uses perl's DBI module,
     28# which includes back-ends for mysql, postgresql, comma separated values (CSV),
     29# MS Excel, ODBC, sybase, etc... Extra modules may need to be installed to
     30# use this. See <GSDLHOME>/etc/packages/example.dbi for an example config file.
    2931#
    3032
Note: See TracChangeset for help on using the changeset viewer.