home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / htmled12.zip / HELP.TXT < prev    next >
Text File  |  1994-11-25  |  5KB  |  163 lines

  1. HTMLed - An HTML Editor for Microsoft Windows
  2.  
  3. About HTMLed
  4.  
  5. HTMLed is an editor for Microsoft Windows 3.1 to be used to create HTML
  6. (Hypertext Markup Language) documents.  Information on WWW (World-Wide-Web) 
  7. servers is usually in HTML format.
  8.  
  9. HTMLed is distributed under the shareware concept.
  10. Please see README.TXT for registration information.
  11.  
  12. HTMLed is produced by I-Net Training & Consulting Ltd.
  13. Contact us at:
  14.  
  15. Internet Software Technologies
  16. P.O. Box 756
  17. Sackville, New Brunswick, Canada
  18. E0A 3C0
  19. inettc@nbnet.nb.ca
  20. (506) 364-8088
  21.  
  22. Features:
  23.  
  24. Reads, writes UNIX files
  25. Foreign character tags support
  26. Implements the full set of HTML markup tags
  27. Floating toolbars
  28. Customizable floating toolbar
  29. Multiple Document Interface
  30. "Intelligent" insertion of HTML tags on a line-by-line basis
  31. Converts the URLs in a MOSAIC.INI file to an HTML document
  32. while retaining the original menu structure.
  33. "Test" button to launch an HTML browser to test your HTML document.
  34. Saves files without HTML tags
  35.  
  36.  
  37. Using HTMLed
  38.  
  39. About the menus.
  40.  
  41. File Menu
  42. Edit Menu
  43. Search Menu
  44. Element Menu
  45. List Menu
  46. Link Menu
  47. Style Menu
  48. Entity Menu
  49. Options Menu
  50. Window Menu
  51.  
  52.  
  53. File Menu
  54.  
  55. This menu performs actions such as opening and saving files.  HTMLed allows 
  56. you to save files in either MS-DOS or UNIX format.  MS-DOS text files have 
  57. a CR-LF (carriage return & line feed) pair at the end of each line.  UNIX 
  58. text files have only a line feed character.  When opening a file, HTMLed will 
  59. attempt to determine which type of file it is, and open it in the appropriate 
  60. mode.  Also on the file menu is an option to save a file as plain text, without
  61. any HTML tags.  The option to "Test HTML Document"  will launch a program
  62. (such as NCSA Mosaic) and pass the current file name to the program as a 
  63. command-line parameter.  The path to this program must be configured in the 
  64. Options|Setup dialog box.
  65.  
  66. Edit Menu
  67.  
  68. This menu contains options to select, cut, and paste text within and between 
  69. documents, using the Windows Clipboard so you can cut and paste to other 
  70. applications.  The "Remove HTML Tags" option allows you to select a block of
  71. text and remove all the HTML tags from the selected text.
  72.  
  73. Search Menu
  74.  
  75. This menu contains options to search and replace text in a document.
  76. The "Intelligent Tag Insert" allows you to insert text at the start,
  77. end, or both the start and end of lines in an HTML document.  You can
  78. select the lines to be affected by specifying a string that is either
  79. at the beginning or end, or that is contained in a line.  For example,
  80. you could insert <H1> and </H1> at the beginning and end of every line
  81. that ends with a colon (":").
  82.  
  83. Example:
  84.  
  85. Original text is
  86.  
  87.     Some heading:
  88.     Blah blah blah...
  89.     ...
  90.     ...
  91.  
  92.     Some other heading:
  93.     Blah blah blah again...
  94.     ...
  95.     ...
  96.  
  97. After Intelligent Tag insert
  98.  
  99.     <H1>Some heading:</H1>
  100.  
  101.     Blah blah blah...
  102.     ...
  103.     ...
  104.  
  105.     <H1>Some other heading:</H1>
  106.  
  107.     Blah blah blah again...
  108.     ...
  109.     ...
  110.  
  111.  
  112. Element Menu
  113.  
  114. The items on this menu insert various HTML markup tags in the document.
  115. Note that some tags, such as TITLE are 'containers', which means that
  116. they are 'wrapped' around the text to which they apply.  For this type of,
  117. tag, you should first select the text you want to be in the container, and
  118. then select the menu option (or button or shortcut key).  Other tags
  119. are single tags and will be inserted at the current cursor position.
  120.  
  121. List Menu
  122.  
  123. These items will create various types of lists from the selected text.
  124. HTMLed will operate on the selected text in the following manner:
  125. If there is no whitespace at the beginning of a line, a <LI> tag will
  126. be inserted.  If there is whitespace, it will be assumed that this
  127. line is part of the previous list item.
  128.  
  129. Link Menu
  130.  
  131. These options pop up dialog boxes so you can enter the appropriate 
  132. information to create links to HTML documents and images.
  133.  
  134. Style Menu
  135.  
  136. These menu items allow you to format text in various styles.  Select the text 
  137. you wish to format and then select the desired style.
  138.  
  139. Entity Menu
  140.  
  141. HTML entities are representations of special characters, such as ">" (without 
  142. the quotes) which is a greater-than sign (">").  Entities are also used for other special
  143. characters such as foreign characters which are not part of the standard 7-bit ASCII 
  144. character set.  The "Make Acute", "Make Circumflex", etc. items allow you to select a 
  145. character and then add an accent to it. HTMLed will only allow you to add accents to
  146. create characters which are valid in HTML.
  147.  
  148.  
  149. Options Menu
  150.  
  151. The Options menu gives access to the Setup dialog, where configuration options for HTMLed
  152. are set, and also to the custom toolbar setup dialog.  This dialog box is used to configure the 
  153. custom toolbar.  There are also items which toggle between displaying and not displaying the 
  154. four different floating toolbars.  "Convert mosaic.ini to HTML file" will take the URLs in 
  155. NCSA Mosaic's .INI file and produce an HTML page containing them.
  156.  
  157.  
  158. Window Menu
  159.  
  160. This menu contains options for tiling and cascading open windows.  A list of currently open windows 
  161. in HTMLed is also on this menu.
  162.  
  163.