snaekobbi / pipeline-mod-braille

ARCHIVED. Please don't make any new issues or pull requests in this repo.
0 stars 0 forks source link

Script for generating EPUB 3 with braille rendition #6

Closed bertfrees closed 9 years ago

bertfrees commented 9 years ago

To do:

Blocked on:

bertfrees commented 9 years ago

see also https://github.com/snaekobbi/braille-rendition-epub

bertfrees commented 9 years ago

On second thought, the 'resource-map' output port of XProcTransforms may not be such a good idea after all. To chain such steps is not trivial, and moreover it adds complexity to each step. A better approach would be to move the burden of computing the mapping to outside of the step (or chain of steps), and to limit the responsibility of the step itself to preserving synchronization points in the input. What these synchronization points should like should be specified in the XProcTransform contract.

bertfrees commented 7 years ago

Branch was moved to daisy/pipeline-mod-braille. There is also a rebased version braille-in-epub3-rebased that I did a while back.

Now I have rebased it again to sbs-ebraille. Note that this branch does not include the "resource-map" part yet which I want to re-implement.