home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 256.lha / GhostScript_v1.2 / readme < prev    next >
Text File  |  1989-06-14  |  3KB  |  81 lines

  1.    Copyright (C) 1989 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file describes version 1.2 of Ghostscript.
  23.  
  24. ********
  25. ******** An overview of Ghostscript ********
  26. ********
  27.  
  28. Ghostscript is the name of a set of software that provides:
  29.  
  30.     - An interpreter for the Ghostscript language, which very
  31. closely resembles the PostScript (TM) language, which in turn bears a
  32. considerable resemblance to Forth; and
  33.  
  34.     - A set of C procedures (the Ghostscript library) that
  35. implement the graphics capabilities that appear as primitive
  36. operations in the Ghostscript language.
  37.  
  38. The Ghostscript language interpreter and library are written entirely
  39. in C, with some assembly-language accelerators for some platforms.
  40. Currently, Ghostscript is known to run on two platform families:
  41.  
  42.     - IBM PC and compatibles with EGA or compatible graphics
  43. (256K frame buffer required) under MS-DOS 3.1, and
  44.  
  45.     - Sun-3 and Sun-4 under SunOS 4.0, with X Windows version 11,
  46. release 3.
  47.  
  48. It is very likely that Ghostscript will run under other versions of
  49. MS-DOS, and other versions of Unix that support X11, but it has not
  50. been tested in these environments.  The Unix implementation has poor
  51. performance, because the interface between the Ghostscript library
  52. and its back end is low-level and does not take advantage of many of
  53. the facilities provided by X: we intend that this will change sometime
  54. in the future.
  55.  
  56. ********
  57. ******** Documentation overview ********
  58. ********
  59.  
  60. All the file names mentioned in the documentation, except for README,
  61. are in lower case, which is the usual convention for Unix systems.
  62. On MS-DOS systems, all file names are actually upper-case.
  63.  
  64. README - this file.
  65.  
  66. ghost.doc - comparison of Ghostscript and PostScript.
  67.  
  68. interp.doc - information about the interpreter.
  69.  
  70. lib.doc - information about the library.
  71.  
  72. make.doc - how to install, compile and link Ghostscript.
  73.  
  74. history.doc - history of changes in Ghostscript releases.
  75.  
  76. todo.doc - possible projects for improving Ghostscript.
  77.  
  78. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  79.  
  80. PostScript is a trademark of Adobe Systems, Incorporated.
  81.