Ignore:
Timestamp:
2006-05-25T12:31:28+12:00 (18 years ago)
Author:
kjdon
Message:

changed header, toc eetc options from WordPLug to Structured HTML plug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/strings.properties

    r11792 r11850  
    839839SplitPlug.split_exp:A perl regular expression to split input files into segments.
    840840
     841StructuredHTMLPlug.delete_toc:Remove the "Table of Contents" and "List of Tables" from the converted HTML file.
     842
     843StructuredHTMLPlug.title_header:set up the possible user-defined style for the title_header.
     844
     845StructuredHTMLPlug.level1_header:possible user-defined styles for the level1 header in the HTML document (equivalent to <h1>).
     846
     847StructuredHTMLPlug.level2_header:possible user-defined styles for the level2 header in the HTML document (equivalent to <h2>).
     848
     849StructuredHTMLPlug.level3_header:possible user-defined styles for the level3 header in the HTML document (equivalent <h3>).
     850
     851StructuredHTMLPlug.toc_header:possible user-defined header styles for the TOC.
     852
     853StructuredHTMLPlug.tof_header:possible user-defined header styles for the TOF
     854
    841855TEXTPlug.desc:Creates simple single-level document. Adds Title metadata of first line of text (up to 100 characters long).
    842856
     
    908922WordPlug.windows_scripting:Use MicroSoft Windows scripting technology (Visual Basic for Applications) to get Word to convert document to HTML rather than rely on the open source package WvWare.  Causes Word application to open on screen if not already running.
    909923
    910 WordPlug.delete_toc:Remove the "Table of Contents" and "List of Tables" from the converted HTML file.
    911 
    912 WordPlug.title_header:set up the possible user-defined style for the title_header.
    913 
    914 WordPlug.level1_header:possible user-defined styles for the level1 header in the HTML document (equivalent to <h1>).
    915 
    916 WordPlug.level2_header:possible user-defined styles for the level2 header in the HTML document (equivalent to <h2>).
    917 
    918 WordPlug.level3_header:possible user-defined styles for the level3 header in the HTML document (equivalent <h3>).
    919 
    920 WordPlug.toc_header:possible user-defined header styles for the TOC.
    921 
    922 WordPlug.tof_header:possible user-defined header styles for the TOF
    923 
    924 WordPlug.extracted_word_metadata: This is to retrieve metadata from the HTML document converted by VB scripting. It allows users to define comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive
     924WordPlug.metadata_fields: This is to retrieve metadata from the HTML document converted by VB scripting. It allows users to define comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive
    925925
    926926XMLPlug.desc:Base class for XML plugins.
Note: See TracChangeset for help on using the changeset viewer.