You are here

README.txt in Node export 6.3

Node export README

CONTENTS OF THIS FILE
----------------------

  * Introduction
  * Installation
  * Configuration
  * Usage
  * Node export features tips


INTRODUCTION
------------
This module allows users to export nodes and then import it into another
Drupal installation, or on the same site.

This module makes reasonable checks on access permissions.  A user cannot export 
a node unless they can use the input format of that node, and unless they have
permission to create new nodes of that type.

Maintainer: Daniel Braksator (http://drupal.org/user/134005)
Project page: http://drupal.org/project/node_export.

Note: this module was originally built upon code from the node_clone module
maintained by Peter Wolanin (http://drupal.org/user/49851) at 
http://drupal.org/project/node_clone which was derived from code posted by
Steve Ringwood (http://drupal.org/user/12856) at 
http://drupal.org/node/73381#comment-137714.
Features integration, relations, and UUID initially developed by Tushar Mahajan
(http://drupal.org/user/398572).
Significant improvements, file handling, and extra functionality pioneered by 
James Andres (http://drupal.org/user/33827).


INSTALLATION
------------
1. Copy node_export folder to modules directory (usually sites/all/modules).
2. At admin/build/modules enable the Node export module.


CONFIGURATION
-------------
1. Enable permissions at admin/user/permissions.
   Security Warning: Users with the permission "use PHP to import nodes"
   will be able to change nodes as they see fit before an import, as well as 
   being able to execute PHP scripts on the server.  It is advisable not to
   give this permission to a typical node author, only the administrator or
   developer should use this feature.  You may even like to turn this module
   off when it is no longer required.
2. Configure module at admin/settings/node_export.


USAGE
-----
1. To export nodes, either:
   a) Use the 'Node export' tab on a node page.
   b) Use the Content page (admin/content/node) to filter the nodes you wish to
      export and then choose 'Node export' under the 'Update options'.
   c) Use the VBO module: http://drupal.org/project/views_bulk_operations
   d) Use Drush: http://drupal.org/project/drush
2. To import nodes, either:
   a) Use the form at 'Node export: import' under 'Create content'
      (node/add/node_export).
   b) Use Drush: http://drupal.org/project/drush


NODE EXPORT FEATURES TIPS
-------------------------
Regarding the module node_export_features which integrates with the features
module, any nodes to be used with this must have a UUID (universally unique 
ID).  To export older nodes that don't have UUID make sure you have selected
the content type and click on 'create missings uuids' from 
'admin/settings/uuid' under the fieldset 'Synchronize'.  Then you should be 
able to see more nodes under the feature component, If you don't see the node
export component, that means no nodes has been configured with UUID.
UUID likely to become a consistent requirement across the node export
package.

File

README.txt
View source
  1. Node export README
  2. CONTENTS OF THIS FILE
  3. ----------------------
  4. * Introduction
  5. * Installation
  6. * Configuration
  7. * Usage
  8. * Node export features tips
  9. INTRODUCTION
  10. ------------
  11. This module allows users to export nodes and then import it into another
  12. Drupal installation, or on the same site.
  13. This module makes reasonable checks on access permissions. A user cannot export
  14. a node unless they can use the input format of that node, and unless they have
  15. permission to create new nodes of that type.
  16. Maintainer: Daniel Braksator (http://drupal.org/user/134005)
  17. Project page: http://drupal.org/project/node_export.
  18. Note: this module was originally built upon code from the node_clone module
  19. maintained by Peter Wolanin (http://drupal.org/user/49851) at
  20. http://drupal.org/project/node_clone which was derived from code posted by
  21. Steve Ringwood (http://drupal.org/user/12856) at
  22. http://drupal.org/node/73381#comment-137714.
  23. Features integration, relations, and UUID initially developed by Tushar Mahajan
  24. (http://drupal.org/user/398572).
  25. Significant improvements, file handling, and extra functionality pioneered by
  26. James Andres (http://drupal.org/user/33827).
  27. INSTALLATION
  28. ------------
  29. 1. Copy node_export folder to modules directory (usually sites/all/modules).
  30. 2. At admin/build/modules enable the Node export module.
  31. CONFIGURATION
  32. -------------
  33. 1. Enable permissions at admin/user/permissions.
  34. Security Warning: Users with the permission "use PHP to import nodes"
  35. will be able to change nodes as they see fit before an import, as well as
  36. being able to execute PHP scripts on the server. It is advisable not to
  37. give this permission to a typical node author, only the administrator or
  38. developer should use this feature. You may even like to turn this module
  39. off when it is no longer required.
  40. 2. Configure module at admin/settings/node_export.
  41. USAGE
  42. -----
  43. 1. To export nodes, either:
  44. a) Use the 'Node export' tab on a node page.
  45. b) Use the Content page (admin/content/node) to filter the nodes you wish to
  46. export and then choose 'Node export' under the 'Update options'.
  47. c) Use the VBO module: http://drupal.org/project/views_bulk_operations
  48. d) Use Drush: http://drupal.org/project/drush
  49. 2. To import nodes, either:
  50. a) Use the form at 'Node export: import' under 'Create content'
  51. (node/add/node_export).
  52. b) Use Drush: http://drupal.org/project/drush
  53. NODE EXPORT FEATURES TIPS
  54. -------------------------
  55. Regarding the module node_export_features which integrates with the features
  56. module, any nodes to be used with this must have a UUID (universally unique
  57. ID). To export older nodes that don't have UUID make sure you have selected
  58. the content type and click on 'create missings uuids' from
  59. 'admin/settings/uuid' under the fieldset 'Synchronize'. Then you should be
  60. able to see more nodes under the feature component, If you don't see the node
  61. export component, that means no nodes has been configured with UUID.
  62. UUID likely to become a consistent requirement across the node export
  63. package.