go-toolkit
go-toolkit copied to clipboard
Monorepo for the Readium Go toolkit. This is part of the Readium Web project.
Our current inference rule for `"accessModeSufficient": "textual"` is limited to publications that have either: - zero images - or where the only image present is a cover We'd like to...
While casually comparing the output of the Go Toolkit with an OPF from Standard Ebooks, I noticed that the metadata using the `a11y` prefix do not seem to be properly...
In many of the tests in this codebase, testify's `assert` functions are used. There are, however, many cases where [`require`](https://pkg.go.dev/github.com/stretchr/testify/require) would be more logical, such as when parsing something (require...
Based on our work for parsing HTML/CSS (#180) we'll add a new inference rule for visual adjustments. For this issue, we'll use a fairly naive approach where the metadata is...
Once support for parsing HTML/CSS (#180) has been added, we should be in a position to: - check for decorative images (with an ARIA role set to `presentation` or `none`,...
As part of our work to prepare for EAA, we need to work on a new `rwp` command that supports injecting new metadata in an EPUB package. Some of the...
In its current state, the Go Toolkit is capable of parsing and extracting content from HTML resources using the Content Iterator API. We'd like to go beyond that by working...
With the work planned on HTML parsing in #180, we should also be in a position to infer the presence of page break markers. These page break markers can either...
For the sake of https://github.com/readium/cli/issues/27 - Fixes bugged `Read` calls that aren't obligated to return the entirety of a resource - Add [zran](https://github.com/madler/zlib/blob/master/examples/zran.h)-like reading of ZIP entries. This only applies...
Bumps the actions-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 4.30.7 to 4.31.2 Release notes Sourced from github/codeql-action's releases. v4.31.2 CodeQL Action Changelog See the releases...