home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Text / rtf / RTF.1.10.README < prev    next >
Encoding:
Text File  |  1994-07-11  |  3.1 KB  |  80 lines

  1. RTF Tools, Release 1.10
  2. 6 April 1994    Paul DuBois    dubois@primate.wisc.edu
  3.  
  4. This distribution contains source and (possibly) documentation for an
  5. RTF (Rich Text Format) translation tool.  Files in RTF format can be
  6. produced with, e.g., Microsoft Word, or on NeXT machines.
  7.  
  8. If you have the UNIX distribution, the file Inst-UNIX contains
  9. installation instructions.  If you have a Macintosh distribution, see
  10. the file Inst-Macintosh.
  11.  
  12. The translators included in the distribution are listed below.  Most of
  13. them don't do anything interesting.
  14.  
  15. rtf2null    RTF -> nothing
  16. rtf2text    RTF -> plain text
  17. rtf2troff    RTF -> troff
  18. rtfwc        "translates" RTF into character, word and paragraph count
  19. rtfdiag        RTF diagnostic program, used mainly to test RTF reader
  20. rtfskel        RTF translator skeleton, for use in building new translators
  21.  
  22. Each translator uses a tool which reads an RTF input stream and passes
  23. pieces of it to a writer.
  24.  
  25. There is also a tool, rtfindent, which reads an RTF file and writes it in
  26. somewhat more readable form.  This is helpful when designing a translator,
  27. to see what RTF files look like, but the output should not be fed into
  28. a translator.
  29.  
  30. The main documentation is written in troff and is included only with
  31. the UNIX distribution.  If you want the troff source, you'll need to
  32. get that distribution.  For PostScript or RTF versions of the
  33. documents, look in the Documents and ManPages directories under
  34. /pub/RTF on ftp.primate.wisc.edu.
  35.  
  36. Documentation in troff format should be formatted with the -ms macros
  37. for *.ms files and -man for *.man files.
  38.  
  39. Release History:
  40.  
  41. The release change history is summarized below.  More extensive notes
  42. may be found in the files in the ReleaseNotes directory.
  43.  
  44. 05 Apr 94 Release 1.10.  See Changes-1.10.  Major changes are additions of
  45.     new keywords as defined in RTF specification version 1.2 (such as
  46.     are used in Word 6.0) and "real" Macintosh interfaces for the
  47.     Macintosh versions of the translators.
  48.  
  49. 10 Nov 93 Release 1.09.  See Changes-1.09.  Major change is automatic handling
  50.     of charset-dependent decisions and better Symbol font handling.  See
  51.     doc/mapping.ms.  New programs:  rtfchkmap, rtfstrike, rtfmaptortf.
  52.  
  53. 01 Sep 93 Release 1.08.  See Changes-1.08.
  54.  
  55. 15 Jul 93 Release 1.07.  See Changes-1.07.  Most changes relate to recognition
  56.     of new symbols by the reader.
  57.  
  58. 15 Apr 93 Release 1.06a3. Released 1.06a3 versions of rtf.h and reader.c.   See
  59.     Changes-1.06a3
  60.  
  61. 05 Apr 91 Release 1.06a1.  Alpha release of 1.06.  See Changes-1.06.  Major
  62.     thing is tbl support for rtf2troff.
  63.  
  64. 04 Mar 91 Release 1.05.  Lots of changes, most notably that twice as many
  65.     control symbols are recognized by the reader.  Also some bug fixes.
  66.     See Changes-1.05.
  67.  
  68. 09 Feb 91 Release 1.04.  Renamed rtfAscii class to rtfText.  Original name was
  69.     poor since character values can be outside ascii range (> 127).
  70.  
  71. 08 Feb 91 Release 1.03.  Style reprocessing and built-in destination readers
  72.     were actually tried in the balance.  And found wanting.  Fixed 'em.
  73.     Put some actually useful stuff in rtfdiag.
  74.  
  75. 08 Feb 91 Release 1.02.  Added rtfskel.
  76.  
  77. 07 Feb 91 Release 1.01.  First release for FTP on indri.primate.wisc.edu.
  78.  
  79. 20 Jan 91 Release 1.00.  Project conceived.
  80.