home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Text / framemaker / filters / Filters.summary < prev    next >
Encoding:
Text File  |  1992-01-04  |  11.6 KB  |  377 lines

  1.                             FRAMEMAKER FILTERS
  2.                             ------------------
  3.                             
  4. Version:    3.
  5. Date:        11 September 1991.
  6.  
  7. ===============================================================================
  8.  
  9. INTRODUCTION
  10. ------------
  11.  
  12. This is a file containing information about filters for the FrameMaker
  13. product. It is split into three parts:
  14. -    free products,
  15. -    shareware products, and
  16. -    commercial products.
  17.  
  18. The filters of the free and shareware products can be found at anonymous
  19. FTP sites or by asking the creator. Should this give any problems,
  20. feel free to contact me.
  21.  
  22. If you have any remarks, additional information or new filters,
  23. please send e-mail to the address given below.
  24.  
  25. -------------------------------------------------------------------------------
  26. Ed W.A. van Leeuwen                            Ed.van.Leeuwen@tnofel.fel.tno.nl
  27. TNO Physics and Electronics Laboratory
  28. The Hague, the Netherlands
  29.  
  30. ===============================================================================
  31.  
  32. ANONYMOUS FTP SITES FOR FRAMEMAKER'S FILTERS
  33. --------------------------------------------
  34.  
  35. The ftp sites mentioned below give access to the filters which have
  36. availability "FTP", unless stated otherwise:
  37.  
  38. irisa.irisa.fr            /pub/FrameMaker/Filters
  39. procyon.cis.ksu.edu        /pub/FUN/Filters
  40. sunbane.engrg.uwo.ca        /pub/FUN
  41.  
  42. ===============================================================================
  43.  
  44. FREE PRODUCTS
  45. -------------
  46.  
  47.  
  48.  
  49. bib        - convert references to MML
  50.  
  51. creator:    Oscar Nierstrasz (oscar@cui.unige.ch)
  52. hardware:    Unix platforms
  53. availability:    FTP
  54. description:
  55.    The shell and awk scripts provided here will translate refer files to
  56.    various formats including TeX and Framemaker MML format.  The translation
  57.    scripts attempt to properly introduce italics, quotation marks and accents.
  58.    The main script is called "bib" and takes various options.
  59.  
  60. -------------------------------------------------------------------------------
  61.  
  62. dca.am.mac    - improve conversion of DCA to MIF
  63.  
  64. creator:    Michael Hardy (mhardy@acorn.co.uk)
  65. hardware:    Unix platforms with "dcatomif"
  66. availability:    FTP
  67. description:
  68.    A version of the configuration file supplied with Frame's dcatomif
  69.    filter, altered to improve its handling of DCA files produced by MS-Word
  70.    on the Mac. (This is an old filter; not having had to import MS-Word for
  71.    a while, I'm not aware if Frame now provide a better method of doing so.)
  72.  
  73. -------------------------------------------------------------------------------
  74.  
  75. epsf2epsi    - convert EPSF to EPSI
  76.  
  77. creator:    Russell Sutherland (russ@artsci.utoronto.ca)
  78. hardware:    Sun3, Sun4
  79. availability:    FTP
  80. description:
  81.    This is a first attempt at providing Un*x users with a filter
  82.    to convert Encapsulated Postscript Files (exported from PC applications)
  83.    from EPSF to EPSI format. The filter expects the image to be stored
  84.    in TIFF format and requires the use of Sam Leffler's TIFF library.
  85.  
  86. -------------------------------------------------------------------------------
  87.  
  88. GCalToMML    - convert GCal documents to MML
  89.  
  90. creator:    Michael Hardy (mhardy@acorn.co.uk)
  91. hardware:    Unix platforms
  92. availability:    FTP
  93. note from the "creator":
  94.    I didn't write this; I can't say what assumptions it
  95.    may make over GCal libraries used, etc.
  96.  
  97. -------------------------------------------------------------------------------
  98.  
  99. mm2frame    - translate troff commands to MML
  100.  
  101. creator:    David Wheeler (wheeler@ida.org)
  102. hardware:    Unix platforms
  103. availability:    FTP
  104. description:
  105.    mm2frame is a program for translating basic troff/mm commands into
  106.    Framemaker. Currently this is a VERY simplistic translator.
  107.    It does not handle preprocessor commands, such as tables, equations, or
  108.    pictures (tbl, eqn, pic), it ignores many parameters (such as .LI x), it
  109.    ignores all combination of troff and the mm macros variables, and handles
  110.    only a limited subset of the combination of troff and the mm macros commands.
  111.  
  112. -------------------------------------------------------------------------------
  113.  
  114. plt2mif        - convert Versetec ".plt" files to MIF
  115.  
  116. creator:    Glenn Lewis (glewis@pcocd2.intel.com)
  117. hardware:    Sun4, Sun386i
  118. availability:    FTP
  119.  
  120. -------------------------------------------------------------------------------
  121.  
  122. ps2mif        - convert general PostScript files to MIF
  123.  
  124. creator:    Glenn Lewis (glewis@pcocd2.intel.com)
  125. hardware:    Sun4, Sun386i
  126. availability:    not yet released
  127.  
  128. -------------------------------------------------------------------------------
  129.  
  130. pstoepsi    - convert arbitrary PostScript files to EPSI/EPSF format
  131.  
  132. creator:    Doug Crabill (dgc@cs.purdue.edu)
  133. hardware:    Sun4 (other hardware not tested)
  134. availability:    FTP
  135. description:
  136.    This program converts arbitrary PostScript to Encapsulated PostScript
  137.    (BoundingBox information) with a bitmap representation of the image in
  138.    comments (EPSI/EPSF format).  It doesn't require unnecessary printing
  139.    and hand editing of PostScript source to calculate BoundingBox information
  140.    (as is needed with bb.ps).
  141.  
  142. -------------------------------------------------------------------------------
  143.  
  144. stripframes.c    - convert old layout to new
  145.  
  146. creator:    Michael Hardy (mhardy@acorn.co.uk)
  147. hardware:    Unix platforms
  148. availability:    at request
  149. description:
  150.    A C program that takes a MIF file, and moves headings from anchored
  151.    frames beside paragraphs to being in-line before a paragraph. It's
  152.    only likely to be of use to someone who wishes to do a very similar job,
  153.    and who understands C.
  154.    This was used to help automate the conversion of a large number of
  155.    manuals from an old layout to a new one. There is also an associated
  156.    script that produces the MIF files, and converts them back to binary
  157.    files afterwards.
  158.  
  159. -------------------------------------------------------------------------------
  160.  
  161. trc2mif        - convert MOSSIM trace files ".trc" to MIF
  162.  
  163. creator:    Glenn Lewis (glewis@pcocd2.intel.com).
  164. hardware:    Sun4, Sun386i
  165. availability:    FTP
  166.  
  167. -------------------------------------------------------------------------------
  168.  
  169. PBM/PGM/PPM    - convert various graphics formats
  170.  
  171. creator:    Jef Poskanzer (jef@well.sf.ca.us)
  172. hardware:    Unix platforms
  173. availability:    FTP -> uunet.uu.net 
  174. description:
  175.  
  176. PBM handles the following formats:
  177.  
  178.     Sun icon file                reading    writing
  179.     Sun raster file                reading    writing
  180.     X10 and X11 bitmap file            reading    writing
  181.     MacPaint                    reading    writing
  182.     CMU window manager format            reading    writing
  183.     MGR format                    reading    writing
  184.     Group 3 FAX                    reading    writing
  185.     X11 window dump file            reading    writing
  186.     X10 window dump file            reading
  187.     Xerox doodle brushes            reading
  188.     GEM .img format                reading
  189.     PC paintbrush (.pcx) format            reading
  190.     PICT                    reading
  191.     ASCII graphics                    writing
  192.     HP LaserJet format                    writing
  193.     GraphOn graphics                    writing
  194.     BBN BitGraph graphics                writing
  195.     Printronix format                    writing
  196.  
  197. PGM handles the following formats:
  198.  
  199.     TIFF                    reading
  200.     Usenix FaceSaver file            reading
  201.     HIPS                    reading
  202.     FITS                    reading    writing
  203.     PostScript "image" data            reading
  204.     raw grayscale bytes                reading
  205.     Encapsulated PostScript                writing
  206.  
  207. PPM handles the following formats:
  208.  
  209.     color Sun raster file            reading    writing
  210.     GIF                        reading    writing
  211.     Amiga IFF ILBM                reading    writing
  212.     color X11 window dump file            reading    writing
  213.     color X10 window dump file            reading
  214.     MTV ray-tracer output            reading
  215.     QRT ray-tracer output            reading
  216.     TrueVision Targa file            reading
  217.     Img-whatnot file                reading
  218.     color Encapsulated PostScript            writing
  219.  
  220. -------------------------------------------------------------------------------
  221.  
  222. prog2mif    - load C-programs into Framemaker
  223.  
  224. creator:    Hermann Kneissel (hermann@danetis.uucp)
  225. hardware:    Unix platforms
  226. availability:    FTP
  227. description:
  228.    The main function of this filter is to read a c-program file without
  229.    changing the format (Space->Hardspace, Newline->HardReturn, the whole
  230.    File one Paragraph).
  231.  
  232. -------------------------------------------------------------------------------
  233.  
  234. XpsToEPS    - convert xwd/xpr Postscript to EPS
  235.  
  236. creator:    Michael Hardy (mhardy@acorn.co.uk)
  237. hardware:    Unix platforms
  238. availability:    FTP
  239. description:
  240.    Converts PostScript output by xwd and xpr to Encapsulated PostScript with
  241.    a screen image. This is useful for importing X screen dumps on non-X
  242.    platforms. (Note that versions of FrameMaker written to run under X can
  243.    already directly import xwd/xpr PostScript.)
  244.  
  245. -------------------------------------------------------------------------------
  246.  
  247. word2mif    - convert MS-Word 4.0 files to MIF
  248.  
  249. creator:    Olivier Schopfer (schopfer@divsun.unige.ch)
  250. hardware:    Unix platforms
  251. availability:    FTP
  252. description:
  253.    Filter to convert word processor files from Microsoft Word 4.0
  254.    to Framemaker "MIF" (Maker Interchange Format). The filter supports
  255.    Word's style sheets.
  256.    
  257. ===============================================================================
  258.  
  259. SHAREWARE PRODUCTS
  260. -------------------
  261.  
  262. la2mml        - convert LaTeX to MML
  263.  
  264. creator:    Nigel Horspool (nigelh@csr.uvic.ca)
  265. hardware:    Sun-3, Sun-4, Macintosh
  266. availability:    FTP  
  267. description:
  268.     The conversion program attempts to translate every standard LaTeX contruct
  269.     that can be reasonably described by a MML file. Some constructuions are
  270.     simply impossible to translate. Other constructs are only represented
  271.     approximately. The MML file is known to be compatible with FrameMaker 2.1. 
  272.  
  273. ===============================================================================
  274.  
  275. COMMERCIAL PRODUCTS
  276. -------------------
  277. Note:    It is strongly recommended that you should order a demo version
  278.     or a version with a temporary version first. You can then find
  279.     out whether your documents convert properly.
  280.     (This is almost a shareware approach, except from the higher
  281.     purchase price)
  282.     
  283. -------------------------------------------------------------------------------
  284.  
  285. FilterPak 2.1    - import various formats
  286.  
  287. creator:    Frame Technology (comments@frame.com)
  288. hardware:    Sun, HP, IBM, Mac, Apollo, 80386/486 PC's running SCO UNIX
  289. description:
  290.    Import formats:
  291.    IAF, WP 5.0, troff, CGM, HPGL, DXF, IGES, C960, CCITTG4, EPSI, DCA
  292.  
  293. -------------------------------------------------------------------------------
  294.  
  295. Filtrix        - convert various formats
  296.  
  297. creator:    Blueberry Software (FAX 707/829-5380)
  298. hardware:    Sun, MS-DOS (HP/Apollo, DEC 3100, IBM RS6000 : Sept '91)
  299. description:
  300.    Import formats:
  301.        DCA/RFT
  302.        DisplayWrite 2, 3, 4 and 5
  303.        Executive Writer
  304.        FrameMaker 1.3 and 2.x
  305.        Interleaf 3.5 and 3.6 (PS), 4 ps and cx or dp printers
  306.        IslandWrite
  307.        Leading Edge
  308.        Microsoft Word
  309.        Multimate
  310.        OfficeWriter
  311.        PC-Write
  312.        PFS:Write
  313.        PFS:Professional
  314.        Q&A Write
  315.        Samna
  316.        Spellbinder
  317.        SunWrite
  318.        Volkswriter
  319.        WordPerfect 4.2/5.x
  320.        WordStar en WS 2000
  321.        XyWrite
  322.  
  323.    Export formats:
  324.        DCA/RFT
  325.        FrameMaker 1.3 and 2.x
  326.        Interleaf 3.5 and 3.6 (PS), 4 ps and cx or dp printers
  327.        IslandWrite
  328.        Microsoft Word
  329.        SunWrite
  330.        WordPerfect 4.2/5.x
  331.        XyWrite
  332.  
  333. -------------------------------------------------------------------------------
  334.  
  335. Aladdin Software, Norway
  336.  
  337. Provides various filters.
  338.  
  339. -------------------------------------------------------------------------------
  340.  
  341. triSoft, Belgium
  342.  
  343. Provides a 2-way WP5.x/Frame filter.
  344.  
  345. ===============================================================================
  346.  
  347. Many thanks to:
  348.  
  349. Dan Corrin,
  350. Doug Crabill,
  351. Ron Crocker,
  352. Nils Davis,
  353. Bertrand Decouty,
  354. Michael Hardy,
  355. Steve Holden,
  356. Annette Holloway,
  357. Sverre Holm,
  358. Nigel Horspool,
  359. Bo Kahler,
  360. Hermann Kneissel,
  361. Glenn Lewis,
  362. Paul Moriarty,
  363. Oscar Nierstrasz,
  364. Olivier Schopfer,
  365. Steve Strange,
  366. Russell Sutherland,
  367. Ludo Timans,
  368. Harvard Townsend,
  369. David Wheeler
  370.  
  371. ===============================================================================
  372. ===============================================================================
  373.  
  374.  
  375.  
  376.  
  377.