oalspecs.sgml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <!DOCTYPE Book PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[
  2. <!-- INCLUDE or IGNORE for marked sections -->
  3. <!ENTITY % Marks system "ent-marks.sgml" >
  4. <!-- keywords and other standard entities -->
  5. <!ENTITY % Entities system "ent-names.sgml" >
  6. <!-- C programs and other example entities -->
  7. <!ENTITY % Examples system "ent-examples.sgml" >
  8. <!-- Extensions as external ASCII documents -->
  9. <!ENTITY % Extensions system "ent-extensions.sgml" >
  10. %Marks;
  11. %Entities;
  12. %Examples;
  13. %Extensions;
  14. <!-- book sections -->
  15. <!ENTITY CREDITS system "../CREDITS" >
  16. <!ENTITY secBookInfo system "sec-bookinfo.sgml" >
  17. <!ENTITY chpIntroduction system "chp-introduction.sgml" >
  18. <!ENTITY chpOperation system "chp-operation.sgml" >
  19. <!ENTITY chpState system "chp-state.sgml" >
  20. <!ENTITY chpRendering system "chp-rendering.sgml" >
  21. <!ENTITY chpBuffers system "chp-buffers.sgml" >
  22. <!ENTITY chpQueueing system "chp-queueing.sgml" >
  23. <!ENTITY chpMultiChannel system "chp-multichannel.sgml" >
  24. <!ENTITY alcContext system "alc-context.sgml" >
  25. <!ENTITY appConstants system "app-constants.sgml" >
  26. <!ENTITY appExtensions system "app-extensions.sgml" >
  27. <!ENTITY appExtensionProcess system "app-extensionprocess.sgml" >
  28. <!ENTITY appAnnotations system "app-annotations.sgml" >
  29. <!-- misc. specifics -->
  30. <!ENTITY DocVersion "1.0 (draft)" >
  31. <!ENTITY DocDate "2000/10/10" >
  32. <!ENTITY ALVersion "1.0" >
  33. <!ENTITY ALCVersion "1.0" >
  34. ]>
  35. <!-- INDEX -->
  36. <book id="index">
  37. <!-- HEADING -->
  38. &secBookInfo;
  39. <!-- INTRODUCTION -->
  40. &chpIntroduction;
  41. <!-- CHAPTERS -->
  42. &chpOperation;
  43. &chpState;
  44. &chpRendering;
  45. &chpBuffers;
  46. &chpQueueing;
  47. <![ %Scratch [
  48. &chpMultiChannel;
  49. ]]>
  50. &alcContext;
  51. <!-- APPENDICITIS [sic] -->
  52. &appConstants;
  53. &appExtensions;
  54. &appExtensionProcess;
  55. <![ %Scratch [
  56. &appAnnotations;
  57. ]]>
  58. <![ %Revision [
  59. <appendix>
  60. <title>Main Document CVS Revision History</title>
  61. <para><literallayout>
  62. CVS Document: $Id: oalspecs.sgml,v 1.15 2000/11/10 23:10:44 bk Exp $
  63. CVS Revision: $Revision: 1.15 $
  64. $Log: oalspecs.sgml,v $
  65. Revision 1.15 2000/11/10 23:10:44 bk
  66. Cleanup.
  67. Revision 1.14 2000/11/04 00:11:40 bk
  68. Maintenance update
  69. Revision 1.13 2000/10/26 03:01:55 bk
  70. Fixed typo for ALC entity.
  71. Revision 1.12 2000/10/26 02:59:46 bk
  72. External entities.
  73. </literallayout><para>
  74. </appendix>
  75. ]]>
  76. </book>