home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume12 / psf2 / part02 / Roadmap < prev    next >
Encoding:
Text File  |  1990-05-19  |  2.9 KB  |  94 lines

  1. File name       Usage
  2. =============   ======================================================
  3.  
  4. ./defs/*    directory containing printer definitions
  5.         The .def files are derived from the Adobe .ppd files
  6.         by using programme "table" to translate the .ppd format
  7.         into the .def format required by psf.
  8.  
  9. Readme        General manual installation instructions.
  10.  
  11. Readme.Unix    Installation instructions for Unix 3.2
  12.  
  13. Readme.Xenix    Installation instructions for Xenix
  14.  
  15. Makefile    Make all binaries and distribution files
  16.  
  17. Roadmap        This document
  18.  
  19. Install.unix
  20. Install.xenix    install script for Xenix or Unix.  Amongst other things, 
  21.         these scripts prepare the "model" file based on
  22.         the prototype file "postscript.LP" file.  This file is
  23.         copied into "model" directory after editing is done.
  24.         
  25.         In addition, the selected printer defintion file from
  26.         the /defs/*.def directory is copied into appropriate
  27.         directories.
  28.  
  29.         Of course, all binaries and scripts must be copied to
  30.         the users chosen directory.  If the user has installed
  31.         the on-line man page system, he may also set up the
  32.         psf man pages into a chosen directory.
  33.     
  34. patchlevel.h    current version indentification
  35.  
  36. pmf*        filter mailboxes (binary)
  37. pmf.1        man page for pmf
  38. pmf.c        source for mailbox filter
  39.  
  40. pnf*        filter nroff ouput to allow bold, underline, italic (binary)
  41. pnf.1        man page for pnf
  42. pnf.c        source for pnf filter
  43.  
  44. postscript.EG    prototype psf printer model file for use with manual
  45.         psf installation
  46.         
  47. postscript.LP    prototype psf printer model (for /usr/spool/lp/model)
  48.         Install.xxx will edit this file with "sed" to put in
  49.         the chosen BINARY directory and also the default
  50.         psf printer OPTIONS.
  51.  
  52. psbanner*    print job banner page (binary)
  53. psbanner.c    source for psbanner
  54.  
  55. psd*        print double sided pages (binary)
  56. psd.1        man page for psd
  57. psd.c        source for psd.
  58.  
  59. psdetect*    detect if print file is already in postscript (binary)
  60. psdetect.c    source for psdetect
  61.  
  62. psf*        psf filter to wrap ascii file into postscript (binary)
  63. psf.1        man page for psf
  64. psf.c        source for psf
  65. psf.h        include file (basic psf system parameters)
  66.  
  67. psman*        print man pages with psf (bourne shell script)
  68. psman.1        man page for psman
  69. psmandouble    sample script to print double sided man pages (bourne shell)
  70.  
  71. psmbox*        print user mailbox (bourne shell script)
  72. psmbox.1    man page for psmbox
  73.  
  74. psnroff*    filter nroff output for use with psf (bourne shell script)
  75. psnroff.1    man page for psnroff
  76.  
  77. *.doc        formatted versions of *.1 files for those systems
  78.         without nroff and/or man pages
  79.  
  80. query*        utility shell script used by installpsf
  81.  
  82. sample.def    "documentation" file to describe the .def file format
  83.  
  84. selectdef*    allow user to select printer type in installpsf (binary)
  85. selectdef.c    source for selectdef
  86.  
  87. table*        generate .def printer definitions from Adobe .ppd's (binary)
  88. table.c        source for table
  89.  
  90. Testfile    print this with psf to show font facilities.
  91.         (The file need editing with 'sed'.  See the Readme files
  92.          for notes on how this must be done)
  93.  
  94.