]> xmof Git - DeDRM.git/commitdiff
Add warning to the standalone code
authorNoDRM <no_drm123@protonmail.com>
Wed, 2 Aug 2023 05:30:39 +0000 (07:30 +0200)
committerNoDRM <no_drm123@protonmail.com>
Wed, 2 Aug 2023 05:30:39 +0000 (07:30 +0200)
DeDRM_plugin/standalone/__init__.py
DeDRM_plugin/standalone/jsonconfig.py
DeDRM_plugin/standalone/passhash.py
DeDRM_plugin/standalone/remove_drm.py

index e5149bc2d0af743eef346fff94f9464d9dafcafa..60b615bffaeb09f49e2b1c527fec47dea27e0ac9 100644 (file)
@@ -7,6 +7,18 @@ from __future__ import absolute_import, print_function
 
 # Copyright © 2021 NoDRM
 
+"""
+
+NOTE: This code is not functional (yet). I started working on it a while ago
+to make a standalone version of the plugins that could work without Calibre, 
+too, but for now there's only a rough code structure and no working code yet.
+
+Currently, to use these plugins, you will need to use Calibre. Hopwfully that'll
+change in the future. 
+
+"""
+
+
 OPT_SHORT_TO_LONG = [
     ["c", "config"],
     ["e", "extract"],
index a4149bfe1178b88ac2a1de0097d986e600592819..b7603df6e20229b86608bb4406653aee6b9b94c7 100644 (file)
@@ -8,6 +8,17 @@ from __future__ import absolute_import, print_function
 
 # Taken from Calibre code - Copyright © 2008, Kovid Goyal kovid@kovidgoyal.net, GPLv3
 
+"""
+
+NOTE: This code is not functional (yet). I started working on it a while ago
+to make a standalone version of the plugins that could work without Calibre, 
+too, but for now there's only a rough code structure and no working code yet.
+
+Currently, to use these plugins, you will need to use Calibre. Hopwfully that'll
+change in the future. 
+
+"""
+
 #@@CALIBRE_COMPAT_CODE@@
 
 import sys, os, codecs, json
index f7bf565fa5e91596825e285686545fb04c330823..028828d3bf1fc469406b4291e191a59877f998ef 100644 (file)
@@ -8,6 +8,17 @@ from __future__ import absolute_import, print_function
 
 # Copyright © 2021 NoDRM
 
+"""
+
+NOTE: This code is not functional (yet). I started working on it a while ago
+to make a standalone version of the plugins that could work without Calibre, 
+too, but for now there's only a rough code structure and no working code yet.
+
+Currently, to use these plugins, you will need to use Calibre. Hopwfully that'll
+change in the future. 
+
+"""
+
 #@@CALIBRE_COMPAT_CODE@@
 
 import os, sys
index 8273b973981ed8623068982fbd87056373383d58..a67bc6f40eaa650ec465edc81d3184313c574fac 100644 (file)
@@ -8,6 +8,17 @@ from __future__ import absolute_import, print_function
 
 # Copyright © 2021 NoDRM
 
+"""
+
+NOTE: This code is not functional (yet). I started working on it a while ago
+to make a standalone version of the plugins that could work without Calibre, 
+too, but for now there's only a rough code structure and no working code yet.
+
+Currently, to use these plugins, you will need to use Calibre. Hopwfully that'll
+change in the future. 
+
+"""
+
 #@@CALIBRE_COMPAT_CODE@@
 
 import os, sys