home *** CD-ROM | disk | FTP | other *** search
/ The WinSite Windows Explosion! 1996 Summer / WINSITE_2.iso / pagemkr / pmtags.exe / README.TXT < prev   
Text File  |  1994-01-03  |  2KB  |  50 lines

  1. This is a wonderful little program by Chris Dorsey, our programming expert.
  2. Let's hear a round of applause for his generosity!
  3.  
  4. Geof.
  5. ---------------------------------------------------------------------------
  6.  
  7. A number of items have been posted about importing ASCII text in PageMaker. I
  8. used PM 4.0 for Windows for a large (800 page) manual. Most of the text was
  9. written by software engineers, using plain text editors. We established the
  10. following process:
  11.  
  12. 1.   I defined a set of styles, and thus style tags, to be used.
  13.  
  14. 2.   The engineers wrote their sections in ASCII text with a style tag at the
  15. start of each paragraph.
  16.  
  17. 3.   I wrote a program called PMTAGS  that read their text file and
  18. checked for valid style tags and, optionally, generated an output file
  19. without all the CRLFs at the end of every line. So a file that looks like:
  20.  
  21. <para>This is a paragraph[CRLF]
  22. in an ASCII text file.[CRLF]
  23.  
  24. <para>And this is[CRLF]
  25. another.
  26.  
  27. becomes:
  28.  
  29. <para>This is a paragraph in an ASCII text file.[CRLF]
  30. <para>And this is another.[CRLF]
  31.  
  32. This solved almost all the problems we had importing ASCII text into PM. The
  33. program is configurable in that a file listing the style names is read at
  34. startup, and this configuration file can specify some basic checks to make.
  35.  
  36. I hereby place this software in the public domain to be distributed and
  37. used free of charge. I will mail a copy of the executable, documentation and
  38. an example configuration file to anyone who is interested. Alternatively, if
  39. there is someone with an anonymus FTP site, I am happy for the application to
  40. be uploaded.
  41. ========================================================================
  42.  Dr Chris Dorsey                    Documentation Editor
  43.  Network Engineering Team
  44.  Industrial Research Limited        Telephone: +64 (04) 569-0000 xt4675
  45.  Box 31-310, Lower Hutt,            Facsimile: +64 (04) 569-0067
  46.  NEW ZEALAND.                       E-mail: c.dorsey@irl.cri.nz
  47. ========================================================================
  48.  
  49.  
  50.