home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / frame / 3914 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.8 KB

  1. Path: sparky!uunet!olivea!gossip.pyramid.com!pyramid!infmx!hartman
  2. From: hartman@informix.com (Robert Hartman)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: Creating Unix man Pages with Frame
  5. Message-ID: <1993Jan12.200906.22831@informix.com>
  6. Date: 12 Jan 93 20:09:06 GMT
  7. References: <1993Jan11.235617.28049@brt.com>
  8. Sender: news@informix.com (Usenet News)
  9. Organization: Informix Software, Inc.
  10. Lines: 35
  11.  
  12. In article <1993Jan11.235617.28049@brt.com> paulk@brt.com (Paul Kennedy) writes:
  13. >
  14. >Has anyone out there created a filter and a set of formats that would
  15. >allow one to create a man page with FrameMaker and then export it
  16. >to a text file compatible with the Unix man utility?
  17. >
  18. >This seems retrograde but there a couple of people at my site that
  19. >are so used to Frame that they don't feel comfortable with [nt]roff.
  20. >Nonetheless they'd still like to create man pages compatible with
  21. >the current man system.
  22. >
  23. >Thanks in advance.
  24. >
  25. >Paul Kennedy
  26. >Berkeley Research and Trading
  27. >
  28. >----
  29. >
  30. >I am just a modern guy.
  31.  
  32. The easy way to do this is to simply drop the pages into plain text and
  33. write an awk or sed script to break out pages into separate files.
  34. When you do this you forego the highlighting and other formatting
  35. features of nroff man pages, but that may be of marginal value anyway,
  36. depending on what you're documenting.  If there are no formatting
  37. commands in a file, nroff acts pretty-much like cat.
  38.  
  39. The hard way is to write a filter for the MIF output.  Since you can't
  40. save to MML, MIF is the only ASCII format that preserves layout, and
  41. more importantly for man pages, text highlighting information.  I
  42. suspect that the MIF filter is nontrivial to write.  It would have to
  43. be site-specific as well, since only you will know what paragraph
  44. formats you'll use to emulate the man page format.
  45.  
  46. -r
  47.