/[drupal]/contributions/modules/export_dxml/INSTALL.txt
ViewVC logotype

Diff of /contributions/modules/export_dxml/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Mon Nov 28 08:21:15 2005 UTC revision 1.2, Tue Nov 29 09:11:23 2005 UTC
# Line 1  Line 1 
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    
# Line 22  sure that only authorized users have per Line 25  sure that only authorized users have per
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.  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2