Blob Blame History Raw
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>[project] Reference Manual</title>
    <releaseinfo>
      For [project] &version;. The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://[server]/[project]/index.html">http://[server]/[project]/</ulink>.
    </releaseinfo>
  </bookinfo>

  <part>
    <title>[project] Overview</title>

    <xi:include href="xml/SomeObject.xml"/>
    <xi:include href="xml/OtherObject.xml"/>
    <xi:include href="xml/Utilities.xml"/>

    <chapter>
      <title>Object Hierarchy</title>
      <xi:include href="xml/tree_index.sgml"/>
    </chapter>
  </part>

  <part>
    <title>D-Bus Interfaces</title>

    <chapter>
      <title>D-Bus Interfaces</title>

      <partintro>
        <para>D-Bus interface definitions for the project.</para>
      </partintro>

      <xi:include href="xml/docs-Some.Interface.xml"/>
      <xi:include href="xml/docs-Other.Interface.xml"/>
    </chapter>

    <chapter>
      <title>C Interfaces</title>

      <partintro>
        <para>C wrappers for the project D-Bus interfaces.</para>
      </partintro>

      <xi:include href="xml/SomeInterface.xml"/>
      <xi:include href="xml/OtherInterface.xml"/>
    </chapter>
  </part>

  <part>
    <title>Appendices</title>
    <index id="api-index-full">
      <title>API Index</title>
      <xi:include href="xml/api-index-full.xml"><xi:fallback/></xi:include>
    </index>
    <index id="api-index-deprecated">
      <title>Index of deprecated symbols</title>
      <xi:include href="xml/api-index-deprecated.xml"><xi:fallback/></xi:include>
    </index>
    <index role="1.0.0">
      <title>Index of new symbols in 1.0.0</title>
      <xi:include href="xml/api-index-1.0.0.xml"><xi:fallback/></xi:include>
    </index>
    <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
  </part>

  <xi:include href="xml/license.xml"/>
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>