Reference manual: Fix Miscellaneous Utilities documentation
[nautilus-actions.git] / docs / reference / nautilus-actions-docs.xml
blob7347ad116a4e865a91d646f9e89a2d91acfac23f
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           <holder>Pierre Wieser</holder>
31     </copyright>
32   </bookinfo>
34   <chapter>
35     <title>&prodname; Overview</title>
36     <xi:include href="na-what-is-it.xml" />
37     <xi:include href="na-getting.xml" />
38     <xi:include href="na-dist-content.xml" />
39     <xi:include href="na-compiling.xml" />
40     <xi:include href="na-about.xml" />
41   </chapter>
43   <chapter>
44     <title>Extending &prodname;</title>
45     <xi:include href="xml/extension.xml" />
46   </chapter>
48   <chapter>
49     <title>Public extension interfaces</title>
50     <xi:include href="xml/iio-provider.xml" />
51     <xi:include href="xml/iimporter.xml" />
52     <xi:include href="xml/iexporter.xml" />
53   </chapter>
55   <chapter>
56     <title>DBus services</title>
57     <xi:include href="xml/dbus.xml" />
58   </chapter>
60   <chapter>
61     <title>Data Factory Management System</title>
62     <xi:include href="xml/ifactory-provider.xml" />
63     <xi:include href="xml/ifactory-object.xml" />
64     <xi:include href="xml/data-boxed.xml"/>
65     <xi:include href="xml/data-type.xml"/>
66     <xi:include href="xml/data-def.xml"/>
67     <xi:include href="xml/data-name.xml"/>
68   </chapter>
70   <chapter>
71     <title>NAObject Hierarchy</title>
72     <xi:include href="xml/object.xml"/>
73     <xi:include href="xml/object-id.xml"/>
74     <xi:include href="xml/object-item.xml"/>
75     <xi:include href="xml/object-action.xml"/>
76     <xi:include href="xml/object-profile.xml"/>
77     <xi:include href="xml/object-menu.xml"/>
78     <xi:include href="xml/iduplicable.xml"/>
79     <xi:include href="xml/icontext.xml"/>
80     <xi:include href="xml/object-api.xml"/>
81   </chapter>
83   <chapter>
84     <title>Miscellaneous API</title>
85     <xi:include href="xml/gconf-monitor.xml"/>
86     <xi:include href="xml/gconf-utils.xml"/>
87     <xi:include href="xml/core-utils.xml"/>
88   </chapter>
90   <chapter id="object-tree">
91     <title>Object Hierarchy</title>
92      <xi:include href="xml/tree_index.sgml"/>
93   </chapter>
95   <index id="api-index-full">
96     <title>API Index</title>
97     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
98   </index>
100   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
101 </book>