Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
export_docbook
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
export_docbook
Commits
433db6ef
Commit
433db6ef
authored
Nov 30, 2005
by
Djun Kim
Browse files
Options
Downloads
Patches
Plain Diff
- 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
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL.txt
+13
-9
13 additions, 9 deletions
INSTALL.txt
README.txt
+2
-7
2 additions, 7 deletions
README.txt
export_docbook.module
+4
-0
4 additions, 0 deletions
export_docbook.module
with
19 additions
and
16 deletions
INSTALL.txt
+
13
−
9
View file @
433db6ef
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
README.txt
+
2
−
7
View file @
433db6ef
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
export_docbook.module
+
4
−
0
View file @
433db6ef
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment