You are here

README.txt in Printer, email and PDF versions 5

********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: Print module
Maintainer: Joao Ventura <joao at venturas dot org>
Author: Matt Westgate <drupal at asitis dot org>
Last update: (See CHANGELOG.txt for details)
Requires Drupal 5.x

********************************************************************
DESCRIPTION:

This module allows you to generate printer friendly versions of
any node by navigating to www.example.com/print/nid, where nid
is the node id of content to render.

********************************************************************
INSTALLATION:

see the INSTALL.txt file in this directory.

********************************************************************
TODO:

- Add ability to optionally attach comments to nodes for printing
  by calling comment_render().

********************************************************************
UPCOMING FEATURES:

- None planned

File

README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Print module
  5. Maintainer: Joao Ventura
  6. Author: Matt Westgate
  7. Last update: (See CHANGELOG.txt for details)
  8. Requires Drupal 5.x
  9. ********************************************************************
  10. DESCRIPTION:
  11. This module allows you to generate printer friendly versions of
  12. any node by navigating to www.example.com/print/nid, where nid
  13. is the node id of content to render.
  14. ********************************************************************
  15. INSTALLATION:
  16. see the INSTALL.txt file in this directory.
  17. ********************************************************************
  18. TODO:
  19. - Add ability to optionally attach comments to nodes for printing
  20. by calling comment_render().
  21. ********************************************************************
  22. UPCOMING FEATURES:
  23. - None planned