home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / dtp / ov2html / !OvP2HTML / !Help next >
Text File  |  1997-04-12  |  2KB  |  65 lines

  1.  
  2.  !OvP2HTML version 0.04
  3.  
  4.  By Tim Wiser
  5.  
  6.  
  7.  
  8.  Purpose
  9.  ~~~~~~~
  10.  Takes a DDL file from Ovation Pro and converts it into an HTML document
  11.  suitable for publishing on the Internet.
  12.  
  13.  
  14.  Support
  15.  ~~~~~~~
  16.  Support in this versiom exists for font changes, bold, italic, underlining,
  17.  strikethrough, super and subscript, font colour changes, font size changes
  18.  and user defined styles. I think. I've not tested it thoroughly due to a lack
  19.  of a copy of OvationPro...! The output code is not exactly excellent quality
  20.  but it tends to do the job for me. It also translates any foreign characters
  21.  to their HTML equivalents. Plus you can choose between <UPPER CASE> or
  22.  <lower case> tags.
  23.  
  24.  There are three example DDL files inside the application so you can play
  25.  around.
  26.  
  27.  
  28.  Contact
  29.  ~~~~~~~
  30.  mit@beer.com, mit@thepentagon.com, mit@cowgate.demon.co.uk
  31.  http://www.cowgate.demon.co.uk/mit/
  32.  
  33.  
  34.  Thanks
  35.  ~~~~~~
  36.  Thanks to pixeleyes for help with the DDL files
  37.  Thanks to Brian Gamble for letting me work at school during my holiday
  38.  Thanks to Rob & Andrew for further help with DDL files
  39.  Thanks to ANT and Computer Concepts(?!) from which I borrowed bits of icons ;)
  40.  
  41.  
  42.  Notes
  43.  ~~~~~
  44.  1. The source DDL file should be settyped as either &100 or &B25.
  45.  2. The output HTML file is settyped as 'HTML' (&FAF).
  46.  3. The created HTML code is of a diabolical quality. Sorry!
  47.  
  48.  
  49.  Bug fixes in this version
  50.  ~~~~~~~~~~~~~~~~~~~~~~~~~
  51.  
  52.  Can deal with more than 2 conversions in succession ;)  (daft oversight by me).
  53.  Save window pops up when a DDL document is dragged onto the iconbar.
  54.  Save window is closed when the HTML file is completed.
  55.  Program no longer quits after the HTML file is completed.
  56.  *Should* work out the OvationPro document name properly now.
  57.  No more <font size=+0> should occur.
  58.  Produces slightly tidier output code.
  59.  Source and destination files can't be the same.
  60.  Doesn't claim to be a DDF to HTML converter anymore ;)
  61.  Will translate all stories, not just STORY_114.
  62.  No longer produces code with two alignment tags in succession.
  63.  
  64.  
  65.