$Id$

Node To Odt README

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

  * Introduction
  * Installation
  * Configuration
  * Usage


INTRODUCTION
------------
The node to odt module allows users to create an odt version of a node to being imported to open office.
The module can export to odt node with HTML content body (with images ans tables), cck text fields, 
cck matrix field, cck imceimage.

This module uses odtPHP library (http://www.odtphp.com/). The version of this module uses the odtphp-1.0.1
version of odtPHP library

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 view nodes and have the 'export node to odt' permission.

This module could also use the checkall module (http://drupal.org/project/checkall). 
This module is tested with checkall 6.x-2.4 version

Note: this module was originally built upon code from the node_export module 
(http://drupal.org/project/node_export)



INSTALLATION
------------
1. Copy node_to_odt folder to modules directory (usually sites/all/modules).
2. At admin/build/modules enable the Node To Odt module.
3. If you want to use the checkall module, you need to install it in the checkall directory 
(so the path of the checkall module should be sites/all/modules/node_to_odt/checkall/checkall)


CONFIGURATION
-------------
1. Enable permissions at admin/user/permissions.
2. Configure module at admin/settings/node_to_odt.


USAGE
-----
1. To export nodes, click the 'Odt version' tab on a node page
2. To export a book, click the 'Book Odt version' tab on a parent book node page