Update TODO before release
[nautilus-actions.git] / docs / reference / nautilus-actions-docs.xml
blobecc747d7271afde42196eccc97822afe0dd9a9d6
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
5   <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
6   <!ENTITY version SYSTEM "version.xml">
7   <!ENTITY prodname "<productname>Nautilus-Actions</productname>">
8   <!ENTITY nautilus "<productname>Nautilus</productname>">
9   <!ENTITY lcomment "/*">
10   <!ENTITY rcomment "*/">
12 <!--
13  I miss several things here:
14  - I would like to insert line breaks somewhere (e.g. inside of releaseinfo)
15  - I would like to get ride of the extra space which comes with 'version.xml'
16    and in general with all included entities
17    (see e.g. na-getting.xml)
18 -->
19 <book id="index">
20   <bookinfo>
21     <title>&prodname; Reference Manual</title>
22     <releaseinfo>
23       For Nautilus-Actions &version;
24       <!-- linebreak -->
25       The latest version of this documentation can be found on-line at
26       <ulink role="online-location" url="http://www.nautilus-actions.org/docs/reference/">http://www.nautilus-actions.org/docs/reference</ulink>.
27     </releaseinfo>
28     <copyright>
29       <year>2010</year>
30       <year>2011</year>
31           <holder>Pierre Wieser</holder>
32     </copyright>
33   </bookinfo>
35   <chapter>
36     <title>&prodname; Overview</title>
37     <xi:include href="na-what-is-it.xml" />
38     <xi:include href="na-getting.xml" />
39     <xi:include href="na-dist-content.xml" />
40     <xi:include href="na-compiling.xml" />
41     <xi:include href="na-about.xml" />
42   </chapter>
44   <chapter>
45     <title>Extending &prodname;</title>
46     <xi:include href="xml/extension.xml" />
47   </chapter>
49   <chapter>
50     <title>Public extension interfaces</title>
51     <xi:include href="xml/iio-provider.xml" />
52     <xi:include href="xml/iimporter.xml" />
53     <xi:include href="xml/iexporter.xml" />
54   </chapter>
56   <chapter>
57     <title>DBus services</title>
58     <xi:include href="xml/dbus.xml" />
59   </chapter>
61   <chapter>
62     <title>Data Factory Management System</title>
63     <xi:include href="xml/ifactory-provider.xml" />
64     <xi:include href="xml/ifactory-object.xml" />
65     <xi:include href="xml/boxed.xml"/>
66     <xi:include href="xml/data-boxed.xml"/>
67     <xi:include href="xml/data-type.xml"/>
68     <xi:include href="xml/data-def.xml"/>
69     <xi:include href="xml/data-name.xml"/>
70   </chapter>
72   <chapter>
73     <title>NAObject Hierarchy</title>
74     <xi:include href="xml/object.xml"/>
75     <xi:include href="xml/object-id.xml"/>
76     <xi:include href="xml/object-item.xml"/>
77     <xi:include href="xml/object-action.xml"/>
78     <xi:include href="xml/object-profile.xml"/>
79     <xi:include href="xml/object-menu.xml"/>
80     <xi:include href="xml/iduplicable.xml"/>
81     <xi:include href="xml/icontext.xml"/>
82     <xi:include href="xml/object-api.xml"/>
83   </chapter>
85   <chapter>
86     <title>Miscellaneous API</title>
87     <xi:include href="xml/gconf-monitor.xml"/>
88     <xi:include href="xml/gconf-utils.xml"/>
89     <xi:include href="xml/core-utils.xml"/>
90     <xi:include href="xml/timeout.xml"/>
91   </chapter>
93   <chapter id="object-tree">
94     <title>Object Hierarchy</title>
95      <xi:include href="xml/tree_index.sgml"/>
96   </chapter>
98   <index id="api-index-full">
99     <title>API Index</title>
100     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
101   </index>
102   <index id="api-index-deprecated" role="deprecated">
103     <title>Index of deprecated symbols</title>
104     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
105   </index>
106   <index id="api-index-2-30" role="2.30">
107     <title>Index of new symbols in &prodname; v 2.30</title>
108     <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
109   </index>
110   <index id="api-index-3-1" role="3.1.0">
111     <title>Index of new symbols in &prodname; v 3.1</title>
112     <xi:include href="xml/api-index-3.1.xml"><xi:fallback /></xi:include>
113   </index>
115   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
116 </book>