[docs] Improve the documentation
[clutter-gtk] / doc / reference / clutter-gtk-docs.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4 <!ENTITY version SYSTEM "version.xml">
5 ]>
6
7 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8   <bookinfo>
9     <title>Clutter-Gtk &version; Reference Manual</title>
10     <releaseinfo>Version &version;</releaseinfo>
11
12     <copyright>
13       <year>2006, 2007, 2008, 2009</year>
14       <holder>Intel Corporation</holder>
15     </copyright>
16
17     <legalnotice>
18       <para>
19         Permission is granted to copy, distribute and/or modify this
20         document under the terms of the <citetitle>GNU Free
21         Documentation License</citetitle>, Version 1.1 or any later
22         version published by the Free Software Foundation with no
23         Invariant Sections, no Front-Cover Texts, and no Back-Cover
24         Texts. You may obtain a copy of the <citetitle>GNU Free
25         Documentation License</citetitle> from the Free Software
26         Foundation by visiting <ulink type="http"
27         url="http://www.fsf.org">their Web site</ulink> or by writing
28         to:
29
30         <address>
31           The Free Software Foundation, Inc.,
32           <street>59 Temple Place</street> - Suite 330,
33           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
34           <country>USA</country>
35         </address>
36       </para>
37     </legalnotice>
38   </bookinfo>
39
40   <chapter>
41     <title>Clutter-Gtk Overview</title>
42     
43     <para>Clutter-Gtk is an integration library for the Clutter toolkit
44     providing access and integration for the GTK+ library.</para>
45
46     <para>Clutter-Gtk allows embedding a Clutter scene graph into a
47     GTK+ application; retrieving themeing information; integrate GTK+
48     data structures and object classes with Clutter actors.</para>
49     
50   </chapter>
51
52   <chapter>
53     <title>Clutter-Gtk Widgets</title>
54
55     <xi:include href="xml/gtk-clutter-embed.xml"/>
56   </chapter>
57
58   <chapter>
59     <title>Clutter-Gtk Actors</title>
60
61     <xi:include href="xml/gtk-clutter-scrollable.xml"/>
62     <xi:include href="xml/gtk-clutter-viewport.xml"/>
63   </chapter>
64
65   <chapter>
66     <title>Miscellaneous</title>
67
68     <xi:include href="xml/gtk-clutter-util.xml"/>
69   </chapter>
70
71   <index>
72     <title>Index</title>
73   </index>
74
75   <index role="1.0">
76     <title>Index of new symbols in 1.0</title>
77   </index>
78
79   <index role="0.8">
80     <title>Index of new symbols in 0.8</title>
81   </index>
82
83   <index role="0.6">
84     <title>Index of new symbols in 0.6</title>
85   </index>
86
87   <index role="0.4">
88     <title>Index of new symbols in 0.4</title>
89   </index>
90
91   <index role="0.2">
92     <title>Index of new symbols in 0.2</title>
93   </index>
94
95   <appendix id="license">
96     <title>License</title>
97
98     <para>
99       This library is free software; you can redistribute it and/or
100       modify it under the terms of the <citetitle>GNU Library General
101       Public License</citetitle> as published by the Free Software
102       Foundation; either version 2 of the License, or (at your option)
103       any later version.
104     </para>
105
106     <para>
107       This library is distributed in the hope that it will be useful,
108       but WITHOUT ANY WARRANTY; without even the implied warranty of
109       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
110       <citetitle>GNU Library General Public License</citetitle> for
111       more details.
112     </para>
113
114     <para>
115       You may obtain a copy of the <citetitle>GNU Library General
116       Public License</citetitle> from the Free Software Foundation by
117       visiting <ulink type="http" url="http://www.fsf.org">their Web
118       site</ulink> or by writing to:
119
120       <address>
121         Free Software Foundation, Inc.
122         <street>59 Temple Place</street> - Suite 330
123         <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
124         <country>USA</country>
125       </address>
126     </para>
127   </appendix>
128
129 </book>