daisy / pipeline-scripts

!! NOTE: This project is now part of the pipeline-modules project !! | Script modules for the default DAISY Pipeline 2 distribution.
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Improve EPUB 3 Content Documents chunking #149

Closed bertfrees closed 5 years ago

bertfrees commented 5 years ago

Fixes https://github.com/daisy/pipeline-scripts/issues/123.

Depends on https://github.com/daisy/pipeline-modules-common/pull/113

MiloAkerman commented 1 year ago

Hi, I'm completely new to this project (looking into the chunk-size issue), could you please explain why the dtbook-to-html script doesn't have a documentation section? Are there any particular quirks that make chunk-size harder to implement in the remaining scripts?

bertfrees commented 1 year ago

could you please explain why the dtbook-to-html script doesn't have a documentation section

What exactly are you referring to?

Are there any particular quirks that make chunk-size harder to implement in the remaining scripts?

The reason why the "chunk-size" option is available on some scripts but not all is probably that internally those scripts all use the zedai-to-html transformation, which has the option. I don't think if it is particularly hard to implement the option for other scripts, it's mostly a matter of time.