home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 276.lha / ToPP.readme < prev    next >
Text File  |  1989-08-01  |  2KB  |  57 lines

  1. ToPP a converter from PROWRITE and EXCELLENCE formated text files to the
  2. textual input format of Professional Page.
  3.  
  4. The program automatically recognizes which input type (actually each is an
  5. IFF file but has unique ID's so one big case is all thats needed).
  6.  
  7. One program option is available:  suppress outputing font information.
  8. This one has its uses where you have a template setup with the correct
  9. fonts already and just want to retain the style attributes of the text.  An
  10. example is the pro-page Templates disk.
  11.  
  12. Colors are supported:  Prowrite supports 7 colors, these I have named
  13. according to some of the builtin default colors from propage.
  14.  
  15.  
  16. For E!  there were no set of defaults like prowrite, so the colors are set
  17. up as E10, E11, E12, ..., E17 You will need to tell propage what these are
  18. according to how you set them up in E!.
  19.  
  20. From the program comments:
  21.  
  22.  
  23.         topp:   To prof page; from prowrite and excellence
  24.  
  25.     Synopsis:
  26.         This uses the iffcheck.mod routine found in benchmark m2 as
  27.         the starting off point and by eliminating the display and
  28.         substituting some conversion output, I read a handful of the
  29.         IFF chunks and convert to an ascii only representation of
  30.                 styles, colors and optionally fonts.
  31.  
  32.     usage:  topp filenamein [nf] >output_redirect
  33.  
  34.                 Note, the nf is actually only tested for existence for now.
  35.         It serves to specify no font output.
  36.  
  37.         For prowrite, the space before a paragraph attribute is now
  38.         handled. Forget about tabs and other paragraph stuff, it does
  39.         not map into propage anyway.
  40.  
  41.         Prowrite colors:
  42.         Colors from top to bottom of thedefault prowrite color setup:
  43.         Black, Red, Yellow, Green, Cyan, Blue, Magenta
  44.  
  45.         E! colors:  E10, E11 ... E17 for 8 different colors as defined
  46.         by user in preferences option.
  47.  
  48. When importing the textfile topp builds, tell propage the text input format
  49. is Generic.
  50.  
  51. If  anyone  finds  a  problem with these conversions, Sending me a zoo file
  52. with a stripped E!  or PW file (showing just the problem) would allow me to
  53. fix things.  I can be reached as -NOMAD- on peoplelink.
  54.  
  55. Credits:   Thankfully,  I  had  the benchmark debugger and the template iff
  56. check program to start from.
  57.