An open API service indexing awesome lists of open source software.

https://github.com/jjtech0130/kodobe

[WIP] Adobe DRM plugin for KOReader
https://github.com/jjtech0130/kodobe

Last synced: about 1 year ago
JSON representation

[WIP] Adobe DRM plugin for KOReader

Awesome Lists containing this project

README

          

### Testing without KOReader
I have included some stubs in the `koreader` directory.
Use set_paths.lua to add it to the search path.

```sh
lua -l set_paths ./adobe/main.lua
```

You will also need to install `luasocket` and `luasec` installed using luarocks.

### Acknowledgements
+ OpenSSL FFI bindings were modified from https://github.com/fffonion/lua-resty-openssl.
+ `xml2lua` is from https://github.com/manoelcampos/xml2lua.