mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
use directly MOBIClass
This commit is contained in:
parent
c70bfefc68
commit
fb9df0c269
47 changed files with 309 additions and 1551 deletions
11
inc/3rdparty/libraries/MOBIClass/constants.php
vendored
Normal file
11
inc/3rdparty/libraries/MOBIClass/constants.php
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
define("NO_COMPRESSION", 1);
|
||||
define("PALMDOC_COMPRESSION", 2);
|
||||
define("HUFF", 17480);
|
||||
define("RECORD_SIZE", 4096);
|
||||
|
||||
define("NO_ENCRYPTION", 0);
|
||||
|
||||
define("MOBIPOCKET_BOOK", 2);
|
||||
define("CP1252", 1252);
|
||||
define("UTF8", 65001);
|
Loading…
Add table
Add a link
Reference in a new issue