You are here

README.txt in Node export 6.2

Node Export README

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

  * Introduction
  * Installation
  * Configuration
  * Usage


INTRODUCTION
------------
The export module allows users to export a node and then import it to another 
website. The authorship is set to the current user, the menu and url aliases 
are reset.

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 based on a call to node_access().

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


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) click the 'Export' tab on a node page or,
   b) use the Content page (admin/content/node) to filter the nodes you wish to
      export and then choose 'Export nodes' under the 'Update options'.
2. To import nodes go to 'Node Export: Import' (admin/content/import).

File

README.txt
View source
  1. Node Export README
  2. CONTENTS OF THIS FILE
  3. ----------------------
  4. * Introduction
  5. * Installation
  6. * Configuration
  7. * Usage
  8. INTRODUCTION
  9. ------------
  10. The export module allows users to export a node and then import it to another
  11. website. The authorship is set to the current user, the menu and url aliases
  12. are reset.
  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 based on a call to node_access().
  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. INSTALLATION
  24. ------------
  25. 1. Copy node_export folder to modules directory (usually sites/all/modules).
  26. 2. At admin/build/modules enable the Node Export module.
  27. CONFIGURATION
  28. -------------
  29. 1. Enable permissions at admin/user/permissions.
  30. Security Warning: Users with the permission "use PHP to import nodes"
  31. will be able to change nodes as they see fit before an import, as well as
  32. being able to execute PHP scripts on the server. It is advisable not to
  33. give this permission to a typical node author, only the administrator or
  34. developer should use this feature. You may even like to turn this module
  35. off when it is no longer required.
  36. 2. Configure module at admin/settings/node_export.
  37. USAGE
  38. -----
  39. 1. To export nodes, either:
  40. a) click the 'Export' tab on a node page or,
  41. b) use the Content page (admin/content/node) to filter the nodes you wish to
  42. export and then choose 'Export nodes' under the 'Update options'.
  43. 2. To import nodes go to 'Node Export: Import' (admin/content/import).