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