home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / bento / read.me
Encoding:
Text File  |  1994-03-03  |  4.4 KB  |  113 lines

  1. ───────────────────────
  2. README FILE FOR OPENDOC
  3. ───────────────────────
  4.  
  5. This package contains a pre-release version of the header files
  6. and programming documentation for the OpenDoc** product.  These files
  7. will help you understand OpenDoc and what it can do for you.
  8.  
  9. NOTE: This package contains alpha-level material.  It is provided
  10.       on an as-is basis for evaluation and demonstration.
  11.  
  12.  
  13. WHAT IS OPENDOC
  14. ───────────────
  15. OpenDoc is an architecture that provides a means for applications to
  16. support compound documents.  Compound documents are documents that are
  17. created and edited by several cooperating applications working within
  18. the context of a single document.  OpenDoc enables users to integrate
  19. and edit any kind of content, in place, in any kind of document.  An
  20. example of this integration would be a chart from a graphics
  21. application being imbedded into a word processing document while still
  22. being editable, within the word processing document, by the graphics
  23. application.
  24.  
  25. For a more complete description of OpenDoc, see the documentation
  26. files in the DOCS subdirectory.
  27.  
  28.  
  29. THE DIRECTORY STRUCTURE
  30. ───────────────────────
  31. The OpenDoc package consists of the following subdirectories:
  32.  
  33. ...\OPENDOC
  34.       ├──DOCS
  35.       └──HEADERS
  36.  
  37. ...\OPENDOC
  38. This is the "root" directory of the OpenDoc package and contains this
  39. README file.
  40.  
  41. OPENDOC\DOCS
  42. This subdirectory contains three PostScript** files:
  43.     - A Class Reference which describes OpenDoc's classes and the
  44.       methods they contain
  45.     - A Technical Summary which contains an overview of OpenDoc
  46.     - A White Paper written on OpenDoc, which provides a high-level
  47.       introduction to OpenDoc
  48.  
  49. OPENDOC\HEADERS
  50. This subdirectory contains C++** header files for the OpenDoc programming
  51. interface.
  52.  
  53.  
  54. Note:
  55. The documentation in the DOCS subdirectory and the header files in the
  56. HEADERS subdirectory were written using C++ as the programming language.
  57. The final version of OpenDoc will use the System Object Model (SOM)
  58. programming model.  The headers will be replaced by CORBA**-compliant
  59. Interface Definition Language (IDL) files.
  60.  
  61. Because much of this material is a work-in-progress, notes on
  62. revisions and planned changes can be found in this material.  In
  63. addition, much of the material in this package was produced at Apple
  64. Computer, Inc. and, for this reason, contains references to Apple**
  65. and the Macintosh** computer.
  66.  
  67.  
  68. ───────
  69. NOTICES
  70. ───────
  71. References in this publication to IBM products, programs, or services
  72. do not imply that IBM intends to make these available in all countries
  73. in which IBM operates.  Any reference to an IBM product, program or
  74. service is not intended to state or imply that only IBM's product,
  75. program, or service may be used.  Any functionally equivalent product,
  76. program, or service that does not infringe any of IBM's intellectual
  77. property rights or other legally protectable rights may be used instead
  78. of the IBM product, program, or service.  Evaluation and verification of
  79. operation in conjunction with other products, programs, or services,
  80. except those expressly designated by IBM, are the user's responsibility.
  81.  
  82. IBM may have patents or pending patent applications covering subject
  83. matter in this document.  The furnishing of this document does not
  84. give you any license to these patents.  You can send license inquiries,
  85. in writing, to the IBM Director of Licensing, IBM Corporation,
  86. 208 Harbor Drive, Stamford, Connecticut 06904-2501, USA.
  87.  
  88.  
  89. TRADEMARKS
  90. ──────────
  91. The following terms, denoted by a double asterisk (**) in this
  92. publication, are trademarks of other companies as follows:
  93.  
  94.     Apple           Apple Computer, Inc.
  95.     C++             AT&T, Inc.
  96.     CORBA           Object  Management Group, Inc.
  97.     OpenDoc         Apple Computer, Inc.
  98.     Macintosh       Apple Computer, Inc.
  99.     PostScript      Adobe Systems Incorporated
  100.  
  101.  
  102. IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED OR IMPLIED, INCLUDING
  103. WITHOUT LIMITATION, WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  104. RESPECT TO THE INFORMATION IN THIS DOCUMENT.  BY FURNISHING THIS
  105. DOCUMENT, IBM GRANTS NO LICENSES TO ANY RELATED PATENTS OR COPYRIGHTS.
  106.  
  107. Copyright International Business Machines Corporation, 1994.
  108. All Rights Reserved.
  109.  
  110. ──────────────────────────────────────────────────────────────────────────
  111. END OF README FILE
  112. ──────────────────────────────────────────────────────────────────────────
  113.