Changes

Summary

  1. Adjust Firefox/SlimerJS dependencies to Gradle 6 (commit: 61334b3) (details)
  2. switch some repos to https (commit: e08f32b) (details)
  3. A promise generating transcript function. (commit: 4a3fa81) (details)
  4. Render script using puppeteer (commit: ea299d7) (details)
  5. Integrated puppeteer based rendering into build (commit: f9b74d8) (details)
  6. timeout for the rendering function (commit: 1e56d91) (details)
  7. write a simple json file with all data to render (commit: baabeeb) (details)
  8. Experimental script to render multiple pages to one pdf (commit: c9f244d) (details)
  9. Write a job description JSON for each document (commit: 57fb2df) (details)
  10. render-multi-pages.js now reads job file (commit: 18d6ef1) (details)
  11. Support overlay rendering in render-multi-pages.js (commit: d6eb3ab) (details)
  12. Run the multi-page script instead of the default one (commit: 1eccd68) (details)
  13. print page header (commit: c06712c) (details)
  14. Add an 'About' page to the doctranscript pdfs (commit: 111cffe) (details)
  15. Adjust legend. (commit: 2381d66) (details)
  16. improved error logging for svg rendering (commit: 86daa51) (details)
  17. switched eXist app name property (commit: 1f3bd2c) (details)
  18. Dump out a HTML version (commit: 37df3f6) (details)
  19. some pdf experiments (commit: 0376e1b) (details)
  20. Removed pdf merge experiments (commit: 1c8f998) (details)
  21. added missing dependency (commit: 92482f2) (details)
  22. use puppeteer-based svg rendering in gradle build (commit: d26e86a) (details)
  23. updated submodules (commit: 17f9807) (details)
  24. run 'npm install' in faust-web (commit: aac16c7) (details)
  25. Maven repository config (commit: 56afdaf) (details)
Commit 61334b3304610ea7a96231b1a6b5547eea13d1d8 by Thorsten Vitt
Adjust Firefox/SlimerJS dependencies to Gradle 6
(commit: 61334b3)
The file was modified build.gradle (diff)
The file was modified data (diff)
The file was modified src/main/xproc (diff)
The file was modified macrogen (diff)
The file was modified build.gradle (diff)
Commit 4a3fa81d8023ebdfe209b550edcf1257064d8663 by Thorsten Vitt
A promise generating transcript function.

This currently mirrors renderToPhantom but return a promise instead of
calling PhantomJS's callback, making it usable from, e.g., puppeteer.

Cf. #13
(commit: 4a3fa81)
The file was modified svg_rendering/page/js-gen/transcript-generation.js (diff)
The file was addedpackage-lock.json
The file was addedrendersvgs-puppeteer.js
Commit f9b74d8fb86649ea86ab942244efb4982c0572e9 by Thorsten Vitt
Integrated puppeteer based rendering into build
(commit: f9b74d8)
The file was modified pom.xml (diff)
The file was modified .gitignore (diff)
The file was modified package-lock.json (diff)
The file was addedpackage.json
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
Commit 1e56d91a7dbf0b429fe55a7ff7cc4cdac6a6ef38 by Thorsten Vitt
timeout for the rendering function
(commit: 1e56d91)
The file was modified rendersvgs-puppeteer.js (diff)
Commit baabeebd2c1de979766cd80dbbb294b26362654d by Thorsten Vitt
write a simple json file with all data to render

maybe we can re-use our browser ...
(commit: baabeeb)
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
Commit c9f244d46914f6378edadf46a94b8fb88f461239 by Thorsten Vitt
Experimental script to render multiple pages to one pdf
(commit: c9f244d)
The file was modified svg_rendering/page/js-gen/transcript-generation.js (diff)
The file was modified svg_rendering/page/transcript-generation.html (diff)
The file was addedrender-multi-pages.js
Commit 57fb2df092ebb30b11f27ec376d651f21f174c98 by Thorsten Vitt
Write a job description JSON for each document
(commit: 57fb2df)
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
Commit 18d6ef10f105fdde05217963fa88a140a2c24ebd by Thorsten Vitt
render-multi-pages.js now reads job file
(commit: 18d6ef1)
The file was modified render-multi-pages.js (diff)
Commit d6eb3ab655ae3d38e11ade5d876cd1e93c5a018f by Thorsten Vitt
Support overlay rendering in render-multi-pages.js
(commit: d6eb3ab)
The file was modified svg_rendering/page/js-gen/transcript-generation.js (diff)
The file was modified render-multi-pages.js (diff)
Commit 1eccd685c7a7b8071a87a2b0fd620cf5024a1657 by Thorsten Vitt
Run the multi-page script instead of the default one
(commit: 1eccd68)
The file was modified pom.xml (diff)
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
The file was modified render-multi-pages.js (diff)
The file was modified svg_rendering/page/debug2.html (diff)
The file was modified svg_rendering/page/transcript-generation.html (diff)
The file was modified svg_rendering/page/debug.html (diff)
The file was modified render-multi-pages.js (diff)
The file was modified src/main/web (diff)
The file was modified svg_rendering/page/js-gen/transcript-generation.js (diff)
Commit 111cffe1124a0292fb59c8a6223d50399fa289a3 by Thorsten Vitt
Add an 'About' page to the doctranscript pdfs
(commit: 111cffe)
The file was modified svg_rendering/page/js-gen/transcript-generation.js (diff)
The file was modified svg_rendering/page/transcript-generation.html (diff)
The file was modified render-multi-pages.js (diff)
The file was modified src/main/web (diff)
Commit 2381d661a153bfc8e42aad341ae47397642bd44d by Thorsten Vitt
Adjust legend.

Fixes faustedition/faust-web#579
(commit: 2381d66)
The file was modified svg_rendering/page/transcript-generation.html (diff)
The file was modified src/main/web (diff)
Commit 86daa51ae893056cb203ef495549980934117d90 by Thorsten Vitt
improved error logging for svg rendering
(commit: 86daa51)
The file was modified render-multi-pages.js (diff)
Commit 1f3bd2cd286ddfa17755f2e3f84adaaae83dd645 by Thorsten Vitt
switched eXist app name property
(commit: 1f3bd2c)
The file was modified pom.xml (diff)
The file was modified src/main/java/net/faustedition/gen/DiplomaticConversion.java (diff)
The file was modified svg_rendering/page/js-gen/transcript-generation.js (diff)
The file was modified render-multi-pages.js (diff)
The file was addedsrc/main/java/net/faustedition/gen/PdfMergerBoxBased.java
The file was addedsrc/main/java/net/faustedition/gen/PdfMerger.java
The file was removedsrc/main/java/net/faustedition/gen/PdfMerger.java
The file was modified README.md (diff)
The file was removedsrc/main/java/net/faustedition/gen/PdfMergerBoxBased.java
The file was modified build.gradle (diff)
Commit d26e86aa9b3a56b7ce00879b41e3773745352174 by Thorsten Vitt
use puppeteer-based svg rendering in gradle build
(commit: d26e86a)
The file was modified build.gradle (diff)
The file was modified src/main/web (diff)
The file was modified macrogen (diff)
The file was modified src/main/xproc (diff)
The file was modified build.gradle (diff)
The file was modified src/main/web (diff)
The file was modified build.gradle (diff)