tizen 2.3.1 release
[external/gupnp.git] / doc / gupnp-docs.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
3 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
4   <bookinfo>
5     <title>GUPnP Reference Manual</title>
6
7     <releaseinfo>Version <xi:include href="version.xml" parse="text"/></releaseinfo>
8
9     <copyright>
10       <year>2007</year>
11       <year>2008</year>
12       <year>2009</year>
13       <holder>OpenedHand Ltd</holder>
14       <holder>Nokia 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></address>
35       </para>
36     </legalnotice>
37   </bookinfo>
38
39   <part id="tutorial">
40     <title>Tutorial</title>
41     <xi:include href="overview.xml"/>
42     <xi:include href="xml/client-tutorial.xml"/>
43     <xi:include href="xml/server-tutorial.xml"/>
44   </part>
45   
46   <part id="api">
47     <title>Reference</title>
48     
49     <chapter id="api-device-info">
50       <title>Device Information</title>
51       
52       <xi:include href="xml/gupnp-device-info.xml"/>
53       <xi:include href="xml/gupnp-service-info.xml"/>
54       <xi:include href="xml/gupnp-service-introspection.xml"/>
55     </chapter>
56     
57     <chapter id="api-device-control">
58       <title>Device Control</title>
59       
60       <xi:include href="xml/gupnp-control-point.xml"/>
61       <xi:include href="xml/gupnp-device-proxy.xml"/>
62       <xi:include href="xml/gupnp-service-proxy.xml"/>
63     </chapter>
64     
65     <chapter id="api-device-impl">
66       <title>Device Implementation</title>
67       
68       <xi:include href="xml/gupnp-device.xml"/>
69       <xi:include href="xml/gupnp-root-device.xml"/>
70       <xi:include href="xml/gupnp-service.xml"/>
71     </chapter>
72     
73     <chapter id="api-utility">
74       <title>Utility Functions</title>
75       
76       <xi:include href="xml/gupnp-context.xml"/>
77       <xi:include href="xml/gupnp-context-manager.xml"/>
78       <xi:include href="xml/gupnp-resource-factory.xml"/>
79       <xi:include href="xml/gupnp-xml-doc.xml"/>
80       <xi:include href="xml/gupnp-error.xml"/>
81       <xi:include href="xml/gupnp-types.xml"/>
82     </chapter>
83
84     <chapter id="api-tools">
85       <title>Tools</title>
86       <xi:include href="gupnp-binding-tool.xml"/>
87     </chapter>
88   </part>
89
90   <part id="schemas">
91     <title>XML Schemas</title>
92     <chapter id="schemas-device">
93       <title>Device Description</title>
94       <para>
95         This is the schema for the UPnP Device Description document, in the
96         RELAX NG Compact syntax.
97       </para>
98       <programlisting><xi:include href="device-description.rnc" parse="text"/></programlisting>
99     </chapter>
100     <chapter id="schemas-service">
101       <title>Service Description</title>
102       <para>
103         This is the schema for the UPnP Service Description document, in the
104         RELAX NG Compact syntax.
105       </para>
106       <programlisting><xi:include href="service-description.rnc" parse="text"/></programlisting>
107     </chapter>
108   </part>
109
110   <xi:include href="glossary.xml"/>
111   <xi:include href="xml/annotation-glossary.xml"/>
112
113   <index/>
114
115 </book>