1dw2pdf Plugin for DokuWiki
2
3Export DokuWiki pages to PDF
4
5All documentation for this plugin can be found at
6http://www.dokuwiki.org/plugin:dw2pdf
7
8If you install this plugin manually, make sure it is installed in
9lib/plugins/dw2pdf/ - if the folder is called different it
10will not work!
11
12Please refer to http://www.dokuwiki.org/plugins for additional info
13on how to install plugins in DokuWiki.
14
15----
16
17Notes on updating the mpdf library. The library is installed by composer
18but results are checked into the plugin repository. Similar to what we do
19in DokuWiki core. Because mpdf has some dependencies that are already
20satisfied in DokuWiki core, they do not need to be installed by the plugin
21again. To do so we declare them as replaced in the composer.json. The
22.gitignore is used to skip checking in unneeded library files like examples
23etc.
24
25Updating should be done via composer update --no-dev --prefer-dist
26
27----
28Copyright (C) Andreas Gohr <gohr@cosmocode.de>,
29              Luigi Micco <l.micco@tiscali.it>
30
31This program is free software; you can redistribute it and/or modify
32it under the terms of the GNU General Public License as published by
33the Free Software Foundation; version 2 of the License
34
35This program is distributed in the hope that it will be useful,
36but WITHOUT ANY WARRANTY; without even the implied warranty of
37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38GNU General Public License for more details.
39
40See the COPYING file in your DokuWiki folder for details
41