readium-lcp-server icon indicating copy to clipboard operation
readium-lcp-server copied to clipboard

Repository for the Readium LCP Server

Results 8 readium-lcp-server issues
Sort by recently updated
recently updated
newest added

Hi. I am trying to setup a test server and cannot launch frontend executable. I get the following error Database driver mysql panic: Error 1064: You have an error in...

**Goal**: Wrap more of the functionality of LCP server into **exported** functions that can be used as a library from other Go services. For example it seems useful to wrap...

Use Bypass reader in conjonction with utf-16 decoder. This mechanism seems to be compatible with utf-8 OPF files

The LCP specification: https://github.com/readium/lcp-specs/blob/master/releases/lcp/latest.md#21-encrypted-resources > In addition, this specification defines that the following files must not be encrypted: > `META-INF/license.lcpl`. > Navigation Documents referenced in any Package Document from the...

When content providers use a subscription model, they have to periodically extend the end date of a license. Client reading applications must be aware of this extension and update their...

Is it possible to add a "self" relation to license status documents? Something like this in `license_status.go:makeLinks()`: ```golang link := licensestatuses.Link{Href: lsdBaseURL + "/licenses/" + ls.LicenseRef + "/status", Rel: "self",...

Hello, I am trying out the readium-lcp-server with our document server. It is nice to have a prepared Docker image for the server. I have created a simple Dockerfile to...