Add doc build infrastructure
[accounts-service-plus:accounts-service-plus.git] / doc / dbus / AccountsService.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
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 <!ENTITY dbus-Accounts SYSTEM "@srcdir@/org.freedesktop.Accounts.ref.xml">
4 <!ENTITY dbus-User SYSTEM "@srcdir@/org.freedesktop.Accounts.User.ref.xml">
5 ]>
6
7 <book id="index">
8   <bookinfo>
9     <title>AccountsService @VERSION@ Documentation</title>
10     <releaseinfo>Version @VERSION@</releaseinfo>
11     <authorgroup>
12       <author>
13         <firstname>Matthias</firstname>
14         <surname>Clasen</surname>
15         <affiliation>
16           <address>
17             <email>mclasen@redhat.com</email>
18           </address>
19         </affiliation>
20       </author>
21     </authorgroup>
22   </bookinfo>
23
24 <!--
25   <preface>
26     <title>Introduction</title>
27     <para>
28     </para>
29   </preface>
30
31   <part>
32     <title>Concepts</title>
33     <para>
34     </para>
35   </part>
36 -->
37
38   <part>
39     <title>Reference</title>
40
41     <reference id="dbus-reference">
42       <title>D-Bus API Reference</title>
43
44       <partintro>
45         <para>
46         The AccountsService provides a D-Bus API for programs to obtain
47         information about user accounts that are present on a system.
48         </para>
49         <para>
50         Please see the other sections of this manual for an introduction to
51         these concepts.
52         </para>
53         <para>
54         This API is not yet stable and is likely to change in the future.
55         </para>
56       </partintro>
57
58       &dbus-Accounts;
59       &dbus-User;
60
61     </reference>
62   </part>
63
64   <index>
65     <title>Index</title>
66   </index>
67
68 </book>