<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY init SYSTEM "xml/initialization.xml">
<!ENTITY debugging SYSTEM "xml/debugging.xml">
<!ENTITY registration SYSTEM "xml/registration.xml">
<!ENTITY activation SYSTEM "xml/query.xml">
<!ENTITY utils SYSTEM "xml/utilities.xml">
<!ENTITY compiling SYSTEM "compiling.sgml">
<!ENTITY configuring SYSTEM "configuring.sgml">
<!ENTITY query-langage SYSTEM "query-langage.sgml">
<!ENTITY architecture SYSTEM "architecture.sgml">
<!ENTITY server-xml-reference SYSTEM "server-xml-reference.sgml">
<!ENTITY tutorial SYSTEM "tutorial.sgml">
<!ENTITY migrating SYSTEM "migrating.sgml">
<!ENTITY LGPL SYSTEM "lgpl.sgml">
]>

<book id="index">
  <bookinfo>
    <title>Bonobo Activation API Reference Manual</title>

    <authorgroup>
      <author>
	<firstname>Mathieu</firstname>
	<surname>Lacage</surname>
	<affiliation>
	  <address>
	    <email>mathieu@gnu.org</email>
	  </address>
	</affiliation>
      </author>
    </authorgroup>


    <legalnotice>
    <para>
    This documentation is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
    A copy of the license is included in the section entitled "GNU Lesser
    General Public License"
    </para>
    </legalnotice>

    <copyright>
      <year>2000</year>
      <holder>The Free Software Foundation</holder>
    </copyright>
  </bookinfo>


  &tutorial;
  &configuring;

  &architecture;
  &query-langage;
  &server-xml-reference;
  &migrating;


  <chapter id="api-reference">
    <title>API Reference</title>
      <para>
	This part presents the function reference for the
	bonobo activation library.
      </para>

    &init;
    &activation;
    &utils;
    &registration;
    &debugging;

  </chapter>

  &LGPL;



</book>
