No description
  • PHP 97.6%
  • CSS 1.5%
  • HTML 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann b3b4f6af1d
Releasing fastforward version 2026-07-23+dfsg-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-30 04:29:02 +02:00
.github/workflows Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
_test Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
conf Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
debian Releasing fastforward version 2026-07-23+dfsg-1~ffwd13+u1. 2026-07-30 04:29:02 +02:00
lang Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
src Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
syntax Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
tpl/default Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
vendor Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
.gitignore Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
action.php Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
composer.json Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
composer.lock Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
deleted.files Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
file-pdf.svg Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
MenuItem.php Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
pagetools-pdfexport-sprite.png Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
plugin.info.txt Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
README Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
renderer.php Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00
style.css Adding upstream version 2026-07-23+dfsg. 2026-07-30 04:28:52 +02:00

dw2pdf Plugin for DokuWiki

Export DokuWiki pages to PDF

All documentation for this plugin can be found at
http://www.dokuwiki.org/plugin:dw2pdf

If you install this plugin manually, make sure it is installed in
lib/plugins/dw2pdf/ - if the folder is called different it
will not work!

Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.

----

Notes on updating the mpdf library. The library is installed by composer
but results are checked into the plugin repository. Similar to what we do
in DokuWiki core. Because mpdf has some dependencies that are already
satisfied in DokuWiki core, they do not need to be installed by the plugin
again. To do so we declare them as replaced in the composer.json. The
.gitignore is used to skip checking in unneeded library files like examples
etc.

Updating should be done via composer update --no-dev --prefer-dist

----
Copyright (C) Andreas Gohr <gohr@cosmocode.de>,
              Luigi Micco <l.micco@tiscali.it>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See the COPYING file in your DokuWiki folder for details