Daniel Weck

Results 315 issues of Daniel Weck

priority:Medium
func:Navigation
type:Feature
func:EPUB

See: http://www.idpf.org/epub/301/spec/epub-overview.html#sec-access-fallbacks http://www.idpf.org/epub/301/spec/epub-publications.html#sec-fallback-processing-flow-manifest Related issue: https://github.com/readium/readium-shared-js/issues/44

priority:Medium
type:Feature
func:EPUB

Hello, great extension, thank you! Very useful for code peer reviews over Slack / instant messaging, to exchange URLs whilst working locally from VSCode. However the inverse functionality would be...

Go lang's JSON (un)marshal-er includes a handy `omitempty` "annotation" for struct fields: https://golang.org/pkg/encoding/json/ "The 'omitempty' option specifies that the field should be omitted from the encoding if the field has...

`metadata.source` Currently parsed from EPUB (OPF XML): `metadata.source` = OPF `/package/metadata/dc:source/text()`

JSON Schema: https://github.com/readium/webpub-manifest/blob/e289dbb14e1b3c519b175be9b8ff5c9ed4d22c42/schema/link.schema.json#L64-L66 For example, "Childrens Literature": https://idpf.github.io/epub3-samples/30/samples.html#childrens-literature https://github.com/IDPF/epub3-samples/tree/master/30/childrens-literature https://github.com/IDPF/epub3-samples/blob/50415310ce853c1bc52ceb19f0e3319b470bc524/30/childrens-literature/EPUB/nav.xhtml#L23-L25 ``` Abram S. Isaacs ... ``` Scroll down to TOC `"title": "Abram S. Isaacs"`: https://readium2.herokuapp.com/pub/L2FwcC9taXNjL2VwdWJzL2NoaWxkcmVucy1saXRlcmF0dXJlLmVwdWI%3D/manifest.json/show/all (or if the above link...

How should we parse `` (for example). What is the JSON Schema equivalent? https://github.com/readium/webpub-manifest/blob/master/schema/metadata.schema.json Complete OPF example (note the ``): https://github.com/IDPF/epub3-samples/blob/master/30/wasteland/EPUB/wasteland.opf ```xml code.google.com.epub-samples.wasteland-basic The Waste Land T.S. Eliot en-US 2011-09-01...

https://github.com/readium/webpub-manifest/blob/master/extensions/epub.md#encrypted The current Readium2 TypeScript / NodeJS implementation uses "none", not "store". Update: Kotlin, Swift and Go too.

In the "Readium desktop" app, a backend database is used to store WebPubManifest and OPDS models, so @clebeaupin has been wondering about how to detect potentially-breaking changes (such as `spine`...

Upgraded API 26 to 28, build tools to 28.0.3, Gradle 5.4.1. NDK is version `16.1.4479499`. Pre-requisites (must read comments, notably the "Build output" section): https://github.com/readium/readium-sdk/pull/317 https://github.com/readium/readium-lcp-client/pull/49 ## `platform/android/local.properties` (not checked...