From 9648157bf76179ba338e2d64eec926fcba481694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 22 Feb 2022 20:58:34 +0100 Subject: [PATCH] Remove README_package.md --- README_package.md | 69 ----------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 README_package.md diff --git a/README_package.md b/README_package.md deleted file mode 100644 index 4256db5..0000000 --- a/README_package.md +++ /dev/null @@ -1,69 +0,0 @@ -Introduction ------------- - -libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files. It overcome the lacks of Adobe support for Linux platforms. - - - -Dependencies ------------- - -For libgourou : - - * None - -For utils : - - * QT5Core - * QT5Network - * OpenSSL - * libzip - - - -Utils ------ - -You can import configuration from your eReader or create a new one with utils/activate : - - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./activate -u - -Then a _./.adept_ directory is created with all configuration file - -To download an ePub/PDF : - - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./acsmdownloader -f - -To export your private key : - - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./acsmdownloader --export-private-key [-o adobekey_1.der] - -To remove ADEPT DRM : - - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./adept_remove -f - - -Copyright ---------- - -Grégory Soutadé - - - -License -------- - -libgourou : LGPL v3 or later - -utils : BSD - - - -Special thanks --------------- - - * _Jens_ for all test samples and utils testing