-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPF package metadata link element + prefix (support is missing) #16
Comments
Also, |
If I am not mistaken, the ReadiumWebPublicationManifest (aka RWPM) does not encode the EPUB OPF EDIT: see issue readium/webpub-manifest#28 Consequently, the TypeScript model reflects that too: However, the OPF model should indeed include support for the I am not seeing a clear definition in the architecture document either: |
Related issue (Readium "1" C++ SDK): readium/readium-sdk#318 (comment) |
Prominent use case: accessibility metadata, e.g. http://kb.daisy.org/publishing/docs/metadata/evaluation.html http://kb.daisy.org/publishing/docs/metadata/schema-org.html http://www.idpf.org/epub/a11y/accessibility.html#sec-disc-package |
The prefix URI is not preserved, only the prefix name:
in: https://github.com/IDPF/epub3-samples/blob/main/30/wasteland/META-INF/container.xml ==> https://raw.githubusercontent.com/IDPF/epub3-samples/main/30/wasteland/META-INF/container.xml ==> |
For example:
https://github.com/IDPF/epub3-samples/blob/master/30/wasteland/EPUB/wasteland.opf
EDIT: see comment below #16 (comment)
Note how
<meta property="cc:attributionURL">http://code.google.com/p/epub-samples/</meta>
is missing in the ReadiumWebPubManifest:http://readium2.herokuapp.com/pub/L2FwcC9taXNjL2VwdWJzL3dhc3RlbGFuZC1vdGYtb2JmLmVwdWI%3D/manifest.json/show/all
(or https://readium2.now.sh/pub/L2hvbWUvbm93dXNlci9zcmMvbWlzYy9lcHVicy93YXN0ZWxhbmQtb3RmLW9iZi5lcHVi/manifest.json/show/all )
The text was updated successfully, but these errors were encountered: