mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-08 11:00:00 +00:00
bbf6d9b026
Bugfix for feeds - removed categories related and up - load new books now working - category random now working login page is free of non accessible elements boolean custom column is vivible in UI books with only with certain languages can be shown book shelfs can be deleted from UI Anonymous user view is more resticted Added browse of series in sidebar Dependencys in vendor folder are updated to newer versions (licencs files are now present) Bugfix editing Authors names Made upload on windows working
17 lines
623 B
Python
17 lines
623 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
werkzeug.contrib
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
Contains user-submitted code that other users may find useful, but which
|
|
is not part of the Werkzeug core. Anyone can write code for inclusion in
|
|
the `contrib` package. All modules in this package are distributed as an
|
|
add-on library and thus are not part of Werkzeug itself.
|
|
|
|
This file itself is mostly for informational purposes and to tell the
|
|
Python interpreter that `contrib` is a package.
|
|
|
|
:copyright: (c) 2014 by the Werkzeug Team, see AUTHORS for more details.
|
|
:license: BSD, see LICENSE for more details.
|
|
"""
|