X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ead1b800ae5c0635778e23a7b0107818b505fa88..0543785bb9e74989036d99eb25cf23c3ef82cdf7:/src/catalogue/constants.py diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index e6773d05b..c16e3f7bb 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -26,6 +26,16 @@ EBOOK_FORMATS_WITH_COVERS = ['pdf', 'epub', 'mobi'] EBOOK_FORMATS = EBOOK_FORMATS_WITHOUT_CHILDREN + EBOOK_FORMATS_WITH_CHILDREN +EBOOK_CONTENT_TYPES = { + 'html': 'text/html', + 'pdf': 'application/pdf', + 'txt': 'text/plain', + 'epub': 'application/epub+zip', + 'mobi': 'application/x-mobipocket-ebook', + 'fb2': 'text/xml', + 'xml': 'text/xml', +} + LANGUAGES_3TO2 = { 'deu': 'de', 'ger': 'de',