| 1 |
Export_DocBook install |
Export_DXML install |
| 2 |
====================== |
====================== |
| 3 |
|
|
| 4 |
Unpack the export_docbook directory in the modules directory of your |
Unpack the export_dxml directory in the modules directory of your |
| 5 |
Drupal installation: |
Drupal installation: |
| 6 |
|
|
| 7 |
% cd /path/to/drupal/modules |
% cd /path/to/drupal/modules |
| 8 |
% tar -zxf /path/to/export_docbook.tar.gz |
% tar -zxf /path/to/export_dxml.tar.gz |
| 9 |
|
|
| 10 |
Enable the bookimport module by checking the 'export_docbook' item on the |
Enable the export_dxml module by checking the 'export_dxml' item on the |
| 11 |
module administration page at admin/modules. |
module administration page at admin/modules. |
| 12 |
|
|
| 13 |
Enable 'export books as DocBook XML' permissions for all user roles which should |
Users must have 'export_books' permissions enabled in |
| 14 |
be able to export books as DocBook XML. |
|
| 15 |
|
administer > access control |
| 16 |
|
|
| 17 |
Note: exporting as DocBook XML is very computationally and intensive. You will |
in order to export books as Drupal XML. |
| 18 |
|
|
| 19 |
|
Note: exporting as DXML is relatively computationally intensive. You will |
| 20 |
need to ensure your Drupal/PHP installation is set up with access to adequate |
need to ensure your Drupal/PHP installation is set up with access to adequate |
| 21 |
memory and CPU time. |
memory and CPU time. |
| 22 |
|
|
| 25 |
export functions. |
export functions. |
| 26 |
|
|
| 27 |
|
|
|
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(); |
|
|
?> |
|
|
|
|
|
This should display the configuration of your PHP installation. |
|