1
|
INSTALLATION
|
2
|
------------
|
3
|
|
4
|
Decompress the print-n.x-n.n.tar.gz file into your Drupal modules
|
5
|
directory (usually sites/all/modules, see http://drupal.org/node/176044 for
|
6
|
more information).
|
7
|
|
8
|
Enable the print module: Administration > Modules (admin/modules)
|
9
|
|
10
|
PDF TOOL
|
11
|
--------
|
12
|
|
13
|
The print_pdf module requires the use of an external PDF generation tool.
|
14
|
Please note that any errors/bugs in those tools need to be reported and
|
15
|
fixed by their maintainers. DO NOT report bugs in those tools in the print
|
16
|
module's issue queue at drupal.org.
|
17
|
|
18
|
supported paths:
|
19
|
* print module lib directory (usually sites/all/modules/print/lib)
|
20
|
* libraries directory (sites/all/libraries)
|
21
|
|
22
|
UPDATE
|
23
|
------
|
24
|
|
25
|
When updating from a previous version, just remove the print directory and
|
26
|
follow the instructions above. Make sure that you backup any costumization
|
27
|
to the print.tpl.php and print.css files.
|
28
|
|
29
|
ROBOTS
|
30
|
------
|
31
|
|
32
|
Even though it is possible to set per-page robots settings, the following
|
33
|
can be placed in your robots.txt file after the User-agent line to prevent
|
34
|
search engines from even asking for the page:
|
35
|
|
36
|
Disallow: /print/
|