1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-08-30 13:02:41 +00:00
calibre-web/vendor/werkzeug/AUTHORS
OzzieIsaacs bbf6d9b026 Translation of UI (german and english)
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
2016-11-09 19:24:33 +01:00

55 lines
1.5 KiB
Plaintext

Werkzeug is written and maintained by the Werkzeug Team and various
contributors:
Project Leader / Developer:
- Armin Ronacher <armin.ronacher@active-4.com>
- Georg Brandl
- Leif K-Brooks <eurleif@gmail.com>
- Thomas Johansson
- Marian Sigler
- Ronny Pfannschmidt
- Noah Slater <nslater@tumbolia.org>
- Alec Thomas
- Shannon Behrens
- Christoph Rauch
- Clemens Hermann
- Jason Kirtland
- Ali Afshar
- Christopher Grebs <cg@webshox.org>
- Sean Cazzell <seancazzell@gmail.com>
- Florent Xicluna
- Kyle Dawkins
- Pedro Algarvio
- Zahari Petkov
- Ludvig Ericson
- Kenneth Reitz
- Daniel Neuhäuser
- Markus Unterwaditzer
- Joe Esposito <joe@joeyespo.com>
- Cédric Krier
- Lars Holm Nielsen
Contributors of code for werkzeug/examples are:
- Itay Neeman <itay@neeman.net>
The SSL related parts of the Werkzeug development server are partially
taken from Paste. Same thing is true for the range support which comes
from WebOb which is a Paste project. The original code is MIT licensed which
is largely compatible with the modfied BSD license. The following copyrights
apply:
- (c) 2005 Ian Bicking and contributors
- (c) 2005 Clark C. Evans
The rename() function from the posixemulation was taken almost unmodified
from the Trac project's utility module. The original code is BSD licensed
with the following copyrights from that module:
- (c) 2003-2009 Edgewall Software
- (c) 2003-2006 Jonas Borgström <jonas@edgewall.com>
- (c) 2006 Matthew Good <trac@matt-good.net>
- (c) 2005-2006 Christian Boos <cboos@neuf.fr>