]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/openal/docs/app-extensionprocess.sgml
hello world
[icculus/iodoom3.git] / neo / openal / docs / app-extensionprocess.sgml
1
2    <appendix>
3    <title>Extension Process</title> 
4    <para>
5      There are two ways to suggest an Extension to AL or ALC.
6      The simplest way is to write an ASCII text that matches
7      the following template:
8
9      <literallayout>
10
11          RFC:         rfc-iiyymmdd-nn
12          Name:        (indicating the purpose/feature)
13          Maintainer:  (name and spam-secured e-mail)
14          Date:        (last revision)
15          Revision:    (last revision)
16
17          new enums
18          new functions
19
20          description of operation
21
22      </literallayout>
23
24     Such an RFC can be submitted on the &AL; discussion
25     list (please use RFC in the Subject line), or send to the
26     maintainer of the &AL; specification. If you are shipping
27     an actual implementation as a patch or as part of the
28     &AL; CVS a formal writeup is recommend. In this case,
29     the Extension has to be described as part of the
30     specification, which is maintained in DocBook SGML
31     (available for UNIX, Linux and Win32). The SGML source of
32     the specification is available by CVS, and the Appendix
33     on Extensions can be used as a template. Contact the
34     maintainer for details.
35    </para> 
36    </appendix>