| #
3ef754f4
|
| 05-Feb-2026 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Set up book title to be available for placeholder replacement
|
| #
5340eaff
|
| 26-Nov-2025 |
Andreas Gohr <gohr@cosmocode.de> |
rector and codesnifffer fixes
|
| #
f77f381a
|
| 26-Nov-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fixed issues from first real run
|
| #
293d84e6
|
| 24-Nov-2025 |
Andreas Gohr <gohr@cosmocode.de> |
more refactoring
The basic handling of page collecting, caching and rendering is now defined.
There is still some ugly dependency in the renderer and the ImageProcessor loading is not reimplemented
more refactoring
The basic handling of page collecting, caching and rendering is now defined.
There is still some ugly dependency in the renderer and the ImageProcessor loading is not reimplemented yet.
After the above a first attempt to actually run the code can be made.
show more ...
|
| #
c5c184fd
|
| 17-Nov-2025 |
Andreas Gohr <gohr@cosmocode.de> |
first start at refactoring
We now have a few classes that separate the concerns
DokuPDF - inherits from mPDF and doesn't do much anymore except for a few internal defaults and overwrite
first start at refactoring
We now have a few classes that separate the concerns
DokuPDF - inherits from mPDF and doesn't do much anymore except for a few internal defaults and overwrites Config - encapsulate the configuration (file and input vars) and created an mpdf config array Template - handles loading the template files and applies placeholders Writer - composites the above classed and gives access to write operations
show more ...
|