home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / ipf / read.me < prev   
Encoding:
Text File  |  1996-02-21  |  1.4 KB  |  40 lines

  1. --------------------------------------------------------------------------------
  2. --
  3. -- COPYRIGHT:
  4. --   IBM WorkFrame - Project Smarts
  5. --   (C) Copyright International Business Machines Corporation 1996
  6. --   Licensed Material - Program-Property of IBM - All Rights Reserved.
  7. --   US Government Users Restricted Rights - Use, duplication, or disclosure
  8. --   restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --
  10. --------------------------------------------------------------------------------
  11.  
  12. README for IPF Document Project
  13. ===============================
  14.  
  15. <if ($DOCUMENT$ == DOC)>
  16. This project creates an online document that is viewable through IBM's
  17. Information Presentation Facility (IPF) viewer.
  18.  
  19. <if ($LAYOUT$ == SPLIT)>
  20. The template online document has a split-panel layout that is ideal for
  21. presenting information that is organized into topics and subtopics.  A good
  22. example is class library information.  Each class is a topic, with subjects
  23. on member functions, constructors, and data members.
  24. </if>
  25.  
  26. <else>
  27. <if ($DOCUMENT$ == HELP)>
  28. The template help file contains placeholders for help text that describes
  29. some common menu items like File, Edit, Cut and Paste.
  30. </if>
  31. </if>
  32.  
  33. To build this project, select "Build Normal" from the project's toolbar.
  34.  
  35. <if ($DOCUMENT$ == DOC)>
  36. An information (.INF) file is built using the IPF compiler, IPFC.  To view
  37. the document, select "View Info" from the INF file's pop-up menu.
  38. </if>
  39.  
  40.