X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3596cf9db6eabb5f0aa36afe7919bc40e8ff0b9a..87288eb538ed6e1dfa7029fba5a545e01d0b24ea:/src/wolnelektury/settings/custom.py?ds=inline diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py index 51a5613fd..44003190b 100644 --- a/src/wolnelektury/settings/custom.py +++ b/src/wolnelektury/settings/custom.py @@ -1,5 +1,5 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. # from datetime import date import os @@ -22,7 +22,10 @@ LIBRARIAN_PDF_MOREFLOATS = None LATEST_BLOG_POSTS = "https://fundacja.wolnelektury.pl/feed/?cat=-135" -CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'catalogue_counters.p') +CATALOGUE_COUNTERS_FILE = os.path.join(VAR_DIR, 'counters/catalogue_counters.p') +LESMIANATOR_PICKLE = os.path.join(VAR_DIR, 'counters/lesmianator.p') + +NO_SEARCH_INDEX = False CATALOGUE_MIN_INITIALS = 60 @@ -55,8 +58,6 @@ NEWSLETTER_PHPLIST_SUBSCRIBE_URL = None VARIANTS = { } -EPUB_FUNDRAISING = [] - CIVICRM_BASE = None CIVICRM_KEY = None @@ -74,3 +75,7 @@ WIDGETS = {} SEARCH_CONFIG = 'english' SEARCH_CONFIG_SIMPLE = 'simple' SEARCH_USE_UNACCENT = False + +FEATURE_SYNCHRO = False + +FEATURE_API_REGISTER = False