Skip to content
Snippets Groups Projects
Commit 433db6ef authored by Djun Kim's avatar Djun Kim
Browse files

- Updated README.txt, INSTALL.txt and some documentation in

    export_docbook
parent 4c320018
No related branches found
No related tags found
No related merge requests found
......@@ -10,22 +10,20 @@ Drupal installation:
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 for all user roles which should
be able to export books as DocBook XML.
In addition, users must have 'export books as DocBook XML' permissions enabled in
Enable 'export books as DocBook XML' permissions under
administer > access control
in order to export books as DocBook. Note that *both* 'access content' and
'export books as DocBook XML' permissions are required.
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
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.
......@@ -42,4 +40,10 @@ only by people you trust.
print phpinfo();
?>
This should display the configuration of your PHP installation.
Bugs:
-----
Please see the file README.txt for information on reporting bugs.
......@@ -12,13 +12,8 @@ then transformed via XSLT into DocBook.
Version:
________
This version of export_docbook depends on a patch to book.module
submitted Nov. 27, 2005 (http://drupal.org/node/1482). I expect that
this patch will be committed into CVS before Drupal 4.7 is
released.
To re-iterate, this module will not work with the unpatched
CVS version of book.module. You must apply the patch.
This version of export_docbook depends on book.module
v1.334 or later (CVS HEAD on Nov 30, 2005)
Pre-requisites:
......
......@@ -36,6 +36,10 @@ function export_docbook_access($op, $node) {
*
* Notes:
*
* The user must have both 'access content' permissions (checked
* when the menu item for export is invoked in book.module) and
* 'export books as dxml' permissions to export a book.
*
* DocBook XML will embed a node in a parent book
* For DocBook output, the exported node will be a document fragment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment