Add entry for profile list property
[connman] / doc / connman-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 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
7   <bookinfo>
8     <title>Connection Manager Reference Manual</title>
9     <releaseinfo>Version &version;</releaseinfo>
10     <authorgroup>
11       <author>
12         <firstname>Marcel</firstname>
13         <surname>Holtmann</surname>
14         <affiliation>
15           <address>
16             <email>marcel@holtmann.org</email>
17           </address>
18         </affiliation>
19       </author>
20     </authorgroup>
21
22     <copyright>
23       <year>2007-2008</year>
24       <holder>Intel Corporation. All rights reserved.</holder>
25     </copyright>
26
27     <legalnotice>
28       <para>
29         Permission is granted to copy, distribute and/or modify this
30         document under the terms of the <citetitle>GNU Free
31         Documentation License</citetitle>, Version 1.1 or any later
32         version published by the Free Software Foundation with no
33         Invariant Sections, no Front-Cover Texts, and no Back-Cover
34         Texts. You may obtain a copy of the <citetitle>GNU Free
35         Documentation License</citetitle> from the Free Software
36         Foundation by visiting <ulink type="http"
37         url="http://www.fsf.org">their Web site</ulink> or by writing
38         to:
39
40         <address>
41           The Free Software Foundation, Inc.,
42           <street>59 Temple Place</street> - Suite 330,
43           <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
44           <country>USA</country>
45         </address>
46       </para>
47     </legalnotice>
48   </bookinfo>
49
50   <reference id="design">
51     <title>Design Overview</title>
52     <partintro>
53       <para>
54         This part presents the design documentation for Connection Manager.
55       </para>
56     </partintro>
57     <xi:include href="connman-introduction.xml" />
58   </reference>
59
60   <reference id="dbus">
61     <title>D-Bus API Reference</title>
62     <partintro>
63       <para>
64         This part presents the D-Bus interface used to access Connection
65         Manager.
66       </para>
67     </partintro>
68     <xi:include href="dbus/manager.xml"/>
69   </reference>
70
71   <reference id="manager">
72     <title>Manager interface</title>
73     <para>
74 <programlisting><xi:include href="manager-api.txt" parse="text" /></programlisting>
75     </para>
76   </reference>
77
78   <reference id="element">
79     <title>Element interface</title>
80     <para>
81 <programlisting><xi:include href="element-api.txt" parse="text" /></programlisting>
82     </para>
83   </reference>
84
85   <reference id="reference">
86     <title>Plugin API Reference</title>
87     <partintro>
88       <para>
89         This part presents the function reference for Connection Manager.
90       </para>
91     </partintro>
92     <xi:include href="xml/log.xml" />
93     <xi:include href="xml/plugin.xml" />
94     <xi:include href="xml/security.xml" />
95     <xi:include href="xml/element.xml" />
96     <xi:include href="xml/driver.xml" />
97   </reference>
98
99   <appendix id="license">
100     <title>License</title>
101     <para>
102 <programlisting><xi:include href="../COPYING" parse="text" /></programlisting>
103     </para>
104   </appendix>
105
106   <index>
107     <title>Index</title>
108   </index>
109 </book>