Export_DocBook installation
===========================

Unpack the export_docbook directory in the modules directory of your
Drupal installation:

% cd /path/to/drupal/modules
% tar -zxf /path/to/export_docbook.tar.gz

Enable the export_docbook module by checking the 'export_docbook' item on the
module administration page at admin/modules.  

Enable 'export books as DocBook XML' permissions under

   administer > access control 

for all user roles which should be able to export books as DocBook XML
*Both* 'access content' and 'export books as DocBook XML'
permissions are required.

Note: exporting as DocBook XML is very computationally intensive.  You will
need to ensure your Drupal/PHP installation is set up with access to adequate
memory and CPU time.

You should also protect your site from denial of service attacks by
making sure that only authorized users have permission to access the
export functions.


Requirements
-----------

The Export_DocBook module requires PHP5, and Tidy Support enabled.

You can view the configuration of your PHP installation by creating a
PHP page containing the following code.  Make sure that it is visible
only by people you trust.

<?php
print phpinfo();
?>


Bugs:
-----

Please see the file README.txt for information on reporting bugs.


