Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splitbrain/dokuwiki-plugin-dw2pdf
A fork of Luigi Micco's PDF export plugin for DokuWiki
https://github.com/splitbrain/dokuwiki-plugin-dw2pdf
dokuwiki-plugin pdf pdf-book pdf-export php
Last synced: 20 minutes ago
JSON representation
A fork of Luigi Micco's PDF export plugin for DokuWiki
- Host: GitHub
- URL: https://github.com/splitbrain/dokuwiki-plugin-dw2pdf
- Owner: splitbrain
- Created: 2011-06-12T06:03:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:33:53.000Z (5 months ago)
- Last Synced: 2024-11-06T04:51:35.343Z (7 days ago)
- Topics: dokuwiki-plugin, pdf, pdf-book, pdf-export, php
- Language: PHP
- Homepage: http://www.dokuwiki.org/plugin:dw2pdf
- Size: 70.2 MB
- Stars: 55
- Watchers: 13
- Forks: 68
- Open Issues: 54
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
dw2pdf Plugin for DokuWiki
Export DokuWiki pages to PDF
All documentation for this plugin can be found at
http://www.dokuwiki.org/plugin:dw2pdfIf 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 ,
Luigi MiccoThis 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 LicenseThis 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