docs/reference/Makefile.am: fix version.dir.xml generation
[nautilus-actions.git] / docs / reference / filemanager-actions-docs.xml
blobc318ed04a20ccee343f8cd117c961e9601e06843
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>FileManager-Actions</productname>">
8   <!ENTITY nautilus "<productname>Nautilus</productname>">
9   <!ENTITY fmact    "<productname>FileManager-Actions Configuration Tool</productname>">
10   <!ENTITY lcomment "/*">
11   <!ENTITY rcomment "*/">
13 <!--
14  I miss several things here:
15  - I would like to insert line breaks somewhere (e.g. inside of releaseinfo)
16  - I would like to get rid of the extra space which comes with 'version.xml'
17    and in general with all included entities
18    (see e.g. fma-getting.xml)
19 -->
20 <book id="index">
21   <bookinfo>
22     <title>&prodname; Reference Manual</title>
23     <releaseinfo>
24       For <productname>FileManager-Actions</productname> &version;
25       <!-- linebreak -->
26       The latest version of this documentation can be found on-line at
27       <ulink role="online-location" url="http://www.nautilus-actions.org/manuals/reference/html/">http://www.nautilus-actions.org/manuals/reference/html</ulink>.
28     </releaseinfo>
29     <copyright>
30       <year>2010</year>
31       <year>2011</year>
32       <year>2012</year>
33       <year>2013</year>
34       <year>2014</year>
35       <year>2015</year>
36       <year>2016</year>
37       <year>2017</year>
38           <holder>Pierre Wieser</holder>
39     </copyright>
40   </bookinfo>
42   <chapter>
43     <title>&prodname; Overview</title>
44     <xi:include href="fma-about.xml" />
45     <xi:include href="fma-what-is-it.xml" />
46     <xi:include href="fma-getting.xml" />
47     <xi:include href="fma-dist-content.xml" />
48     <xi:include href="fma-compiling.xml" />
49   </chapter>
51   <chapter>
52     <title>Extending &prodname;</title>
53     <xi:include href="xml/extension.xml" />
54   </chapter>
56   <chapter>
57     <title>Public extension interfaces</title>
58     <xi:include href="xml/iio-provider.xml" />
59     <xi:include href="xml/iimporter.xml" />
60     <xi:include href="xml/iexporter.xml" />
61   </chapter>
63   <chapter>
64     <title>DBus services</title>
65     <xi:include href="xml/dbus.xml" />
66   </chapter>
68   <chapter>
69     <title>Data Factory Management System</title>
70     <xi:include href="xml/ifactory-provider.xml" />
71     <xi:include href="xml/ifactory-object.xml" />
72     <xi:include href="xml/boxed.xml"/>
73     <xi:include href="xml/data-boxed.xml"/>
74     <xi:include href="xml/data-type.xml"/>
75     <xi:include href="xml/data-def.xml"/>
76     <xi:include href="xml/data-name.xml"/>
77   </chapter>
79   <chapter>
80     <title>FMAObject Hierarchy</title>
81     <xi:include href="xml/object.xml"/>
82     <xi:include href="xml/object-id.xml"/>
83     <xi:include href="xml/object-item.xml"/>
84     <xi:include href="xml/object-action.xml"/>
85     <xi:include href="xml/object-profile.xml"/>
86     <xi:include href="xml/object-menu.xml"/>
87     <xi:include href="xml/iduplicable.xml"/>
88     <xi:include href="xml/icontext.xml"/>
89     <xi:include href="xml/object-api.xml"/>
90   </chapter>
92   <chapter>
93     <title>Miscellaneous API</title>
94     <xi:include href="xml/gconf-monitor.xml"/>
95     <xi:include href="xml/gconf-utils.xml"/>
96     <xi:include href="xml/core-utils.xml"/>
97     <xi:include href="xml/timeout.xml"/>
98   </chapter>
100   <chapter id="object-tree">
101     <title>Object Hierarchy</title>
102      <xi:include href="xml/tree_index.sgml"/>
103   </chapter>
105   <index id="api-index-full">
106     <title>API Index</title>
107     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
108   </index>
109   <index id="api-index-deprecated" role="deprecated">
110     <title>Index of deprecated symbols</title>
111     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
112   </index>
113   <index id="api-index-2-30" role="2.30">
114     <title>Index of new symbols in &prodname; v 2.30</title>
115     <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
116   </index>
117   <index id="api-index-3-1" role="3.1">
118     <title>Index of new symbols in &prodname; v 3.1</title>
119     <xi:include href="xml/api-index-3.1.xml"><xi:fallback /></xi:include>
120   </index>
121   <index id="api-index-3-2" role="3.2">
122     <title>Index of new symbols in &prodname; v 3.2</title>
123     <xi:include href="xml/api-index-3.2.xml"><xi:fallback /></xi:include>
124   </index>
126   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
127 </book>