Reference manual: fix extension and NAIIOProvider
[nautilus-actions.git] / docs / reference / nautilus-actions-docs.xml
blob7ef402909454198f474a2e54c6910dc97511b02b
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     <xi:include href="xml/ifactory-provider.xml" />
54     <xi:include href="xml/ifactory-object.xml" />
55   </chapter>
57   <chapter>
58     <title>DBus services (nautilus-actions-api.xml title)</title>
59     <xi:include href="xml/dbus.xml" />
60   </chapter>
62   <chapter>
63     <title>Others (nautilus-actions-api.xml title)</title>
64     <xi:include href="xml/na-object-id.xml"/>
65     <xi:include href="xml/na-object-action.xml"/>
66     <xi:include href="xml/na-icontext.xml"/>
67     <xi:include href="xml/na-gconf-monitor.xml"/>
68     <xi:include href="xml/na-data-boxed.xml"/>
69     <xi:include href="xml/na-object-menu.xml"/>
70     <xi:include href="xml/na-object-item.xml"/>
71     <xi:include href="xml/na-object.xml"/>
72     <xi:include href="xml/na-object-profile.xml"/>
73     <xi:include href="xml/na-iduplicable.xml"/>
74     <xi:include href="xml/na-ifactory-object-data.xml"/>
75     <xi:include href="xml/na-data-types.xml"/>
76     <xi:include href="xml/na-gconf-utils.xml"/>
77     <xi:include href="xml/na-ifactory-provider-provider.xml"/>
78     <xi:include href="xml/na-core-utils.xml"/>
79     <xi:include href="xml/na-data-def.xml"/>
80     <xi:include href="xml/na-object-api.xml"/>
81   </chapter>
83   <chapter id="object-tree">
84     <title>Object Hierarchy</title>
85      <xi:include href="xml/tree_index.sgml"/>
86   </chapter>
88   <index id="api-index-full">
89     <title>API Index</title>
90     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
91   </index>
93   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
94 </book>