-
Notifications
You must be signed in to change notification settings - Fork 6
Description
With the work that @amoghbanta has been doing on ADT Studio it is clear that having an easy way to pass around all the assets that go into packaging an ADT would be useful. Currently we use the plate.json as the source for web generation, but this doesn't include all the images that are also part of the final ADT.
Instead of just having a plate.json we could instead have a plate.zip which contains not just the JSON of the plate but also the other assets the plate references. (namely images right now)
This could be in a similar directory structure as webpubs:
/plate.zip
- plate.json
- cover.png
- /images
- img_p1_r0.png
- img_p2_r1.png
- ...
This could then be passed to ADT Studio as a self contained description of what was extracted from the PDF. After edits, ADT Studio could repackage the zip in the same format. adt-press could then "package" the ADT from the plate zip into the desired languages with TTS generated in all the package format we support (ADT, webpub, epub?)
Thoughts @amoghbanta ?