Bookimport install
=====================

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

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

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

Enable 'import books' permissions for all user roles which should
be able to import books. 

Please make sure to protect your Drupal data by *backing up 
your Drupal database* prior to importing books via this 
module.  


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

XML import/export requires XML support in your PHP installation, see
the PHP documentation with your system. 

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();
?>

This should display the configuration of your PHP installation.
You should see under 'Configure command' an entry of the form

  --with-xml

You should also see a table titled "dom", and a row indicating
'DOM/XML enabled', and a table entitled "xml", indicating
"xml support: active".

