Initial Submission of GUPnP-DLNA to Tizen IVI
[profile/ivi/GUPnP-DLNA.git] / doc / gupnp-dlna-docs.sgml
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 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
7   <bookinfo>
8     <title>GUPnP DLNA Reference Manual</title>
9
10     <releaseinfo>Version &version;</releaseinfo>
11
12     <copyright>
13       <year>2010</year>
14       <holder>Arun Raghavan &lt;arun.raghavan@collabora.co.uk&gt;</holder>
15     </copyright>
16     <copyright>
17       <year>2010</year>
18       <holder>Collabora Multimedia</holder>
19     </copyright>
20     <copyright>
21       <year>2010</year>
22       <holder>Nokia Corporation</holder>
23     </copyright>
24
25     <legalnotice>
26       <para>
27         Permission is granted to copy, distribute and/or modify this
28         document under the terms of the <citetitle>GNU Free
29         Documentation License</citetitle>, Version 1.1 or any later
30         version published by the Free Software Foundation with no
31         Invariant Sections, no Front-Cover Texts, and no Back-Cover
32         Texts. You may obtain a copy of the <citetitle>GNU Free
33         Documentation License</citetitle> from the Free Software
34         Foundation by visiting <ulink type="http"
35         url="http://www.fsf.org">their Web site</ulink> or by writing
36         to:
37
38         <address>
39           The Free Software Foundation, Inc.,
40           <street>59 Temple Place</street> - Suite 330,
41           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
42           <country>USA</country>
43         </address>
44       </para>
45     </legalnotice>
46   </bookinfo>
47
48   <chapter>
49     <title>GUPnP DLNA</title>
50
51     <para>
52       GUPnP DLNA is a set of utility APIs to simplify DLNA-specific bits of
53       MediaServer implementations, such as DLNA media profile guessing.
54     </para>
55
56     <para>
57       Before using the GUPnP DLNA API, you must initialise GStreamer by calling
58       gst_init() or gst_init_check().
59     </para>
60
61     <xi:include href="xml/gupnp-dlna-discoverer.xml"/>
62     <xi:include href="xml/gupnp-dlna-information.xml"/>
63     <xi:include href="xml/gupnp-dlna-profile.xml"/>
64
65   </chapter>
66
67   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
68 </book>