readium-sdk icon indicating copy to clipboard operation
readium-sdk copied to clipboard

A C++ ePub renderer SDK

Results 83 readium-sdk issues
Sort by recently updated
recently updated
newest added

https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/package.cpp#L814 ``` auto found = _xmlIDLookup.find(ident); if ( found == _xmlIDLookup.end() ) { HandleError(EPUBError::OPFInvalidRefinementTarget, _Str("#", ident, " does not reference an item in this document")); continue; } ``` The debugger...

priority:Medium
type:Bug
func:Metadata
status:Stale
func:C++
difficulty:Guru

Test EPUB: https://code.google.com/p/epub-samples/downloads/detail?name=widget-figure-gallery-20121022.epub OPF: ``` ``` Resulting error with SDKLauncher-OSX: ``` #text.xhtml#moon-text is not a valid IRI: Unspecified EPUB specification error #text.xhtml#moon-figures is not a valid IRI: Unspecified EPUB specification...

priority:Medium
type:Bug
func:Metadata
status:Stale
difficulty:Dev

See original discussion: https://groups.google.com/d/msg/readium-dev/1RUBYB9jHxU/QgWXkwmq45MJ Test EPUB: https://code.google.com/p/epub-samples/downloads/detail?name=widget-figure-gallery-20121022.epub ``` ``` Code references: https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/object_preprocessor.cpp https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/content_handler.h The epub3:// URI scheme comes from here: https://github.com/readium/readium-sdk/blob/develop/ePub3/utilities/iri.cpp#L34 ...and set to the iframe here: https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/object_preprocessor.cpp#L160 **This appears...

priority:High
type:Bug
func:Resources
status:Stale
func:HTML
difficulty:Dev

Mario Couture / Gregory Muirhead from Kivuto recently suggested the following (please share your thoughts here in the issue tracker): " In RDPackageResourceConnection the class method to set the RDPackageResourceServer...

priority:Medium
func:UX
type:Feature
func:EPUB

https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/package.cpp#L1307 https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/package.cpp#L1355 See original issue for further details: https://github.com/readium/SDKLauncher-Android/issues/21

priority:Medium
type:Bug
func:Metadata
difficulty:Dev

See: https://github.com/readium/SDKLauncher-Windows/issues/15#issuecomment-66353984 Is that another case of ASYNC code removal? Should we just remove this unused code, given that the "readium signature" method is now used to track XML node...

priority:Medium
type:Enhancement
func:C++
difficulty:Dev

The hard-coded error types do not seem bound to the version of the EPUB that is being parsed, which results in EPUB2 files being incorrect reported as invalid when missing...

priority:High
type:Bug
func:Metadata
difficulty:Dev

See: https://groups.google.com/forum/#!topic/readium-dev/hVsULfGCcAk

priority:High
type:Bug
func:C++
difficulty:Dev

The links are broken in the readium-sdk README: https://github.com/readium/readium-sdk/blob/develop/Readme.markdown (datalogics server)

priority:High
type:Enhancement
func:Builds
difficulty:Dev

Remove: https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/cfi-resolver.js Instead, this repository is used: https://github.com/readium/readium-cfi-js/ ...which gets built into this single-file library: https://github.com/readium/readium-shared-js/blob/develop/lib/epub_cfi.js

priority:High
type:Bug
func:CFI
func:Builds
difficulty:Dev