home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / htmlparse / !HtmlParse / Documents / !Help next >
Encoding:
Text File  |  1997-04-10  |  2.6 KB  |  88 lines

  1. HtmlParse v1.10
  2. © Chris Rutter 1997
  3. ----------------------------------------------------------------------------
  4.  
  5. 0. Important notice for users of HtmlParse v1.09b or earlier
  6.  
  7.   Please note the following changes:
  8.  
  9.       * the </head> tag is no longer added after the title
  10.       * the opening <html> and <head> tags are no longer inserted
  11.       * you no longer need to use ## except at the beginning of a line
  12.  
  13.   which means that you must create a file called "Preamble" containing the
  14.   following:
  15.  
  16.       <!doctype html public "-//W3C//DTD HTML 3.2//EN">
  17.       <html><head>
  18.  
  19.   (with no new-line after <head>), and reference it in the [Scaffold]
  20.   section as
  21.  
  22.       Preamble=<your preamble file>
  23.  
  24.   Then, you must go into all your header files, and add an extra
  25.  
  26.       </head>
  27.  
  28.   to the top. Finally, you must search for all the occasions on which
  29.   you have used "##" to insert a "#" character into the output, and the
  30.   first "#" is not at the beginning of a line, and replace it with a
  31.   single "#". It's very unlikely anyone would want to insert a "#" character
  32.   at the beginning of a line, anyway.
  33.  
  34. 1. Overview
  35.  
  36.   HtmlParse is a system designed to save time when managing a web site.
  37.   It provides loads of useful commands and utilities that make the job of
  38.   creating consistent page headers/footers and links easy, and more.
  39.  
  40.   The manual is currently availble in TeX format only.
  41.  
  42.   Note that for the TeX version of the manual, a ready-processed DVI file
  43.   is included, but DVIview 1.02 or later is needed to view the diagrams
  44.   contained within the DVI file.
  45.  
  46.   The currently working installation *really is* a beta. It will be
  47.   extended to work on Unix boxes, and also to have several new and
  48.   useful features (check out the ‘future features’ section of the full
  49.   documentation).
  50.  
  51. 2. Invoking HtmlParse
  52.  
  53.   Set script files to type 109 and HtmlParse will automatically run them if
  54.   it has been ‘seen’ by the filer. The recommended structure of a web site
  55.   for use with HtmlParse is similar to
  56.  
  57.     Files (or some other suitable name)
  58.      |
  59.      | - RunScript (an obey file which sets up a path called WWWRoot$Path)
  60.      | - Script (the script file itself, type 109)
  61.      | - ControlTxt (the ALT= tag text for controls)
  62.      |\
  63.      | Source
  64.      |  |
  65.      |  + - (input files)
  66.      |\
  67.      | Output
  68.      |
  69.      |\
  70.      | Headers
  71.      |
  72.      |\
  73.      | Footers
  74.      |
  75.      |\
  76.      | Links
  77.  
  78.   Please consult the manual for further information.
  79.  
  80. 3. Contact
  81.  
  82.   Contact me as chris@fluff.org, or phone on 01223-832474.
  83.  
  84. 4. Credits
  85.  
  86.   Oh, and I nicked all the icons from Andrew Clover, because he drew the
  87.   world-wide-web icon and the pen icon, so credits to him...
  88.