| 2 |
======================== |
======================== |
| 3 |
|
|
| 4 |
Unpack the export_dxml directory in the modules directory of your |
Unpack the export_dxml directory in the modules directory of your |
| 5 |
Drupal installation: |
Drupal installation, or the modules directory in your site's sites |
| 6 |
|
directory |
| 7 |
|
|
| 8 |
% cd /path/to/drupal/modules |
% cd /path/to/drupal/modules |
| 9 |
% tar -zxf /path/to/export_dxml.tar.gz |
% tar -zxf /path/to/export_dxml.tar.gz |
| 10 |
|
|
| 11 |
Enable the export_dxml module by checking the 'export_dxml' item on |
Enable the export_dxml module by checking the 'export_dxml' item on |
| 12 |
the module administration page at admin/modules. |
the module administration page at admin/build/modules. |
| 13 |
|
|
| 14 |
Users must have 'export books as dxml' permissions enabled in |
Users must have 'export books as dxml' permissions enabled in |
| 15 |
|
|
| 16 |
administer > access control |
administer > user management > access control |
| 17 |
|
|
| 18 |
in order to export books as Drupal XML. Note that *both* 'access content' and |
in order to export books as Drupal XML. Note that *both* 'access content' and |
| 19 |
'export books as dxml' permissions are required. |
'export books as dxml' permissions are required. |
| 20 |
|
|
| 21 |
Note: exporting as DXML is relatively computationally intensive. You |
Note: exporting as DXML is relatively computationally intensive. You |
| 22 |
will need to ensure your Drupal/PHP installation is set up with access |
will need to ensure your Drupal/PHP installation is has adequate |
| 23 |
to adequate memory and CPU time. |
memory and CPU time available. |
| 24 |
|
|
| 25 |
You should also protect your site from denial of service attacks by |
You should also protect your site from denial of service attacks by |
| 26 |
making sure that only authorized users have permission to access the |
making sure that only authorized users have permission to access the |
| 27 |
export functions. |
export functions. |
| 28 |
|
|
| 29 |
|
|