]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - tools/src/libcdl/doc/main.sgml
Initial revision
[karo-tx-redboot.git] / tools / src / libcdl / doc / main.sgml
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!-- {{{ Banner         -->
4
5 <!-- =============================================================== -->
6 <!--                                                                 -->
7 <!--     main.sgml                                                   -->
8 <!--                                                                 -->
9 <!--     Entry point for the Component Writer's Guide.               -->
10 <!--                                                                 -->
11 <!-- =============================================================== -->
12 <!-- ####COPYRIGHTBEGIN####                                          -->
13 <!--                                                                 -->
14 <!-- =============================================================== -->
15 <!-- Copyright (C) 2000, 2001, 2002 Red Hat, Inc.                    -->
16 <!--                                                                 -->
17 <!-- This material may be distributed only subject to the terms      -->
18 <!-- and conditions set forth in the Open Publication License, v1.0  -->
19 <!-- or later (the latest version is presently available at          -->
20 <!-- http://www.opencontent.org/openpub/)                            -->
21 <!-- Distribution of the work or derivative of the work in any       -->
22 <!-- standard (paper) book form is prohibited unless prior           -->
23 <!-- permission obtained from the copyright holder                   -->
24 <!-- =============================================================== -->
25 <!--                                                                 -->      
26 <!-- ####COPYRIGHTEND####                                            -->
27 <!-- =============================================================== -->
28 <!-- #####DESCRIPTIONBEGIN####                                       -->
29 <!--                                                                 -->
30 <!-- Author(s):   bartv                                              -->
31 <!-- Contact(s):  bartv                                              -->
32 <!-- Date:        2000/02/06                                         -->
33 <!-- Version:     0.01                                               -->
34 <!--                                                                 -->
35 <!-- ####DESCRIPTIONEND####                                          -->
36 <!-- =============================================================== -->
37
38 <!-- }}} -->
39
40 <!ENTITY chap1          SYSTEM "concepts.sgml">
41 <!ENTITY chap2          SYSTEM "package.sgml">
42 <!ENTITY chap3          SYSTEM "language.sgml">
43 <!ENTITY chap4          SYSTEM "build.sgml">
44 <!ENTITY chap5          SYSTEM "reference.sgml">
45 <!ENTITY chap6          SYSTEM "advanced.sgml">
46 <!ENTITY eCos           "<Application class=software>eCos</Application>">
47 <!ENTITY CDL            "<Application class=software>CDL</Application>">
48 <!ENTITY CVS            "<Application class=software>CVS</Application>">
49 <!ENTITY Tcl            "<Application class=software>Tcl</Application>">
50 <!ENTITY uITRON         "&micro;ITRON">
51 <!ENTITY cdl-option     "<literal>cdl_option</literal>">
52 <!ENTITY cdl-component  "<literal>cdl_component</literal>">
53 <!ENTITY cdl-package    "<literal>cdl_package</literal>">
54 <!ENTITY cdl-interface  "<literal>cdl_interface</literal>">
55 <!ENTITY active-if      "<property>active_if</property>">
56 <!ENTITY calculated     "<property>calculated</property>">
57 <!ENTITY compile        "<property>compile</property>">
58 <!ENTITY default-value  "<property>default_value</property>">
59 <!ENTITY define         "<property>define</property>">
60 <!ENTITY define-format  "<property>define_format</property>">
61 <!ENTITY define-header  "<property>define_header</property>">
62 <!ENTITY define-proc    "<property>define_proc</property>">
63 <!ENTITY description    "<property>description</property>">
64 <!ENTITY display        "<property>display</property>">
65 <!ENTITY doc            "<property>doc</property>">
66 <!ENTITY flavor         "<property>flavor</property>">
67 <!ENTITY hardware       "<property>hardware</property>">
68 <!ENTITY if-define      "<property>if_define</property>">
69 <!ENTITY implements     "<property>implements</property>">
70 <!ENTITY include-dir    "<property>include_dir</property>">
71 <!ENTITY include-files  "<property>include_files</property>">
72 <!ENTITY legal-values   "<property>legal_values</property>">
73 <!ENTITY library        "<property>library</property>">
74 <!ENTITY make           "<property>make</property>">
75 <!ENTITY make-object    "<property>make_object</property>">
76 <!ENTITY no-define      "<property>no_define</property>">
77 <!ENTITY parent         "<property>parent</property>">
78 <!ENTITY requires       "<property>requires</property>">
79 <!ENTITY script         "<property>script</property>">
80 ]>
81
82 <book id="cdl-guide">
83   <title>The &eCos; Component Writer's Guide</title>
84   <bookinfo>
85     <title>The &eCos; Component Writer's Guide</title>
86     <authorgroup>
87       <author><firstname>Bart</firstname><surname>Veer</surname></author>
88       <author><firstname>John</firstname><surname>Dallaway</surname></author>
89     </authorgroup>
90     <pubdate>2001</pubdate>
91     <copyright><year>2000</year><year>2001</year>
92       <holder>Red Hat Inc.</holder>
93       </copyright>
94     </bookinfo>
95
96   &chap1;
97   &chap2;
98   &chap3;
99   &chap4;
100   &chap5;
101   &chap6;
102 </book>
103