fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Nimas validator PDF checking #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change the way PDFs are handled.

1. PDFs must not be present in the manifest. We should report an error if they 
are.

2. However, it is required by NIMAS that they be present. We need a strategy 
for this. It could be something like checking the publication root folder to 
see if it contains a PDF.

Original issue reported on code.google.com by marisa.d...@gmail.com on 1 Jul 2013 at 10:25

GoogleCodeExporter commented 9 years ago
Note that the user's report that PDFs must not be present is contradicted by 
this:

http://aim.cast.org/learn/practice/production/creatingnimas

(scoll to section "MIME")

Original comment by marisa.d...@gmail.com on 1 Jul 2013 at 11:17

GoogleCodeExporter commented 9 years ago
Update: the spine must not contain a PDF reference but the manifest should have 
one.

Todo: check that the spine does not contain a PDF reference.

Original comment by marisa.d...@gmail.com on 2 Jul 2013 at 11:28

GoogleCodeExporter commented 9 years ago
This is already the behavior. Here is the error report when the spine contains 
a PDF reference:

"Manifest item referenced by itemref in spine is not a SMIL file."

Original comment by marisa.d...@gmail.com on 6 Jul 2013 at 2:42