go-toolkit
go-toolkit copied to clipboard
Monorepo for the Readium Go toolkit. This is part of the Readium Web project.
## Summary This pull request is created by [StepSecurity](https://app.stepsecurity.io/securerepo) at the request of @chocolatkey. Please merge the Pull Request to incorporate the requested changes. Please tag @chocolatkey on your message...
There are various popular standards for comic book metadata, especially in the case of CBZs, that are not yet parsed and used to provide comic metadata. These include the ComicRack...
### Problem While trying to get the readium-go-toolkit server running locally, I encountered two main pain points: 1. The `publication-path` specified in the example config file (`./publications`) doesn't match the...
We have support for CBZ files, CBR is possible using this package: [github.com/mholt/archiver/v4](https://github.com/mholt/archiver)
`printPageNumbers` has been gradually deprecated in favor of two different values: - [`pageBreakMarkers`](https://www.w3.org/community/reports/a11y-discov-vocab/CG-FINAL-vocabulary-20230718/#pageBreakMarkers) which is meant to indicate that the text of the publication contains page break markers using ARIA...
To align with the [new v3 HREF strategy on the mobile toolkits](https://github.com/readium/go-toolkit/pull/82#discussion_r1607812022), leading slashes should not be added in relative HREFs. See this comment: https://github.com/readium/go-toolkit/pull/82#discussion_r1609489862
Bumps golang from `1a5326b` to `b95f2e2`. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Previously, the `CompressedResource` interface was added, to possibly stream resources in their original compressed format, to avoid having to decompress responses server-side before sending to the client. This PR adds...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...