| 1 |
Export_DXML install |
Export_DXML installation |
| 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: |
| 7 |
% cd /path/to/drupal/modules |
% cd /path/to/drupal/modules |
| 8 |
% tar -zxf /path/to/export_dxml.tar.gz |
% tar -zxf /path/to/export_dxml.tar.gz |
| 9 |
|
|
| 10 |
Enable the export_dxml module by checking the 'export_dxml' item on the |
Enable the export_dxml module by checking the 'export_dxml' item on |
| 11 |
module administration page at admin/modules. |
the module administration page at admin/modules. |
| 12 |
|
|
| 13 |
Users must have 'export books as dxml' permissions enabled in |
Users must have 'export books as dxml' permissions enabled in |
| 14 |
|
|
| 17 |
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 |
| 18 |
'export books as dxml' permissions are required. |
'export books as dxml' permissions are required. |
| 19 |
|
|
| 20 |
|
Note: exporting as DXML is relatively computationally intensive. You |
| 21 |
|
will need to ensure your Drupal/PHP installation is set up with access |
| 22 |
|
to adequate memory and CPU time. |
| 23 |
|
|
| 24 |
Note: exporting as DXML is relatively computationally intensive. You will |
You should also protect your site from denial of service attacks by |
| 25 |
need to ensure your Drupal/PHP installation is set up with access to adequate |
making sure that only authorized users have permission to access the |
|
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 |
|
| 26 |
export functions. |
export functions. |
| 27 |
|
|
|
|
|