Code layout change.
[wolnelektury.git] / src / wolnelektury / settings / custom.py
1 # limit number of filtering tags
2 MAX_TAG_LIST = 6
3
4 NO_SEARCH_INDEX = False
5 NO_CUSTOM_PDF = True
6
7 CATALOGUE_DEFAULT_LANGUAGE = 'pol'
8 PUBLISH_PLAN_FEED = 'http://redakcja.wolnelektury.pl/documents/track/editor-proofreading/?published=false'
9
10 # limit rate for ebooks creation
11 CATALOGUE_CUSTOMPDF_RATE_LIMIT = '1/m'
12
13 # set to 'new' or 'old' to skip time-consuming test
14 # for TeX morefloats library version
15 LIBRARIAN_PDF_MOREFLOATS = None
16
17 LATEST_BLOG_POSTS = "http://nowoczesnapolska.org.pl/feed/?cat=-135"