/[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.3, Tue Nov 29 19:24:11 2005 UTC revision 1.4, Wed Nov 30 18:07:22 2005 UTC
# Line 1  Line 1 
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:
# Line 7  Drupal installation: Line 7  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    
# Line 17  Users must have 'export books as dxml' p Line 17  Users must have 'export books as dxml' p
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    
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2