home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- --
- -- COPYRIGHT:
- -- IBM WorkFrame - Project Smarts
- -- (C) Copyright International Business Machines Corporation 1996
- -- Licensed Material - Program-Property of IBM - All Rights Reserved.
- -- US Government Users Restricted Rights - Use, duplication, or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- --
- --------------------------------------------------------------------------------
-
- README for IPF Document Project
- ===============================
-
- <if ($DOCUMENT$ == DOC)>
- This project creates an online document that is viewable through IBM's
- Information Presentation Facility (IPF) viewer.
-
- <if ($LAYOUT$ == SPLIT)>
- The template online document has a split-panel layout that is ideal for
- presenting information that is organized into topics and subtopics. A good
- example is class library information. Each class is a topic, with subjects
- on member functions, constructors, and data members.
- </if>
-
- <else>
- <if ($DOCUMENT$ == HELP)>
- The template help file contains placeholders for help text that describes
- some common menu items like File, Edit, Cut and Paste.
- </if>
- </if>
-
- To build this project, select "Build Normal" from the project's toolbar.
-
- <if ($DOCUMENT$ == DOC)>
- An information (.INF) file is built using the IPF compiler, IPFC. To view
- the document, select "View Info" from the INF file's pop-up menu.
- </if>
-